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

Unified Diff: tests/language/vm/issue11087_vm_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
Index: tests/language/vm/issue11087_vm_test.dart
diff --git a/tests/language/vm/issue11087_vm_test.dart b/tests/language/vm/issue11087_vm_test.dart
index f2a8fba1382d3a4b697107ca12fab299784a490d..fbfab0e4e78bf7a3e646d7e57e7360220d3815c9 100644
--- a/tests/language/vm/issue11087_vm_test.dart
+++ b/tests/language/vm/issue11087_vm_test.dart
@@ -5,7 +5,7 @@
// Regression test for VM's IfConverted pass not keeping graph structure and
// use lists in sync.
-// VMOptions=--optimization-counter-threshold=10
+// VMOptions=--optimization-counter-threshold=10 --no-background-compilation
class A {
int x;
« no previous file with comments | « tests/language/vm/if_conversion_vm_test.dart ('k') | tests/language/vm/licm_constant_redefinition_vm_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698