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

Unified Diff: runtime/vm/custom_isolate_test.cc

Issue 2466893004: VM: Restore a test with pointer verification (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/custom_isolate_test.cc
diff --git a/runtime/vm/custom_isolate_test.cc b/runtime/vm/custom_isolate_test.cc
index 1f55a8ee022cfc1ec206bbc2482ae18446e6114c..1995ee651c4e50723d34aa9997487f4660c895e8 100644
--- a/runtime/vm/custom_isolate_test.cc
+++ b/runtime/vm/custom_isolate_test.cc
@@ -323,10 +323,6 @@ UNIT_TEST_CASE(CustomIsolates) {
FLAG_verify_handles = true;
#ifdef DEBUG
FLAG_verify_on_transition = true;
- // Cannot verify heap while running compilation in background. Issue #26149.
- FLAG_background_compilation = false;
- // Issue #26150.
- FLAG_use_osr = false;
#endif
event_queue = new EventQueue();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698