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

Side by Side Diff: language/language.status

Issue 9398002: - Add tests for the new prefix specifications. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/tests/
Patch Set: '' Created 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | language/src/Prefix101Test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 NumbersTest: Fail # Fails because numbers are mapped to doubles. 212 NumbersTest: Fail # Fails because numbers are mapped to doubles.
213 OverriddenNoSuchMethodTest: Fail # Bug 4202974. 213 OverriddenNoSuchMethodTest: Fail # Bug 4202974.
214 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249 214 OverrideFieldMethod1NegativeTest: Fail # Bug 5215249
215 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 215 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249
216 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 216 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249
217 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 217 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249
218 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 218 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249
219 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249 219 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249
220 OverrideFieldTest/04: Fail # Bug 5215249 220 OverrideFieldTest/04: Fail # Bug 5215249
221 OverrideMethodWithFieldTest/01: Fail # Bug 5215249 221 OverrideMethodWithFieldTest/01: Fail # Bug 5215249
222 Prefix101Test: Fail # Allow multiple imports with same prefix.
222 Prefix11NegativeTest: Fail # Bug 5406175 223 Prefix11NegativeTest: Fail # Bug 5406175
223 Prefix12NegativeTest: Fail # Bug 5406175 224 Prefix12NegativeTest: Fail # Bug 5406175
224 Prefix16NegativeTest: Fail # Bug 5532534 225 Prefix16NegativeTest: Fail # Bug 5532534
225 Prefix3NegativeTest: Fail # Bug 5406175 226 Prefix3NegativeTest: Fail # Bug 5406175
226 PseudoKWTest: Fail # Issue 356 227 PseudoKWTest: Fail # Issue 356
227 PseudoKWIllegalTest/01: Fail # Issue 356 228 PseudoKWIllegalTest/01: Fail # Issue 356
228 PseudoKWIllegalTest/02: Fail # Issue 356 229 PseudoKWIllegalTest/02: Fail # Issue 356
229 PseudoKWIllegalTest/03: Fail # Issue 356 230 PseudoKWIllegalTest/03: Fail # Issue 356
230 PseudoKWIllegalTest/04: Fail # Issue 356 231 PseudoKWIllegalTest/04: Fail # Issue 356
231 PseudoKWIllegalTest/05: Fail # Issue 356 232 PseudoKWIllegalTest/05: Fail # Issue 356
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 NamedParametersWithConversionsTest: Fail 401 NamedParametersWithConversionsTest: Fail
401 NonConstSuperNegativeTest: Fail 402 NonConstSuperNegativeTest: Fail
402 NullPointerExceptionTest: Fail 403 NullPointerExceptionTest: Fail
403 NullTest: Fail 404 NullTest: Fail
404 NullToStringTest: Fail 405 NullToStringTest: Fail
405 NumbersTest: Fail 406 NumbersTest: Fail
406 OverrideFieldTest/01: Fail 407 OverrideFieldTest/01: Fail
407 OverrideFieldTest/04: Fail 408 OverrideFieldTest/04: Fail
408 OverrideMethodWithFieldTest/01: Fail 409 OverrideMethodWithFieldTest/01: Fail
409 ParameterInitializer5NegativeTest: Fail # Issue 581 410 ParameterInitializer5NegativeTest: Fail # Issue 581
411 Prefix101Test: Fail # Allow multiple imports with same prefix.
410 Prefix8NegativeTest: Fail 412 Prefix8NegativeTest: Fail
411 Prefix9NegativeTest: Fail 413 Prefix9NegativeTest: Fail
412 Prefix11NegativeTest: Fail 414 Prefix11NegativeTest: Fail
413 Prefix16NegativeTest: Fail 415 Prefix16NegativeTest: Fail
414 Prefix20NegativeTest: Fail 416 Prefix20NegativeTest: Fail
415 Prefix22NegativeTest: Fail 417 Prefix22NegativeTest: Fail
416 Prefix23NegativeTest: Fail 418 Prefix23NegativeTest: Fail
417 PrivateMemberTest: Fail 419 PrivateMemberTest: Fail
418 PrivateMember2NegativeTest: Fail 420 PrivateMember2NegativeTest: Fail
419 PrivateMember3NegativeTest: Fail 421 PrivateMember3NegativeTest: Fail
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 [ $component == frog && $mode == debug ] 532 [ $component == frog && $mode == debug ]
531 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 533 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
532 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 534 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
533 535
534 [ $arch == simarm ] 536 [ $arch == simarm ]
535 *: Skip 537 *: Skip
536 538
537 [ $arch == arm ] 539 [ $arch == arm ]
538 *: Skip 540 *: Skip
539 541
OLDNEW
« no previous file with comments | « no previous file | language/src/Prefix101Test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698