OLD | NEW |
| (Empty) |
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 | |
3 # BSD-style license that can be found in the LICENSE file. | |
4 | |
5 [ $compiler == frog ] | |
6 *: Skip # compiler API evolved and this code and tests are not maintained. | |
7 | |
8 # Not implemented yet | |
9 #WhileLoopWithBreakTest: Fail # break within a loop | |
10 #TypedFunctionNegativeTest: Fail # checking return-type of async functions | |
11 #TryCatch10Test: Fail # traps more exceptions than it should | |
12 #WhileNormalizationTest: Skip # normalization code is incorrect, currently | |
13 # # causing test to loop forever. | |
14 | |
15 [ $runtime == vm || $runtime == drt || $compiler == dart2js || $runtime == none
] | |
16 *: Skip | |
OLD | NEW |