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