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 # When a spawned isolate throws an uncaught exception, we terminate the vm. | |
6 cc/RunLoop_ExceptionChild: Fail | |
7 | |
8 # These tests are expected to crash on all platforms. | 5 # These tests are expected to crash on all platforms. |
9 cc/ArrayNew_Overflow_Crash: Crash | 6 cc/ArrayNew_Overflow_Crash: Crash |
10 cc/AllocGeneric_Overflow: Crash | 7 cc/AllocGeneric_Overflow: Crash |
11 | 8 |
12 cc/SNPrint_BadArgs: Skip | 9 cc/SNPrint_BadArgs: Skip |
13 | 10 |
14 [ $arch == x64 ] | 11 [ $arch == x64 ] |
15 cc/IsolateInterrupt: Skip | 12 cc/IsolateInterrupt: Skip |
16 | 13 |
17 [ $system == windows && $mode == debug ] | 14 [ $system == windows && $mode == debug ] |
(...skipping 14 matching lines...) Expand all Loading... |
32 | 29 |
33 [ $compiler == dart2dart ] | 30 [ $compiler == dart2dart ] |
34 # Skip until we stabilize language tests. | 31 # Skip until we stabilize language tests. |
35 *: Skip | 32 *: Skip |
36 | 33 |
37 [ $arch == arm ] | 34 [ $arch == arm ] |
38 dart/*: Skip | 35 dart/*: Skip |
39 | 36 |
40 [ $arch == simarm ] | 37 [ $arch == simarm ] |
41 dart/*: Skip | 38 dart/*: Skip |
OLD | NEW |