Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(620)

Unified Diff: test/test262/test262.status

Issue 1654973002: Also skip allocation-limit test on tsan builders (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/test262/test262.status
diff --git a/test/test262/test262.status b/test/test262/test262.status
index 4530aa0935e1de5e3e1a01df5f0ff5b31286d479..bb0f4a9b4a2cb7e39da59b19db1565cd1388188e 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -531,17 +531,13 @@
# BUG(v8:4653): Test262 tests which rely on quit() are not compatible with
# asan's --omit-quit flag.
'built-ins/Promise/prototype/then/deferred-is-resolved-value': [SKIP],
-
- # https://bugs.chromium.org/p/v8/issues/detail?id=4639
- # The failed allocation causes an asan error
- 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
}], # asan == True
-['msan == True', {
+['asan == True or msan == True or tsan == True', {
# https://bugs.chromium.org/p/v8/issues/detail?id=4639
- # The failed allocation causes an msan error
+ # The failed allocation causes an asan/msan/tsan error
'built-ins/ArrayBuffer/allocation-limit': [SKIP],
-}], # msan == True
+}], # asan == True or msan == True or tsan == True
['ignition == True', {
'annexB/B.2.3.*': [SKIP],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698