Commit 9f3e432a authored by Milad Fa's avatar Milad Fa Committed by V8 LUCI CQ

PPC: skip some cppgc tests as PPC page size is too large

Port fb28cfe6

Original Commit Message:

    So far, discarded size was maintained by the sweeper but not wired up
    anywere.

    Changes in this patch:
    - Wire up resident size in heap statistics collection.
    - Fix bugs in reporting committed and resident size.
    - Sweeper test: Enforce some internal details. The details should not
      not be checked broadly but be kept as a detail to the sweeper
      itself.
    - Stats collection: Test that committed and resident set size are
      reported and differ after discarding GCs.

R=mlippautz@chromium.org, joransiu@ca.ibm.com, junyan@redhat.com, midawson@redhat.com
BUG=
LOG=N

Change-Id: I19be251596ccc955f5c4cd43a46e566001a36ac4
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3021468Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
Commit-Queue: Milad Fa <mfarazma@redhat.com>
Cr-Commit-Position: refs/heads/master@{#75688}
parent 5b16223c
......@@ -48,6 +48,14 @@
'SysInfoTest.AmountOfPhysicalMemory': [SKIP],
}], # system == aix
##############################################################################
['arch == ppc64', {
# PPC Page size is too large for these tests.
'HeapStatisticsCollectorTest.BriefStatisticsWithDiscardingOnNormalPage': [SKIP],
'HeapStatisticsCollectorTest.DetailedStatisticsWithDiscardingOnNormalPage': [SKIP],
'SweeperTest.DiscardingNormalPageMemory': [SKIP],
}], # arch == ppc64
##############################################################################
['system == windows and asan', {
# BUG(893437).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment