Commit 97997681 authored by Adam Klein's avatar Adam Klein Committed by V8 LUCI CQ

Skip HeapTest.GrowAndShrinkNewSpace under tsan

Bug: v8:13185
Change-Id: I0c6e4ba8b325c3ac70dbceb927e2a8b1f9d68a16
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3830286
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Auto-Submit: Adam Klein <adamk@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#82449}
parent f5064ef9
...@@ -118,6 +118,10 @@ ...@@ -118,6 +118,10 @@
'LogMapsCodeTest.LogMapsDetailsCode': [SKIP], 'LogMapsCodeTest.LogMapsDetailsCode': [SKIP],
'LogMapsTest.LogMapsDetailsStartup': [SKIP], 'LogMapsTest.LogMapsDetailsStartup': [SKIP],
'LogMapsTest.LogMapsDetailsContexts': [SKIP], 'LogMapsTest.LogMapsDetailsContexts': [SKIP],
# https://crbug.com/v8/13185
# Test sets a flag that's read in another thread by the GC.
'HeapTest.GrowAndShrinkNewSpace': [SKIP],
}], # tsan == True }], # tsan == True
############################################################################## ##############################################################################
......
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