[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:
Santiago Aboy Solanes 2021-06-18 11:14:51 +01:00 committed by V8 LUCI CQ
parent ea5298f735
commit e41fa14ab0
2 changed files with 2 additions and 1 deletions

View File

@ -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.

View File

@ -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