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

Unified Diff: tests/language/disassemble_test.dart

Issue 2711353003: Fixed tests not having MallocHooks initialized for tests in release mode. (Closed)
Patch Set: Created 3 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 | « runtime/vm/source_report.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/disassemble_test.dart
diff --git a/tests/language/disassemble_test.dart b/tests/language/disassemble_test.dart
index cbea9036c9eafea91e5c947590ced4d0ce2fed01..ae42e8f99475623af2bd9f3c1b821cf02ac84e76 100644
--- a/tests/language/disassemble_test.dart
+++ b/tests/language/disassemble_test.dart
@@ -3,8 +3,8 @@
// BSD-style license that can be found in the LICENSE file.
// Dart test program for testing isolate communication with
// typed objects.
-// VMOptions=--disassemble --no-background-compilation
-// VMOptions=--disassemble --print-variable-descriptors --no-background-compilation
+// VMOptions=--disassemble --no-background-compilation --enable-malloc-hooks=false
+// VMOptions=--disassemble --print-variable-descriptors --no-background-compilation --enable-malloc-hooks=false
// Tests proper object recognition in disassembler.
« no previous file with comments | « runtime/vm/source_report.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698