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

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

Issue 12220077: Issue 8426. Ignore depecated warnings in DartCompilerListenerTest. (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 | « compiler/javatests/com/google/dart/compiler/DartCompilerListenerTest.java ('k') | 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 e66bab5d436e2e2efb0fefc8c986715d09cfbd38..de8d8136e099a451328884c09f660f603d823a57 100644
--- a/compiler/javatests/com/google/dart/compiler/end2end/End2EndTests.java
+++ b/compiler/javatests/com/google/dart/compiler/end2end/End2EndTests.java
@@ -22,8 +22,7 @@ public class End2EndTests extends TestSetup {
TestSuite suite = new TestSuite("Dart end-to-end test suite.");
suite.addTestSuite(IncrementalCompilationTest.class);
suite.addTestSuite(IncrementalCompilation2Test.class);
- // TODO(8426): reenable the following test.
- // suite.addTestSuite(IncrementalCompilationWithPrefixTest.class);
+ suite.addTestSuite(IncrementalCompilationWithPrefixTest.class);
return new End2EndTests(suite);
}
}
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/DartCompilerListenerTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698