Commit 3ca7c29b authored by Milad Fa's avatar Milad Fa Committed by V8 LUCI CQ

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/+/3647092Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
Commit-Queue: Milad Farazmand <mfarazma@redhat.com>
Cr-Commit-Position: refs/heads/main@{#80551}
parent b209cdf5
......@@ -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
##############################################################################
......
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