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 | 7 cc/AllocGeneric_Overflow: Crash |
8 cc/CodeImmutability: Crash | 8 cc/CodeImmutability: Crash |
9 | 9 |
10 cc/SNPrint_BadArgs: Skip | 10 cc/SNPrint_BadArgs: Skip |
(...skipping 22 matching lines...) Expand all Loading... | |
33 [ $system == linux ] | 33 [ $system == linux ] |
34 cc/ThreadInterrupterHigh: Skip | 34 cc/ThreadInterrupterHigh: Skip |
35 cc/ThreadInterrupterMedium: Skip | 35 cc/ThreadInterrupterMedium: Skip |
36 cc/ThreadInterrupterLow: Skip | 36 cc/ThreadInterrupterLow: Skip |
37 | 37 |
38 [ $system == macos ] | 38 [ $system == macos ] |
39 cc/ThreadInterrupterHigh: Skip | 39 cc/ThreadInterrupterHigh: Skip |
40 cc/ThreadInterrupterMedium: Skip | 40 cc/ThreadInterrupterMedium: Skip |
41 cc/ThreadInterrupterLow: Skip | 41 cc/ThreadInterrupterLow: Skip |
42 | 42 |
43 [ $arch == simarm || $arch == simmips ] | 43 [ $arch == simarm || $arch == simarmv5te || $arch == simarm64 || $arch == simmip s ] |
ricow1
2015/04/10 08:23:41
We could add a group marker to config, i.e., you w
zra
2015/04/10 16:07:20
That would be useful, yah. I think there are a num
| |
44 cc/ThreadInterrupterHigh: Skip | 44 cc/ThreadInterrupterHigh: Skip |
45 cc/ThreadInterrupterMedium: Skip | 45 cc/ThreadInterrupterMedium: Skip |
46 cc/ThreadInterrupterLow: Skip | 46 cc/ThreadInterrupterLow: Skip |
47 cc/Service_Profile: Skip | 47 cc/Service_Profile: Skip |
48 | 48 |
49 [ $compiler == dart2js ] | 49 [ $compiler == dart2js ] |
50 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type bounds | 50 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type bounds |
51 dart/byte_array_test: Skip # compilers not aware of byte arrays | 51 dart/byte_array_test: Skip # compilers not aware of byte arrays |
52 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays | 52 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays |
53 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 | 53 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 |
(...skipping 28 matching lines...) Expand all Loading... | |
82 cc/FindCodeObject: Skip # Takes more than 8 minutes. Issue 17440 | 82 cc/FindCodeObject: Skip # Takes more than 8 minutes. Issue 17440 |
83 | 83 |
84 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 84 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
85 dart/optimized_stacktrace_test: StaticWarning | 85 dart/optimized_stacktrace_test: StaticWarning |
86 | 86 |
87 [ $runtime != vm ] | 87 [ $runtime != vm ] |
88 dart/snapshot_version_test: SkipByDesign # Spawns processes | 88 dart/snapshot_version_test: SkipByDesign # Spawns processes |
89 | 89 |
90 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 90 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
91 cc/Dart2JSCompileAll: Skip # Timeout. | 91 cc/Dart2JSCompileAll: Skip # Timeout. |
OLD | NEW |