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

Unified Diff: test/test262/test262.status

Issue 1653103002: Skip test262/built-ins/ArrayBuffer/allocation-limit under msan (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 e98e6d827ebecc2a406165d13785d55e63875ad5..4530aa0935e1de5e3e1a01df5f0ff5b31286d479 100644
--- a/test/test262/test262.status
+++ b/test/test262/test262.status
@@ -535,7 +535,13 @@
# 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', {
+ # https://bugs.chromium.org/p/v8/issues/detail?id=4639
+ # The failed allocation causes an msan error
+ 'built-ins/ArrayBuffer/allocation-limit': [SKIP],
+}], # msan == 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