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

Unified Diff: tools/testing/dart/test_options.dart

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: tools/testing/dart/test_options.dart
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
index b085f9498e2b1bff4c66880dc620e4ad0546e37a..548a6b891fed29c9b8838b08da08846e00e86cc0 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -149,7 +149,8 @@ class TestOptionsParser {
'simarmv5te',
'simarm64',
'simmips',
- 'simdbc'
+ 'simdbc',
+ 'simdbc64',
],
'x64'),
new _TestOptionSpecification(

Powered by Google App Engine
This is Rietveld 408576698