[test] Mark more tests as SLOW for TSAN builds
After the last CL on TSAN support for generated loads, we are seeing timeouts in one of our TSAN bots. Bug: v8:7790, v8:11600 Change-Id: I90924540c5ddcf9902f936849df28aff0f7bd3d5 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2972724 Reviewed-by: Mythri Alle <mythria@chromium.org> Commit-Queue: Santiago Aboy Solanes <solanes@chromium.org> Cr-Commit-Position: refs/heads/master@{#75241}
This commit is contained in:
parent
ea5298f735
commit
e41fa14ab0
@ -113,6 +113,7 @@
|
||||
'kraken/audio-dft': [SLOW],
|
||||
'kraken/audio-fft': [SLOW],
|
||||
'kraken/audio-oscillator': [SLOW],
|
||||
'kraken/stanford-crypto-pbkdf2': [SLOW],
|
||||
'octane/pdfjs': [SLOW],
|
||||
|
||||
# Too slow.
|
||||
|
@ -234,7 +234,7 @@
|
||||
'ecma/FunctionObjects/15.3.1.1-3': [PASS, FAIL, ['mode == debug', NO_VARIANTS]],
|
||||
'ecma/FunctionObjects/15.3.2.1-3': [PASS, FAIL, ['mode == debug', NO_VARIANTS]],
|
||||
'ecma/FunctionObjects/15.3.5-1': [PASS, FAIL, ['mode == debug', NO_VARIANTS]],
|
||||
'ecma/Date/15.9.5.10-2': [PASS, FAIL, ['mode == debug', NO_VARIANTS]],
|
||||
'ecma/Date/15.9.5.10-2': [PASS, FAIL, ['mode == debug', NO_VARIANTS], ['tsan', SLOW]],
|
||||
|
||||
# These tests create two Date objects just after each other and
|
||||
# expects them to match. Sometimes this happens on the border
|
||||
|
Loading…
Reference in New Issue
Block a user