Index: tests/standalone/array_bounds_check_generalization_test.dart |
diff --git a/tests/standalone/array_bounds_check_generalization_test.dart b/tests/standalone/array_bounds_check_generalization_test.dart |
index bfd0cceb070b2bc2e70700c9640b0fdc488821e7..2b6099d47da7da1f37d2ac3d6c6541d08116d760 100644 |
--- a/tests/standalone/array_bounds_check_generalization_test.dart |
+++ b/tests/standalone/array_bounds_check_generalization_test.dart |
@@ -2,7 +2,9 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
// |
-// VMOptions=--optimization_counter_threshold=10 --no-use-osr |
+// We are using --complete-timeline below to ensure that we get timeline events |
+// generated during all phases of compilation and deoptimization. |
+// VMOptions=--optimization_counter_threshold=10 --no-use-osr --complete-timeline |
Florian Schneider
2015/12/10 17:01:46
Could you reproduce the deadlock with this test? I
|
import "package:expect/expect.dart"; |