Commit 57ae048b authored by Nico Hartmann's avatar Nico Hartmann Committed by Commit Bot

[test] Disable tests failing with new msan roll

Temporarily disable these tests failing on msan builds after latest
roll:
- test262/intl402/DateTimeFormat/timezone-invalid
- intl/regress-364374
- mjsunit/regress/regress-crbug-627935

No-Try: true
No-Tree-Checks: true
Bug: v8:11438
Change-Id: I4a7755f9f65b2e9a12463c9e12fbbe39d3f5efb2
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2692188Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Auto-Submit: Nico Hartmann <nicohartmann@chromium.org>
Cr-Commit-Position: refs/heads/master@{#72691}
parent 587e7163
...@@ -60,6 +60,11 @@ ...@@ -60,6 +60,11 @@
'regress-7770': [SKIP], 'regress-7770': [SKIP],
}], # 'system == android' }], # 'system == android'
['msan == True', {
# https://bugs.chromium.org/p/v8/issues/detail?id=11438
'regress-364374': [SKIP],
}], # msan == True
################################################################################ ################################################################################
['variant == stress_snapshot', { ['variant == stress_snapshot', {
'*': [SKIP], # only relevant for mjsunit tests. '*': [SKIP], # only relevant for mjsunit tests.
......
...@@ -597,6 +597,9 @@ ...@@ -597,6 +597,9 @@
# https://bugs.chromium.org/p/v8/issues/detail?id=7102 # https://bugs.chromium.org/p/v8/issues/detail?id=7102
# Flaky due to huge string allocation. # Flaky due to huge string allocation.
'regress/regress-748069': [SKIP], 'regress/regress-748069': [SKIP],
# https://bugs.chromium.org/p/v8/issues/detail?id=11438
'regress/regress-crbug-627935': [SKIP],
}], # 'msan == True' }], # 'msan == True'
############################################################################## ##############################################################################
......
...@@ -736,6 +736,8 @@ ...@@ -736,6 +736,8 @@
'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP], 'built-ins/ArrayBuffer/length-is-too-large-throws': [SKIP],
'built-ins/SharedArrayBuffer/allocation-limit': [SKIP], 'built-ins/SharedArrayBuffer/allocation-limit': [SKIP],
'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP], 'built-ins/SharedArrayBuffer/length-is-too-large-throws': [SKIP],
# https://bugs.chromium.org/p/v8/issues/detail?id=11438
'intl402/DateTimeFormat/timezone-invalid' : [SKIP],
}], # asan == True or msan == True or tsan == True }], # asan == True or msan == True or tsan == True
['system == android', { ['system == android', {
......
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