| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 GetSetSyntaxTest/13: Fail # Issue 1569 | 79 GetSetSyntaxTest/13: Fail # Issue 1569 |
| 80 GetSetSyntaxTest/14: Fail # Issue 1569 | 80 GetSetSyntaxTest/14: Fail # Issue 1569 |
| 81 GetSetSyntaxTest/15: Fail # Issue 1569 | 81 GetSetSyntaxTest/15: Fail # Issue 1569 |
| 82 | 82 |
| 83 CompileTimeConstant3Test: Fail # Issue 1780 | 83 CompileTimeConstant3Test: Fail # Issue 1780 |
| 84 CompileTimeConstant6Test: Fail # Issue 1794 | 84 CompileTimeConstant6Test: Fail # Issue 1794 |
| 85 | 85 |
| 86 AssignStaticTypeTest/01: Skip # Issue 2070 (fails only in checked mode) | 86 AssignStaticTypeTest/01: Skip # Issue 2070 (fails only in checked mode) |
| 87 AssignStaticTypeTest/02: Skip # Issue 2070 (fails only in checked mode) | 87 AssignStaticTypeTest/02: Skip # Issue 2070 (fails only in checked mode) |
| 88 | 88 |
| 89 ConstructorRedirectTest/01: Fail # Issue 2103. |
| 90 |
| 89 # DartC or Frog specific tests that should not be run by the VM | 91 # DartC or Frog specific tests that should not be run by the VM |
| 90 *DartcTest: Skip | 92 *DartcTest: Skip |
| 91 *DartcNegativeTest: Skip | 93 *DartcNegativeTest: Skip |
| 92 *FrogTest: Skip | 94 *FrogTest: Skip |
| 93 *FrogNegativeTest: Skip | 95 *FrogNegativeTest: Skip |
| 94 | 96 |
| 95 [ ($component == vm || $component == dartium) && $unchecked ] | 97 [ ($component == vm || $component == dartium) && $unchecked ] |
| 96 | 98 |
| 97 IsNotClass3NegativeTest: Fail # Spec unclear. | 99 IsNotClass3NegativeTest: Fail # Spec unclear. |
| 98 Prefix16NegativeTest: Fail # Bug 5532534 | 100 Prefix16NegativeTest: Fail # Bug 5532534 |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 StaticField2RunNegativeTest: Fail # issue 1662 | 181 StaticField2RunNegativeTest: Fail # issue 1662 |
| 180 StaticField2aRunNegativeTest: Fail # issue 1662 | 182 StaticField2aRunNegativeTest: Fail # issue 1662 |
| 181 StringEscape1NegativeTest: Fail # Issue 1351. | 183 StringEscape1NegativeTest: Fail # Issue 1351. |
| 182 StringEscape4NegativeTest: Fail # Issue 1351. | 184 StringEscape4NegativeTest: Fail # Issue 1351. |
| 183 SuperOperatorTest: Fail # Bug 4995463. | 185 SuperOperatorTest: Fail # Bug 4995463. |
| 184 Switch3NegativeTest: Fail # issue 1663 | 186 Switch3NegativeTest: Fail # issue 1663 |
| 185 Switch7NegativeTest: Fail # Bug 4208467. | 187 Switch7NegativeTest: Fail # Bug 4208467. |
| 186 SwitchLabelTest: Fail # Bug 4208467. | 188 SwitchLabelTest: Fail # Bug 4208467. |
| 187 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 | 189 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 |
| 188 Throw7NegativeTest: Fail # Bug 4208459. | 190 Throw7NegativeTest: Fail # Bug 4208459. |
| 191 ConstructorRedirectTest/01: Fail # Issue 2105. |
| 189 | 192 |
| 190 # | 193 # |
| 191 # Add new dartc annotations above in alphabetical order | 194 # Add new dartc annotations above in alphabetical order |
| 192 # | 195 # |
| 193 | 196 |
| 194 # VM or Frog specific tests that should not be run by DartC. | 197 # VM or Frog specific tests that should not be run by DartC. |
| 195 *VMTest: Skip | 198 *VMTest: Skip |
| 196 *VMNegativeTest: Skip | 199 *VMNegativeTest: Skip |
| 197 *FrogTest: Skip | 200 *FrogTest: Skip |
| 198 *FrogNegativeTest: Skip | 201 *FrogNegativeTest: Skip |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 PseudoKWTest: Fail # Issue 356 | 267 PseudoKWTest: Fail # Issue 356 |
| 265 NamingTest: Fail # Issue 356 | 268 NamingTest: Fail # Issue 356 |
| 266 DuplicateImplementsTest: Skip # Issue 976 | 269 DuplicateImplementsTest: Skip # Issue 976 |
| 267 DoubleToString: Fail # Prints "3" instead of "3.0". | 270 DoubleToString: Fail # Prints "3" instead of "3.0". |
| 268 ThirdTest: Fail # Issue 1511 | 271 ThirdTest: Fail # Issue 1511 |
| 269 TryCatchSyntaxTest/08: Fail | 272 TryCatchSyntaxTest/08: Fail |
| 270 TryCatchSyntaxTest/09: Fail | 273 TryCatchSyntaxTest/09: Fail |
| 271 CondExprTest: Fail | 274 CondExprTest: Fail |
| 272 SuperFieldAccessTest: Fail # Issue 1695 | 275 SuperFieldAccessTest: Fail # Issue 1695 |
| 273 CompileTimeConstant6Test: Fail | 276 CompileTimeConstant6Test: Fail |
| 277 ConstructorRedirectTest/01: Fail # Issue 2104. |
| 274 | 278 |
| 275 SavannahTest: Skip # TODO(jimhug): Seems flaky on some configs - investigate. | 279 SavannahTest: Skip # TODO(jimhug): Seems flaky on some configs - investigate. |
| 276 | 280 |
| 277 # VM or DartC specific tests not to be run by Frog. See language.status | 281 # VM or DartC specific tests not to be run by Frog. See language.status |
| 278 *VMTest: Skip | 282 *VMTest: Skip |
| 279 *VMNegativeTest: Skip | 283 *VMNegativeTest: Skip |
| 280 *DartcTest: Skip | 284 *DartcTest: Skip |
| 281 *DartcNegativeTest: Skip | 285 *DartcNegativeTest: Skip |
| 282 # Currently, these patterns skip three tests: | 286 # Currently, these patterns skip three tests: |
| 283 # MathVMTest - correctly skipped as this relies on VM guarantees | 287 # MathVMTest - correctly skipped as this relies on VM guarantees |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 [ $component == frog && $mode == debug ] | 468 [ $component == frog && $mode == debug ] |
| 465 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 469 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 466 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 470 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 467 | 471 |
| 468 [ $arch == simarm ] | 472 [ $arch == simarm ] |
| 469 *: Skip | 473 *: Skip |
| 470 | 474 |
| 471 [ $arch == arm ] | 475 [ $arch == arm ] |
| 472 *: Skip | 476 *: Skip |
| 473 | 477 |
| OLD | NEW |