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

Unified Diff: tests/language/disassemble_test.dart

Issue 2133443002: Don't print variable descriptors by default when printing disassembly. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: add test coverage for the new flag Created 4 years, 5 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/flag_list.h ('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 8e532247e8e74e62973be3dc0e5ade64cb65386b..bdee5fff504b0e75840259d1181d8e1118225d18 100644
--- a/tests/language/disassemble_test.dart
+++ b/tests/language/disassemble_test.dart
@@ -4,6 +4,7 @@
// Dart test program for testing isolate communication with
// typed objects.
// VMOptions=--disassemble
+// VMOptions=--disassemble --print-variable-descriptors --no-background-compilation
// Tests proper object recognition in disassembler.
« no previous file with comments | « runtime/vm/flag_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698