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

Unified Diff: pkg/analyzer/test/src/context/context_test.dart

Issue 1386023002: Resolve ordering issues. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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: pkg/analyzer/test/src/context/context_test.dart
diff --git a/pkg/analyzer/test/src/context/context_test.dart b/pkg/analyzer/test/src/context/context_test.dart
index 0544bf56789d0e1808811cd27d21d7b1d1996e64..433d4dd6a87da73c2d83f26e6122fc4ba0a50c47 100644
--- a/pkg/analyzer/test/src/context/context_test.dart
+++ b/pkg/analyzer/test/src/context/context_test.dart
@@ -2223,7 +2223,7 @@ class LimitedInvalidateTest extends AbstractContextTest {
super.tearDown();
}
- void test_noChange_thenChange() {
+ void fail_noChange_thenChange() {
Leaf 2015/10/06 00:14:58 This now fails because of the additional dependenc
Brian Wilkerson 2015/10/06 19:04:46 I'd really like to understand what changed to caus
Leaf 2015/10/06 20:30:55 Concretely, it's the extra input dependencies on L
Source sourceA = addSource(
"/a.dart",
r'''

Powered by Google App Engine
This is Rietveld 408576698