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

Unified Diff: tests/standalone/io/test_runner_test.dart

Issue 22859009: Changes to how we handle fancy stacks: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 4 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/standalone/io/test_runner_test.dart
===================================================================
--- tests/standalone/io/test_runner_test.dart (revision 26407)
+++ tests/standalone/io/test_runner_test.dart (working copy)
@@ -118,6 +118,8 @@
// Otherwise, run one of the component tests that always pass,
// fail, or timeout.
var arguments = new Options().arguments;
+ arguments.remove('--no-fancy-stacks'); // The test runner can add this.
+ arguments.remove('--no-filtered-stacks'); // The test runner can add this.
if (arguments.isEmpty) {
testProcessQueue();
} else {

Powered by Google App Engine
This is Rietveld 408576698