| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 PseudoKWTest: Fail # Issue 356 | 154 PseudoKWTest: Fail # Issue 356 |
| 155 ScopeNegativeTest: Fail # Bug 4207538. | 155 ScopeNegativeTest: Fail # Bug 4207538. |
| 156 StaticCallWrongArgumentCountNegativeTest: Fail | 156 StaticCallWrongArgumentCountNegativeTest: Fail |
| 157 StaticField1RunNegativeTest: Fail # issue 1662 | 157 StaticField1RunNegativeTest: Fail # issue 1662 |
| 158 StaticField1aRunNegativeTest: Fail # issue 1662 | 158 StaticField1aRunNegativeTest: Fail # issue 1662 |
| 159 StaticField2RunNegativeTest: Fail # issue 1662 | 159 StaticField2RunNegativeTest: Fail # issue 1662 |
| 160 StaticField2aRunNegativeTest: Fail # issue 1662 | 160 StaticField2aRunNegativeTest: Fail # issue 1662 |
| 161 StringEscape1NegativeTest: Fail # Issue 1351. | 161 StringEscape1NegativeTest: Fail # Issue 1351. |
| 162 StringEscape4NegativeTest: Fail # Issue 1351. | 162 StringEscape4NegativeTest: Fail # Issue 1351. |
| 163 StringInterpolation8Test: Fail # Issue 2126. | 163 StringInterpolation8Test: Fail # Issue 2126. |
| 164 SuperOperatorTest: Fail # Bug 4995463. | |
| 165 Switch3NegativeTest: Fail # issue 1663 | 164 Switch3NegativeTest: Fail # issue 1663 |
| 166 Switch7NegativeTest: Fail # Bug 4208467. | 165 Switch7NegativeTest: Fail # Bug 4208467. |
| 167 SwitchLabelTest: Fail # Bug 4208467. | 166 SwitchLabelTest: Fail # Bug 4208467. |
| 168 SyntaxTest: Skip # Bug 2107 Static type warnings in none case | 167 SyntaxTest: Skip # Bug 2107 Static type warnings in none case |
| 169 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 | 168 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 |
| 170 Throw7NegativeTest: Fail # Bug 4208459. | 169 Throw7NegativeTest: Fail # Bug 4208459. |
| 171 TypeDartcTest: Fail # Issue 2348 | 170 TypeDartcTest: Fail # Issue 2348 |
| 172 TypeVariableScopeTest/00: Fail # Issue 2395 | 171 TypeVariableScopeTest/00: Fail # Issue 2395 |
| 173 TypeVariableScopeTest/01: Fail # Issue 2395 | 172 TypeVariableScopeTest/01: Fail # Issue 2395 |
| 174 TypeVariableScopeTest/02: Fail # Issue 2395 | 173 TypeVariableScopeTest/02: Fail # Issue 2395 |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 458 [ $compiler == frog && $mode == debug ] | 457 [ $compiler == frog && $mode == debug ] |
| 459 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 458 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 460 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 459 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 461 | 460 |
| 462 [ $arch == simarm ] | 461 [ $arch == simarm ] |
| 463 *: Skip | 462 *: Skip |
| 464 | 463 |
| 465 [ $arch == arm ] | 464 [ $arch == arm ] |
| 466 *: Skip | 465 *: Skip |
| 467 | 466 |
| OLD | NEW |