| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 | 109 |
| 110 [ $component == vm && $mode == release ] | 110 [ $component == vm && $mode == release ] |
| 111 | 111 |
| 112 [ $component == dartc || $component == chromium ] | 112 [ $component == dartc || $component == chromium ] |
| 113 AbstractSyntaxTest/01: Fail | 113 AbstractSyntaxTest/01: Fail |
| 114 ConstConstructorSyntaxTest/05: Fail | 114 ConstConstructorSyntaxTest/05: Fail |
| 115 FinalSyntaxTest/none: Fail | 115 FinalSyntaxTest/none: Fail |
| 116 | 116 |
| 117 CompileTimeConstant3Test: Fail # Issue 1780 | 117 CompileTimeConstant3Test: Fail # Issue 1780 |
| 118 | 118 |
| 119 CodeAfterTryIsExecutedTest/01: Fail # Issue 1799. |
| 120 |
| 119 # Marked failed after code generation removed from dartc | 121 # Marked failed after code generation removed from dartc |
| 120 ApplicationNegativeTest: Fail | 122 ApplicationNegativeTest: Fail |
| 121 AssertKeywordNegativeTest: Fail | 123 AssertKeywordNegativeTest: Fail |
| 122 AssignInstanceMethodNegativeTest: Fail | 124 AssignInstanceMethodNegativeTest: Fail |
| 123 BodyLessConstructorWrongArgNegativeTest: Fail | 125 BodyLessConstructorWrongArgNegativeTest: Fail |
| 124 ClosureCallWrongArgumentCountNegativeTest: Fail | 126 ClosureCallWrongArgumentCountNegativeTest: Fail |
| 125 ConstCounterNegativeTest: Fail # issue 1655 | 127 ConstCounterNegativeTest: Fail # issue 1655 |
| 126 ConstructorCallWrongArgumentCountNegativeTest: Fail | 128 ConstructorCallWrongArgumentCountNegativeTest: Fail |
| 127 Field3aNegativeTest: Fail | 129 Field3aNegativeTest: Fail |
| 128 FieldMethod4NegativeTest: Fail | 130 FieldMethod4NegativeTest: Fail |
| (...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 [ $component == frog && $mode == debug ] | 466 [ $component == frog && $mode == debug ] |
| 465 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 467 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 466 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 468 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 467 | 469 |
| 468 [ $arch == simarm ] | 470 [ $arch == simarm ] |
| 469 *: Skip | 471 *: Skip |
| 470 | 472 |
| 471 [ $arch == arm ] | 473 [ $arch == arm ] |
| 472 *: Skip | 474 *: Skip |
| 473 | 475 |
| OLD | NEW |