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

Unified Diff: tests/standalone/int_list_test.dart

Issue 1759973002: Add --no-background-compilation to tests that expect to run code in optimized form (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: more Created 4 years, 10 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 | « tests/standalone/float_array_test.dart ('k') | tests/standalone/pair_location_remapping_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/int_list_test.dart
diff --git a/tests/standalone/int_list_test.dart b/tests/standalone/int_list_test.dart
index c3510ff6720706ef101bf58e9785e79086ca8a6d..2f13b01ab8536ea3e815efbf23a5dea5b8979ac3 100644
--- a/tests/standalone/int_list_test.dart
+++ b/tests/standalone/int_list_test.dart
@@ -5,7 +5,7 @@
// Dart Mint representations and type propagation issue.
// Testing Int32List and Uint32List loads.
//
-// VMOptions=--optimization-counter-threshold=5 --no-use-osr
+// VMOptions=--optimization-counter-threshold=5 --no-use-osr --no-background-compilation
import 'dart:typed_data';
import "package:expect/expect.dart";
« no previous file with comments | « tests/standalone/float_array_test.dart ('k') | tests/standalone/pair_location_remapping_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698