Commit af5ca2e0 authored by Shu-yu Guo's avatar Shu-yu Guo Committed by V8 LUCI CQ

Skip {map,set}-grow-failed tests on TSAN

These tests test allocation failure and time out on TSAN.

Bug: v8:11852
Change-Id: I81e0af3ab8130c05488c6a117dd1c6ef12aba33b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3188071
Auto-Submit: Shu-yu Guo <syg@chromium.org>
Commit-Queue: Adam Klein <adamk@chromium.org>
Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
Cr-Commit-Position: refs/heads/main@{#77104}
parent cd77eb7b
...@@ -94,6 +94,13 @@ ...@@ -94,6 +94,13 @@
'fail/set-grow-failed': [SKIP], 'fail/set-grow-failed': [SKIP],
}], # 'msan == True' }], # 'msan == True'
##############################################################################
['tsan == True', {
# Large allocations
'fail/map-grow-failed': [SKIP],
'fail/set-grow-failed': [SKIP],
}], # 'tsan == True'
############################################################################## ##############################################################################
['simulator_run', { ['simulator_run', {
# Too slow on simulators # Too slow on simulators
......
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