aix: AmountOfPhysicalMemory test unsupported on PASE, skip on Aix
platform Change-Id: I644970a5dfe3794d2b9c90719b3a1b2b87c2f5e3 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2558971 Reviewed-by: Milad Fa <mfarazma@redhat.com> Reviewed-by: Igor Sheludko <ishell@chromium.org> Commit-Queue: Vasili Skurydzin <vasili.skurydzin@ibm.com> Cr-Commit-Position: refs/heads/master@{#71408}
This commit is contained in:
parent
e881304978
commit
83edea07fb
@ -385,6 +385,7 @@
|
||||
'test-run-wasm-simd/RunWasm_SimdLoadStoreLoad_turbofan': [SKIP],
|
||||
# slow in PASE emulator
|
||||
'test-cpu-profiler/Inlining2': [PASS, SLOW],
|
||||
'test-cpu-profiler/CollectCpuProfileCallerLineNumbers': [PASS, SLOW],
|
||||
}], # 'system == aix or (arch == ppc64 and byteorder == big)'
|
||||
|
||||
##############################################################################
|
||||
|
@ -45,6 +45,12 @@
|
||||
'ValueSerializerTestWithWasm.*': [SKIP],
|
||||
}], # lite_mode or variant == jitless
|
||||
|
||||
##############################################################################
|
||||
['system == aix', {
|
||||
# PASE does not support detecting physical memory size
|
||||
'SysInfoTest.AmountOfPhysicalMemory': [SKIP],
|
||||
}], # system == aix
|
||||
|
||||
##############################################################################
|
||||
['system == windows and asan', {
|
||||
# BUG(893437).
|
||||
|
Loading…
Reference in New Issue
Block a user