| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 |
| 54 dart/simd128float32_test: Skip # compilers not aware of Simd128 | 54 dart/simd128float32_test: Skip # compilers not aware of Simd128 |
| 55 | 55 |
| 56 [ $compiler == dart2js ] | 56 [ $compiler == dart2js ] |
| 57 # The source positions do not match with dart2js. | 57 # The source positions do not match with dart2js. |
| 58 dart/optimized_stacktrace_test: RuntimeError | 58 dart/optimized_stacktrace_test: RuntimeError |
| 59 | 59 |
| 60 [ $compiler == dart2js ] | |
| 61 # Methods can be missing in dart2js stack traces due to inlining. Also when | 60 # Methods can be missing in dart2js stack traces due to inlining. Also when |
| 62 # minifying they can be renamed, which is issue 7953. | 61 # minifying they can be renamed, which is issue 7953. |
| 63 dart/inline_stack_frame_test: RuntimeError # Issue 7953 | 62 dart/inline_stack_frame_test: RuntimeError # Issue 7953 |
| 64 | 63 |
| 64 [ $compiler == dart2js || $compiler == dartanalyzer || $compiler == dart2analyze
r ] |
| 65 # Data uri's not supported by dart2js or the analyzer. |
| 66 dart/data_uri*test: Skip |
| 67 |
| 65 [ $compiler == dart2dart ] | 68 [ $compiler == dart2dart ] |
| 66 # Skip until we stabilize language tests. | 69 # Skip until we stabilize language tests. |
| 67 *: Skip | 70 *: Skip |
| 68 | 71 |
| 69 [ $arch == mips ] | 72 [ $arch == mips ] |
| 70 cc/StaticNonNullSumCallCodegen: Crash, Pass # Issue 17440 | 73 cc/StaticNonNullSumCallCodegen: Crash, Pass # Issue 17440 |
| 71 | 74 |
| 72 [ $arch == mips && $mode == debug ] | 75 [ $arch == mips && $mode == debug ] |
| 73 cc/FindCodeObject: Skip # Takes more than 8 minutes. Issue 17440 | 76 cc/FindCodeObject: Skip # Takes more than 8 minutes. Issue 17440 |
| 74 | 77 |
| 75 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 78 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 76 dart/optimized_stacktrace_test: StaticWarning | 79 dart/optimized_stacktrace_test: StaticWarning |
| 77 | 80 |
| 78 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 81 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 79 dart/byte_array_test: RuntimeError # Issue 17612 | 82 dart/byte_array_test: RuntimeError # Issue 17612 |
| 80 | 83 |
| 81 [ $runtime != vm ] | 84 [ $runtime != vm ] |
| 82 dart/snapshot_version_test: SkipByDesign # Spawns processes | 85 dart/snapshot_version_test: SkipByDesign # Spawns processes |
| 83 | 86 |
| 84 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 87 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
| 85 cc/Dart2JSCompileAll: Skip # Timeout. | 88 cc/Dart2JSCompileAll: Skip # Timeout. |
| OLD | NEW |