| 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 28 matching lines...) Expand all Loading... |
| 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 == simmips ] |
| 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 [ $arch == arm ] |
| 50 cc/Int8ListLengthMaxElements: Skip # Issue 23314 |
| 51 cc/ArrayLengthMaxElements: Skip # Issue 23314 |
| 52 |
| 49 [ $compiler == dart2js ] | 53 [ $compiler == dart2js ] |
| 50 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type
bounds | 54 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 | 55 dart/byte_array_test: Skip # compilers not aware of byte arrays |
| 52 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays | 56 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays |
| 53 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 | 57 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 |
| 54 dart/simd128float32_test: Skip # compilers not aware of Simd128 | 58 dart/simd128float32_test: Skip # compilers not aware of Simd128 |
| 55 | 59 |
| 56 [ $compiler == dart2js ] | 60 [ $compiler == dart2js ] |
| 57 # The source positions do not match with dart2js. | 61 # The source positions do not match with dart2js. |
| 58 dart/optimized_stacktrace_test: RuntimeError | 62 dart/optimized_stacktrace_test: RuntimeError |
| (...skipping 23 matching lines...) Expand all Loading... |
| 82 cc/FindCodeObject: Skip # Takes more than 8 minutes. Issue 17440 | 86 cc/FindCodeObject: Skip # Takes more than 8 minutes. Issue 17440 |
| 83 | 87 |
| 84 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 88 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 85 dart/optimized_stacktrace_test: StaticWarning | 89 dart/optimized_stacktrace_test: StaticWarning |
| 86 | 90 |
| 87 [ $runtime != vm ] | 91 [ $runtime != vm ] |
| 88 dart/snapshot_version_test: SkipByDesign # Spawns processes | 92 dart/snapshot_version_test: SkipByDesign # Spawns processes |
| 89 | 93 |
| 90 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 94 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
| 91 cc/Dart2JSCompileAll: Skip # Timeout. | 95 cc/Dart2JSCompileAll: Skip # Timeout. |
| OLD | NEW |