| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 *FrogTest: Skip | 91 *FrogTest: Skip |
| 92 *FrogNegativeTest: Skip | 92 *FrogNegativeTest: Skip |
| 93 | 93 |
| 94 [ ($component == vm || $component == dartium) && $unchecked ] | 94 [ ($component == vm || $component == dartium) && $unchecked ] |
| 95 | 95 |
| 96 IsNotClass3NegativeTest: Fail # Spec unclear. | 96 IsNotClass3NegativeTest: Fail # Spec unclear. |
| 97 Prefix16NegativeTest: Fail # Bug 5532534 | 97 Prefix16NegativeTest: Fail # Bug 5532534 |
| 98 | 98 |
| 99 [ ($component == vm || $component == dartium) && $checked ] | 99 [ ($component == vm || $component == dartium) && $checked ] |
| 100 | 100 |
| 101 TypeVariableBounds2Test/03: Fail # Work in progress. |
| 101 Prefix22Test: Fail # This test should be negative in checked mode. | 102 Prefix22Test: Fail # This test should be negative in checked mode. |
| 102 WrongNumberTypeArgumentsTest: Fail # This test should be negative in checked mod
e. | |
| 103 TypeVariableBoundsTest/09: Fail # This test should be negative in checked mode. | |
| 104 TypeVariableBoundsTest/10: Fail # This test should be negative in checked mode. | |
| 105 | 103 |
| 106 [ ($component == vm || $component == dartium) && $mode == debug ] | 104 [ ($component == vm || $component == dartium) && $mode == debug ] |
| 107 GCTest: Skip # Takes too long. | 105 GCTest: Skip # Takes too long. |
| 108 | 106 |
| 109 [ $component == vm && $mode == release ] | 107 [ $component == vm && $mode == release ] |
| 110 | 108 |
| 111 [ $component == dartc || $component == chromium ] | 109 [ $component == dartc || $component == chromium ] |
| 112 AbstractSyntaxTest/01: Fail | 110 AbstractSyntaxTest/01: Fail |
| 113 ApplicationNegativeTest: Fail | 111 ApplicationNegativeTest: Fail |
| 114 AssertKeywordNegativeTest: Fail | 112 AssertKeywordNegativeTest: Fail |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 StaticField1RunNegativeTest: Fail # issue 1662 | 174 StaticField1RunNegativeTest: Fail # issue 1662 |
| 177 StaticField1aRunNegativeTest: Fail # issue 1662 | 175 StaticField1aRunNegativeTest: Fail # issue 1662 |
| 178 StaticField2RunNegativeTest: Fail # issue 1662 | 176 StaticField2RunNegativeTest: Fail # issue 1662 |
| 179 StaticField2aRunNegativeTest: Fail # issue 1662 | 177 StaticField2aRunNegativeTest: Fail # issue 1662 |
| 180 StringEscape1NegativeTest: Fail # Issue 1351. | 178 StringEscape1NegativeTest: Fail # Issue 1351. |
| 181 StringEscape4NegativeTest: Fail # Issue 1351. | 179 StringEscape4NegativeTest: Fail # Issue 1351. |
| 182 SuperOperatorTest: Fail # Bug 4995463. | 180 SuperOperatorTest: Fail # Bug 4995463. |
| 183 Switch3NegativeTest: Fail # issue 1663 | 181 Switch3NegativeTest: Fail # issue 1663 |
| 184 Switch7NegativeTest: Fail # Bug 4208467. | 182 Switch7NegativeTest: Fail # Bug 4208467. |
| 185 SwitchLabelTest: Fail # Bug 4208467. | 183 SwitchLabelTest: Fail # Bug 4208467. |
| 184 TypeVariableBounds2Test*: Skip # Issue 1939. |
| 186 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 | 185 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 |
| 187 Throw7NegativeTest: Fail # Bug 4208459. | 186 Throw7NegativeTest: Fail # Bug 4208459. |
| 188 | 187 |
| 189 # | 188 # |
| 190 # Add new dartc annotations above in alphabetical order | 189 # Add new dartc annotations above in alphabetical order |
| 191 # | 190 # |
| 192 | 191 |
| 193 # VM or Frog specific tests that should not be run by DartC. | 192 # VM or Frog specific tests that should not be run by DartC. |
| 194 *VMTest: Skip | 193 *VMTest: Skip |
| 195 *VMNegativeTest: Skip | 194 *VMNegativeTest: Skip |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 ScopeNegativeTest: Fail | 356 ScopeNegativeTest: Fail |
| 358 ScriptNegativeTest: Fail | 357 ScriptNegativeTest: Fail |
| 359 SuperImplicitClosureTest: Fail | 358 SuperImplicitClosureTest: Fail |
| 360 SuperTest: Fail # this is testing precise ordering of super constructor call | 359 SuperTest: Fail # this is testing precise ordering of super constructor call |
| 361 SwitchLabelTest: Fail | 360 SwitchLabelTest: Fail |
| 362 TypeChecksInFactoryMethodTest: Fail # Issue 925 | 361 TypeChecksInFactoryMethodTest: Fail # Issue 925 |
| 363 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted | 362 TypeVariableBoundsTest/00: Fail # these tests would work if the type was constru
cted |
| 364 TypeVariableBoundsTest/10: Fail | 363 TypeVariableBoundsTest/10: Fail |
| 365 TypeVariableIdentifierExpressionNegativeTest: Fail # Issue 643 | 364 TypeVariableIdentifierExpressionNegativeTest: Fail # Issue 643 |
| 366 TypeVariableShadowsClass: Fail # Issue 643 | 365 TypeVariableShadowsClass: Fail # Issue 643 |
| 367 WrongNumberTypeArgumentsTest: Fail | 366 WrongNumberTypeArgumentsTest/none: Fail |
| 368 ImplicitThisTest/01: Fail # Issue 376 | 367 ImplicitThisTest/01: Fail # Issue 376 |
| 369 ImplicitThisTest/02: Fail # Issue 376 | 368 ImplicitThisTest/02: Fail # Issue 376 |
| 370 ImplicitThisTest/03: Fail # Issue 376 | 369 ImplicitThisTest/03: Fail # Issue 376 |
| 371 ImplicitThisTest/04: Fail # Issue 376 | 370 ImplicitThisTest/04: Fail # Issue 376 |
| 372 ImplicitThisTest/none: Fail # Issue 376 | 371 ImplicitThisTest/none: Fail # Issue 376 |
| 373 | 372 |
| 374 #Issue 1308 | 373 #Issue 1308 |
| 375 NamedParameters2Test: Fail | 374 NamedParameters2Test: Fail |
| 376 NamedParameters3Test: Fail | 375 NamedParameters3Test: Fail |
| 377 NamedParameters4Test: Fail | 376 NamedParameters4Test: Fail |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 455 [ $component == frog && $mode == debug ] | 454 [ $component == frog && $mode == debug ] |
| 456 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 455 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 457 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 456 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 458 | 457 |
| 459 [ $arch == simarm ] | 458 [ $arch == simarm ] |
| 460 *: Skip | 459 *: Skip |
| 461 | 460 |
| 462 [ $arch == arm ] | 461 [ $arch == arm ] |
| 463 *: Skip | 462 *: Skip |
| 464 | 463 |
| OLD | NEW |