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

Unified Diff: tests/language/language.status

Issue 1904153003: DBC: Adds simdbc64 target, adds arm64 arithmetic overflow logic (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fix stack overflow area size Created 4 years, 8 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
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index e62cb7a5ec0cef09c11de9837b39444d8f798796..c3a14b91f8e952bab589a30fcdb9635532ae48a6 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -212,7 +212,7 @@ library_env_test/has_no_mirror_support: RuntimeError, OK
# The following tests are supposed to fail.
library_env_test/has_mirror_support: RuntimeError, OK
-[ $arch == simdbc ]
+[ $arch == simdbc || $arch == simdbc64 ]
# TODO(vegorov) StopInstr is unimplemented.
vm/debug_break_enabled_vm_test/none: Skip

Powered by Google App Engine
This is Rietveld 408576698