OLD | NEW |
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 [ $compiler == frogsh || $compiler == frog ] | 5 [ $compiler == frog ] |
6 *: Skip # compiler API evolved and this code and tests are not maintained. | 6 *: Skip # compiler API evolved and this code and tests are not maintained. |
7 | 7 |
8 # Not implemented yet | 8 # Not implemented yet |
9 #WhileLoopWithBreakTest: Fail # break within a loop | 9 #WhileLoopWithBreakTest: Fail # break within a loop |
10 #TypedFunctionNegativeTest: Fail # checking return-type of async functions | 10 #TypedFunctionNegativeTest: Fail # checking return-type of async functions |
11 #TryCatch10Test: Fail # traps more exceptions than it should | 11 #TryCatch10Test: Fail # traps more exceptions than it should |
12 #WhileNormalizationTest: Skip # normalization code is incorrect, currently | 12 #WhileNormalizationTest: Skip # normalization code is incorrect, currently |
13 # # causing test to loop forever. | 13 # # causing test to loop forever. |
14 #[ $compiler == frogsh ] | |
15 #*: Pass, Crash # Issue 1024. | |
16 | 14 |
17 [ $runtime == vm || $runtime == drt || $compiler == dart2js || $runtime == none
] | 15 [ $runtime == vm || $runtime == drt || $compiler == dart2js || $runtime == none
] |
18 *: Skip | 16 *: Skip |
OLD | NEW |