[test] Unmark TSAN tests as SLOW/SKIP
We allowed more time for tsan testing [1] so unmarking some tests. [1]: https://chromium-review.googlesource.com/c/v8/v8/+/2979671 Bug: v8:7790, v8:11600, v8:11906 Change-Id: I026a32abe0380c2d32327aaa8b301ef51f22a5e2 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2979602 Reviewed-by: Mythri Alle <mythria@chromium.org> Commit-Queue: Santiago Aboy Solanes <solanes@chromium.org> Cr-Commit-Position: refs/heads/master@{#75357}
This commit is contained in:
parent
10f6151d7e
commit
8f17052ce0
@ -33,7 +33,7 @@
|
||||
'octane/pdfjs': [PASS, ['mode == debug', SKIP]],
|
||||
|
||||
# Slow tests.
|
||||
'kraken/imaging-gaussian-blur': [PASS, SLOW, ['tsan', SKIP]],
|
||||
'kraken/imaging-gaussian-blur': [PASS, SLOW],
|
||||
'octane/box2d': [PASS, SLOW],
|
||||
'octane/regexp': [PASS, SLOW],
|
||||
'octane/typescript': [PASS, SLOW],
|
||||
@ -107,19 +107,6 @@
|
||||
'octane/typescript': [SKIP],
|
||||
}], # 'predictable'
|
||||
|
||||
['tsan', {
|
||||
# Slow tests.
|
||||
'kraken/audio-beat-detection': [SLOW],
|
||||
'kraken/audio-dft': [SLOW],
|
||||
'kraken/audio-fft': [SLOW],
|
||||
'kraken/audio-oscillator': [SLOW],
|
||||
'kraken/stanford-crypto-pbkdf2': [SLOW],
|
||||
'octane/pdfjs': [SLOW],
|
||||
|
||||
# Too slow.
|
||||
'octane/mandreel': [SKIP],
|
||||
}], # 'tsan'
|
||||
|
||||
['variant == stress_snapshot', {
|
||||
'*': [SKIP], # only relevant for mjsunit tests.
|
||||
}],
|
||||
|
@ -138,7 +138,7 @@
|
||||
'regress/regress-655573': [PASS, SLOW],
|
||||
'regress/regress-1200351': [PASS, SLOW],
|
||||
'regress/regress-crbug-808192': [PASS, SLOW, NO_VARIANTS, ['arch not in (ia32, x64)', SKIP], ['tsan', SKIP]],
|
||||
'regress/regress-crbug-918301': [PASS, SLOW, NO_VARIANTS, ['mode != release or dcheck_always_on', SKIP], ['(arch == arm or arch == arm64) and simulator_run', SKIP], ['tsan', SKIP]],
|
||||
'regress/regress-crbug-918301': [PASS, SLOW, NO_VARIANTS, ['mode != release or dcheck_always_on', SKIP], ['(arch == arm or arch == arm64) and simulator_run', SKIP]],
|
||||
'regress/wasm/regress-810973': [PASS, SLOW],
|
||||
'sealed-array-reduce': [PASS, SLOW],
|
||||
'string-replace-gc': [PASS, 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], ['tsan', SLOW]],
|
||||
'ecma/Date/15.9.5.10-2': [PASS, FAIL, ['mode == debug', NO_VARIANTS]],
|
||||
|
||||
# These tests create two Date objects just after each other and
|
||||
# expects them to match. Sometimes this happens on the border
|
||||
|
@ -183,10 +183,4 @@
|
||||
'proposals/simd/*': [SKIP],
|
||||
}], # no_simd_hardware == True
|
||||
|
||||
##############################################################################
|
||||
['tsan', {
|
||||
# Too slow.
|
||||
'proposals/simd/simd_f64x2_pmin_pmax': [SKIP],
|
||||
}], # tsan
|
||||
|
||||
]
|
||||
|
@ -82,10 +82,6 @@
|
||||
# Too slow.
|
||||
'dfg-int-overflow-in-loop': [SKIP],
|
||||
}], # 'arch == s390 or arch == s390x'
|
||||
['tsan', {
|
||||
# Too slow.
|
||||
'dfg-int-overflow-in-loop': [SLOW],
|
||||
}], # 'tsan'
|
||||
|
||||
##############################################################################
|
||||
['asan == True', {
|
||||
|
Loading…
Reference in New Issue
Block a user