AIX: skip some of the LogTest tests

A few of LogTests have been crashing intermittently
after they were moved to unittests in this CL:
https://crrev.com/c/3616424

Will re-enable once issue is investigated.

Change-Id: I53435596274c935c028a625b610c54eadda9d1de
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3647092
Reviewed-by: Leszek Swirski <leszeks@chromium.org>
Commit-Queue: Milad Farazmand <mfarazma@redhat.com>
Cr-Commit-Position: refs/heads/main@{#80551}
This commit is contained in:
Milad Fa 2022-05-13 11:24:27 -04:00 committed by V8 LUCI CQ
parent b209cdf5bb
commit 3ca7c29b69

View File

@ -49,6 +49,11 @@
['system == aix', {
# PASE does not support detecting physical memory size
'SysInfoTest.AmountOfPhysicalMemory': [SKIP],
# intermittent crashes when tests are ran with test-runner.
'LogTest.LogAccessorCallbacks': [SKIP],
'LogTest.BuiltinsNotLoggedAsLazyCompile': [SKIP],
'LogTest.LogCallbacks': [SKIP],
'LogTest.Issue539892': [SKIP],
}], # system == aix
##############################################################################