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 14 matching lines...) Expand all Loading... |
25 | 25 |
26 # The following section refers to the dart vm tests which live under | 26 # The following section refers to the dart vm tests which live under |
27 # runtime/tests/vm/dart. | 27 # runtime/tests/vm/dart. |
28 [ $system == windows ] | 28 [ $system == windows ] |
29 cc/Dart2JSCompileAll: Skip | 29 cc/Dart2JSCompileAll: Skip |
30 cc/ExternalizeConstantStrings: Skip | 30 cc/ExternalizeConstantStrings: Skip |
31 cc/ThreadInterrupterHigh: Skip | 31 cc/ThreadInterrupterHigh: Skip |
32 cc/ThreadInterrupterMedium: Skip | 32 cc/ThreadInterrupterMedium: Skip |
33 cc/ThreadInterrupterLow: Skip | 33 cc/ThreadInterrupterLow: Skip |
34 cc/Service_Profile: Skip | 34 cc/Service_Profile: Skip |
35 cc/ToCStringTruncated: Fail # Issue 20874 | |
36 | 35 |
37 [ $system == linux ] | 36 [ $system == linux ] |
38 cc/ThreadInterrupterHigh: Skip | 37 cc/ThreadInterrupterHigh: Skip |
39 cc/ThreadInterrupterMedium: Skip | 38 cc/ThreadInterrupterMedium: Skip |
40 cc/ThreadInterrupterLow: Skip | 39 cc/ThreadInterrupterLow: Skip |
41 | 40 |
42 [ $system == macos ] | 41 [ $system == macos ] |
43 cc/ThreadInterrupterHigh: Skip | 42 cc/ThreadInterrupterHigh: Skip |
44 cc/ThreadInterrupterMedium: Skip | 43 cc/ThreadInterrupterMedium: Skip |
45 cc/ThreadInterrupterLow: Skip | 44 cc/ThreadInterrupterLow: Skip |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
80 cc/JSON_JSONStream_Options: Crash, Pass # Issue 19328 | 79 cc/JSON_JSONStream_Options: Crash, Pass # Issue 19328 |
81 | 80 |
82 [ $arch == mips && $mode == debug ] | 81 [ $arch == mips && $mode == debug ] |
83 cc/FindCodeObject: Skip # Takes more than 8 minutes. Issue 17440 | 82 cc/FindCodeObject: Skip # Takes more than 8 minutes. Issue 17440 |
84 | 83 |
85 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 84 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
86 dart/optimized_stacktrace_test: StaticWarning | 85 dart/optimized_stacktrace_test: StaticWarning |
87 | 86 |
88 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 87 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
89 dart/byte_array_test: RuntimeError # Issue 17612 | 88 dart/byte_array_test: RuntimeError # Issue 17612 |
OLD | NEW |