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

Unified Diff: compiler/javatests/com/google/dart/compiler/end2end/End2EndTests.java

Issue 12223051: Disable tests for dartc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/javatests/com/google/dart/compiler/end2end/End2EndTests.java
diff --git a/compiler/javatests/com/google/dart/compiler/end2end/End2EndTests.java b/compiler/javatests/com/google/dart/compiler/end2end/End2EndTests.java
index de8d8136e099a451328884c09f660f603d823a57..e66bab5d436e2e2efb0fefc8c986715d09cfbd38 100644
--- a/compiler/javatests/com/google/dart/compiler/end2end/End2EndTests.java
+++ b/compiler/javatests/com/google/dart/compiler/end2end/End2EndTests.java
@@ -22,7 +22,8 @@ public class End2EndTests extends TestSetup {
TestSuite suite = new TestSuite("Dart end-to-end test suite.");
suite.addTestSuite(IncrementalCompilationTest.class);
suite.addTestSuite(IncrementalCompilation2Test.class);
- suite.addTestSuite(IncrementalCompilationWithPrefixTest.class);
+ // TODO(8426): reenable the following test.
+ // suite.addTestSuite(IncrementalCompilationWithPrefixTest.class);
return new End2EndTests(suite);
}
}
« 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