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 # These tests are expected to crash on all platforms. | 5 # These tests are expected to crash on all platforms. |
6 cc/ArrayNew_Overflow_Crash: Crash | 6 cc/ArrayNew_Overflow_Crash: Crash |
7 cc/AllocGeneric_Overflow: Crash, Timeout | 7 cc/AllocGeneric_Overflow: Crash, Timeout |
8 cc/CodeImmutability: Crash | 8 cc/CodeImmutability: Crash |
9 | 9 |
10 cc/SNPrint_BadArgs: Skip | 10 cc/SNPrint_BadArgs: Skip |
11 | 11 |
12 # Flaky on buildbot. Issue 5133 and 10409. | 12 # Flaky on buildbot. Issue 5133 and 10409. |
13 cc/Sleep: Pass, Fail | 13 cc/Sleep: Pass, Fail |
14 | 14 |
15 [ $mode == debug ] | 15 [ $mode == debug ] |
16 # This is a benchmark that is not informative in debug mode. | 16 # This is a benchmark that is not informative in debug mode. |
17 cc/CorelibIsolateStartup: Skip | 17 cc/CorelibIsolateStartup: Skip |
18 # Negative tests of VerifiedMemory should crash iff in DEBUG mode. | 18 # Negative tests of VerifiedMemory should crash iff in DEBUG mode. |
19 # TODO(koda): Improve support for negative tests. | 19 # TODO(koda): Improve support for negative tests. |
20 cc/VerifyImplicit_Crash: Crash | 20 cc/VerifyImplicit_Crash: Crash |
21 cc/VerifyExplicit_Crash: Crash | 21 cc/VerifyExplicit_Crash: Crash |
22 | 22 |
23 # The following section refers to the dart vm tests which live under | 23 # The following section refers to the dart vm tests which live under |
24 # runtime/tests/vm/dart. | 24 # runtime/tests/vm/dart. |
25 [ $system == windows ] | 25 [ $system == windows ] |
26 cc/Dart2JSCompileAll: Skip | 26 cc/Dart2JSCompileAll: Skip |
27 cc/ExternalizeConstantStrings: Skip | 27 cc/ExternalizeConstantStrings: Skip |
| 28 cc/ThreadInterrupterHigh: Skip |
| 29 cc/ThreadInterrupterMedium: Skip |
| 30 cc/ThreadInterrupterLow: Skip |
28 cc/Service_Profile: Skip | 31 cc/Service_Profile: Skip |
29 cc/Dart2JSCompilerStats: Skip | 32 cc/Dart2JSCompilerStats: Skip |
30 cc/CorelibCompilerStats: Skip | 33 cc/CorelibCompilerStats: Skip |
31 | 34 |
| 35 |
| 36 [ $system == linux ] |
| 37 cc/ThreadInterrupterHigh: Skip |
| 38 cc/ThreadInterrupterMedium: Skip |
| 39 cc/ThreadInterrupterLow: Skip |
| 40 |
| 41 [ $system == macos ] |
| 42 cc/ThreadInterrupterHigh: Skip |
| 43 cc/ThreadInterrupterMedium: Skip |
| 44 cc/ThreadInterrupterLow: Skip |
| 45 |
32 [ $arch == simarm || $arch == simarmv5te || $arch == simarm64 || $arch == simmip
s ] | 46 [ $arch == simarm || $arch == simarmv5te || $arch == simarm64 || $arch == simmip
s ] |
| 47 cc/ThreadInterrupterHigh: Skip |
| 48 cc/ThreadInterrupterMedium: Skip |
| 49 cc/ThreadInterrupterLow: Skip |
33 cc/Service_Profile: Skip | 50 cc/Service_Profile: Skip |
34 | 51 |
35 [ $arch == arm ] | 52 [ $arch == arm ] |
36 cc/Int8ListLengthMaxElements: Skip # Issue 23314 | 53 cc/Int8ListLengthMaxElements: Skip # Issue 23314 |
37 cc/ArrayLengthMaxElements: Skip # Issue 23314 | 54 cc/ArrayLengthMaxElements: Skip # Issue 23314 |
38 | 55 |
39 [ $compiler == dart2js ] | 56 [ $compiler == dart2js ] |
40 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type
bounds | 57 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type
bounds |
41 dart/byte_array_test: Skip # compilers not aware of byte arrays | 58 dart/byte_array_test: Skip # compilers not aware of byte arrays |
42 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays | 59 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 dart/spawn_infinite_loop_test: Skip # VM shutdown test | 94 dart/spawn_infinite_loop_test: Skip # VM shutdown test |
78 dart/spawn_shutdown_test: Skip # VM Shutdown test | 95 dart/spawn_shutdown_test: Skip # VM Shutdown test |
79 | 96 |
80 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 97 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
81 cc/Dart2JSCompileAll: Skip # Timeout. | 98 cc/Dart2JSCompileAll: Skip # Timeout. |
82 | 99 |
83 [ $noopt ] | 100 [ $noopt ] |
84 dart/redirection_type_shuffling_test: CompileTimeError # Imports dart:mirrors | 101 dart/redirection_type_shuffling_test: CompileTimeError # Imports dart:mirrors |
85 dart/byte_array_test: Crash # Incompatible flag --disable_alloc_stubs_after_gc | 102 dart/byte_array_test: Crash # Incompatible flag --disable_alloc_stubs_after_gc |
86 dart/inline_stack_frame_test: Fail # Issue 24783 - inlined frames missing | 103 dart/inline_stack_frame_test: Fail # Issue 24783 - inlined frames missing |
OLD | NEW |