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

Side by Side Diff: tests/language/language.status

Issue 10139017: Support for same prefix for multiple imports. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Detect top-level duplicates in libraries with same prefix Created 8 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 NamedParametersNegativeTest: Fail 112 NamedParametersNegativeTest: Fail
113 NoSuchMethodNegativeTest: Fail 113 NoSuchMethodNegativeTest: Fail
114 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 114 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249
115 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 115 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249
116 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 116 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249
117 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 117 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249
118 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 118 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249
119 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249 119 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249
120 OverrideFieldTest/04: Fail # Bug 5215249 120 OverrideFieldTest/04: Fail # Bug 5215249
121 OverrideMethodWithFieldTest/01: Fail # Bug 5215249 121 OverrideMethodWithFieldTest/01: Fail # Bug 5215249
122 Prefix101Test: Fail # Allow multiple imports with same prefix.
123 Prefix11NegativeTest: Fail # Issue 2383, Bug 5406175
124 Prefix12NegativeTest: Fail # Issue 2383, Bug 5406175
125 Prefix3NegativeTest: Fail # Issue 2383, Bug 5406175
126 Prefix6NegativeTest: Fail # Issue 2383 122 Prefix6NegativeTest: Fail # Issue 2383
127 PrivateFactoryResolutionNegativeTest: Fail # Issue 2275 123 PrivateFactoryResolutionNegativeTest: Fail # Issue 2275
128 PrivateMember3NegativeTest: Fail # Issue 2383 124 PrivateMember3NegativeTest: Fail # Issue 2383
129 PseudoKWIllegalTest/01: Fail # Issue 356 125 PseudoKWIllegalTest/01: Fail # Issue 356
130 PseudoKWIllegalTest/02: Fail # Issue 356 126 PseudoKWIllegalTest/02: Fail # Issue 356
131 PseudoKWIllegalTest/03: Fail # Issue 356 127 PseudoKWIllegalTest/03: Fail # Issue 356
132 PseudoKWIllegalTest/04: Fail # Issue 356 128 PseudoKWIllegalTest/04: Fail # Issue 356
133 PseudoKWIllegalTest/05: Fail # Issue 356 129 PseudoKWIllegalTest/05: Fail # Issue 356
134 PseudoKWIllegalTest/06: Fail # Issue 356 130 PseudoKWIllegalTest/06: Fail # Issue 356
135 PseudoKWIllegalTest/07: Fail # Issue 356 131 PseudoKWIllegalTest/07: Fail # Issue 356
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 453
458 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ] 454 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ]
459 *: Skip 455 *: Skip
460 456
461 [ $arch == simarm ] 457 [ $arch == simarm ]
462 *: Skip 458 *: Skip
463 459
464 [ $arch == arm ] 460 [ $arch == arm ]
465 *: Skip 461 *: Skip
466 462
OLDNEW
« compiler/java/com/google/dart/compiler/resolver/Scope.java ('K') | « tests/co19/co19-compiler.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698