Commit 83edea07 authored by Vasili Skurydzin's avatar Vasili Skurydzin Committed by Commit Bot

aix: AmountOfPhysicalMemory test unsupported on PASE, skip on Aix

platform

Change-Id: I644970a5dfe3794d2b9c90719b3a1b2b87c2f5e3
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2558971Reviewed-by: 's avatarMilad Fa <mfarazma@redhat.com>
Reviewed-by: 's avatarIgor Sheludko <ishell@chromium.org>
Commit-Queue: Vasili Skurydzin <vasili.skurydzin@ibm.com>
Cr-Commit-Position: refs/heads/master@{#71408}
parent e8813049
......@@ -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).
......
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