| OLD | NEW |
| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 *FrogTest: Skip | 69 *FrogTest: Skip |
| 70 *FrogNegativeTest: Skip | 70 *FrogNegativeTest: Skip |
| 71 | 71 |
| 72 # Issue 1034 | 72 # Issue 1034 |
| 73 ConstructorDuplicateInitializersTest/01: Fail | 73 ConstructorDuplicateInitializersTest/01: Fail |
| 74 ConstructorDuplicateInitializersTest/02: Fail | 74 ConstructorDuplicateInitializersTest/02: Fail |
| 75 | 75 |
| 76 # Issue 1355 | 76 # Issue 1355 |
| 77 CallOperatorTest: Fail | 77 CallOperatorTest: Fail |
| 78 | 78 |
| 79 ConstConstructorSyntaxTest/05: Fail |
| 79 GetSetSyntaxTest/04: Fail # Issue 1569 | 80 GetSetSyntaxTest/04: Fail # Issue 1569 |
| 80 GetSetSyntaxTest/05: Fail # Issue 1569 | 81 GetSetSyntaxTest/05: Fail # Issue 1569 |
| 81 GetSetSyntaxTest/06: Fail # Issue 1569 | 82 GetSetSyntaxTest/06: Fail # Issue 1569 |
| 82 GetSetSyntaxTest/07: Fail # Issue 1569 | 83 GetSetSyntaxTest/07: Fail # Issue 1569 |
| 83 GetSetSyntaxTest/08: Fail # Issue 1569 | 84 GetSetSyntaxTest/08: Fail # Issue 1569 |
| 84 GetSetSyntaxTest/09: Fail # Issue 1569 | 85 GetSetSyntaxTest/09: Fail # Issue 1569 |
| 85 GetSetSyntaxTest/10: Fail # Issue 1569 | 86 GetSetSyntaxTest/10: Fail # Issue 1569 |
| 86 GetSetSyntaxTest/11: Fail # Issue 1569 | 87 GetSetSyntaxTest/11: Fail # Issue 1569 |
| 87 GetSetSyntaxTest/12: Fail # Issue 1569 | 88 GetSetSyntaxTest/12: Fail # Issue 1569 |
| 88 GetSetSyntaxTest/13: Fail # Issue 1569 | 89 GetSetSyntaxTest/13: Fail # Issue 1569 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 99 DefaultFactory2Test/01: Fail # Issue 943 | 100 DefaultFactory2Test/01: Fail # Issue 943 |
| 100 WrongNumberTypeArgumentsTest: Fail # This test should be negative | 101 WrongNumberTypeArgumentsTest: Fail # This test should be negative |
| 101 | 102 |
| 102 [ $component == vm && $mode == debug ] | 103 [ $component == vm && $mode == debug ] |
| 103 GCTest: Skip # Takes too long. | 104 GCTest: Skip # Takes too long. |
| 104 | 105 |
| 105 [ $component == vm && $mode == release ] | 106 [ $component == vm && $mode == release ] |
| 106 | 107 |
| 107 [ $component == dartc || $component == chromium ] | 108 [ $component == dartc || $component == chromium ] |
| 108 AbstractSyntaxTest/01: Fail | 109 AbstractSyntaxTest/01: Fail |
| 110 FinalSyntaxTest/none: Fail |
| 109 | 111 |
| 110 # Marked failed after code generation removed from dartc | 112 # Marked failed after code generation removed from dartc |
| 111 | |
| 112 ApplicationNegativeTest: Fail # status change with --check-only | 113 ApplicationNegativeTest: Fail # status change with --check-only |
| 113 AssertKeywordNegativeTest: Fail # status change with --check-only | 114 AssertKeywordNegativeTest: Fail # status change with --check-only |
| 114 AssignInstanceMethodNegativeTest: Fail # status change with --check-only | 115 AssignInstanceMethodNegativeTest: Fail # status change with --check-only |
| 115 BitOperationsTest: Pass # status change with --check-only | 116 BitOperationsTest: Pass # status change with --check-only |
| 116 BodyLessConstructorWrongArgNegativeTest: Fail # status change with --check-on
ly | 117 BodyLessConstructorWrongArgNegativeTest: Fail # status change with --check-on
ly |
| 117 CallOperatorTest: Pass # status change with --check-only | 118 CallOperatorTest: Pass # status change with --check-only |
| 118 CallThroughNullGetterTest: Pass # status change with --check-only | 119 CallThroughNullGetterTest: Pass # status change with --check-only |
| 119 CharEscapeTest: Pass # status change with --check-only | 120 CharEscapeTest: Pass # status change with --check-only |
| 120 ClosureCallWrongArgumentCountNegativeTest: Fail # status change with --check-
only | 121 ClosureCallWrongArgumentCountNegativeTest: Fail # status change with --check-
only |
| 121 ConstCounterNegativeTest: Fail # status change with --check-only | 122 ConstCounterNegativeTest: Fail # status change with --check-only |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 # webdriver: Dart code compiled with frog VM running on an actual browser | 295 # webdriver: Dart code compiled with frog VM running on an actual browser |
| 295 # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular | 296 # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular |
| 296 # browser, you can be more specific about the failure by using $browser: | 297 # browser, you can be more specific about the failure by using $browser: |
| 297 # [ $component == webdriver && $browser == chrome ] for example. | 298 # [ $component == webdriver && $browser == chrome ] for example. |
| 298 [ $component == frog || $component == frogsh || $component == frogium || $compon
ent == webdriver] | 299 [ $component == frog || $component == frogsh || $component == frogium || $compon
ent == webdriver] |
| 299 Factory3Test: Fail # Issue 417 | 300 Factory3Test: Fail # Issue 417 |
| 300 Factory2NegativeTest: Fail | 301 Factory2NegativeTest: Fail |
| 301 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. | 302 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. |
| 302 ExtendTypeParameterNegativeTest: Skip # Issue 886 | 303 ExtendTypeParameterNegativeTest: Skip # Issue 886 |
| 303 ExtendTypeParameter2NegativeTest: Skip # Issue 886 | 304 ExtendTypeParameter2NegativeTest: Skip # Issue 886 |
| 305 FinalSyntaxTest/none: Fail |
| 304 GetSetSyntaxTest/00: Fail # Issue 1571 | 306 GetSetSyntaxTest/00: Fail # Issue 1571 |
| 305 GetSetSyntaxTest/01: Fail # Issue 1571 | 307 GetSetSyntaxTest/01: Fail # Issue 1571 |
| 306 GetSetSyntaxTest/02: Fail # Issue 1571 | 308 GetSetSyntaxTest/02: Fail # Issue 1571 |
| 307 GetSetSyntaxTest/03: Fail # Issue 1571 | 309 GetSetSyntaxTest/03: Fail # Issue 1571 |
| 308 GetSetSyntaxTest/04: Fail # Issue 1571 | 310 GetSetSyntaxTest/04: Fail # Issue 1571 |
| 309 GetSetSyntaxTest/05: Fail # Issue 1571 | 311 GetSetSyntaxTest/05: Fail # Issue 1571 |
| 310 GetSetSyntaxTest/06: Fail # Issue 1571 | 312 GetSetSyntaxTest/06: Fail # Issue 1571 |
| 311 GetSetSyntaxTest/07: Fail # Issue 1571 | 313 GetSetSyntaxTest/07: Fail # Issue 1571 |
| 312 GetSetSyntaxTest/08: Fail # Issue 1571 | 314 GetSetSyntaxTest/08: Fail # Issue 1571 |
| 313 GetSetSyntaxTest/09: Fail # Issue 1571 | 315 GetSetSyntaxTest/09: Fail # Issue 1571 |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 PrivateMember2NegativeTest: Fail | 418 PrivateMember2NegativeTest: Fail |
| 417 PrivateMember3NegativeTest: Fail | 419 PrivateMember3NegativeTest: Fail |
| 418 PrivateTest: Fail | 420 PrivateTest: Fail |
| 419 RegExp3Test: Fail | 421 RegExp3Test: Fail |
| 420 ScopeNegativeTest: Fail | 422 ScopeNegativeTest: Fail |
| 421 ScriptNegativeTest: Fail | 423 ScriptNegativeTest: Fail |
| 422 StringTest: Fail | 424 StringTest: Fail |
| 423 SuperImplicitClosureTest: Fail | 425 SuperImplicitClosureTest: Fail |
| 424 SuperTest: Fail # this is testing precise ordering of super constructor call | 426 SuperTest: Fail # this is testing precise ordering of super constructor call |
| 425 SwitchLabelTest: Fail | 427 SwitchLabelTest: Fail |
| 426 TryCatch9NegativeTest: Fail | |
| 427 TypeChecksInFactoryMethodTest: Fail # Issue 925 | 428 TypeChecksInFactoryMethodTest: Fail # Issue 925 |
| 428 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted | 429 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted |
| 429 TypeVariableBoundsTest/10: Fail | 430 TypeVariableBoundsTest/10: Fail |
| 430 TypeVariableIdentifierExpressionNegativeTest: Fail # Issue 643 | 431 TypeVariableIdentifierExpressionNegativeTest: Fail # Issue 643 |
| 431 TypeVariableShadowsClass: Fail # Issue 643 | 432 TypeVariableShadowsClass: Fail # Issue 643 |
| 432 WrongNumberTypeArgumentsTest: Fail | 433 WrongNumberTypeArgumentsTest: Fail |
| 433 ImplicitThisTest/01: Fail # Issue 376 | 434 ImplicitThisTest/01: Fail # Issue 376 |
| 434 ImplicitThisTest/02: Fail # Issue 376 | 435 ImplicitThisTest/02: Fail # Issue 376 |
| 435 ImplicitThisTest/03: Fail # Issue 376 | 436 ImplicitThisTest/03: Fail # Issue 376 |
| 436 ImplicitThisTest/04: Fail # Issue 376 | 437 ImplicitThisTest/04: Fail # Issue 376 |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 529 [ $component == frog && $mode == debug ] | 530 [ $component == frog && $mode == debug ] |
| 530 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 531 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 531 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 532 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 532 | 533 |
| 533 [ $arch == simarm ] | 534 [ $arch == simarm ] |
| 534 *: Skip | 535 *: Skip |
| 535 | 536 |
| 536 [ $arch == arm ] | 537 [ $arch == arm ] |
| 537 *: Skip | 538 *: Skip |
| 538 | 539 |
| OLD | NEW |