| 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, Timeout | 6 cc/ArrayNew_Overflow_Crash: Crash, Timeout |
| 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 |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 dart/simd128float32_test: Skip # compilers not aware of Simd128 | 48 dart/simd128float32_test: Skip # compilers not aware of Simd128 |
| 49 | 49 |
| 50 [ $compiler == dart2js ] | 50 [ $compiler == dart2js ] |
| 51 # The source positions do not match with dart2js. | 51 # The source positions do not match with dart2js. |
| 52 dart/optimized_stacktrace_test: RuntimeError | 52 dart/optimized_stacktrace_test: RuntimeError |
| 53 | 53 |
| 54 # Methods can be missing in dart2js stack traces due to inlining. Also when | 54 # Methods can be missing in dart2js stack traces due to inlining. Also when |
| 55 # minifying they can be renamed, which is issue 7953. | 55 # minifying they can be renamed, which is issue 7953. |
| 56 dart/inline_stack_frame_test: RuntimeError, Pass # Issue 7953 | 56 dart/inline_stack_frame_test: RuntimeError, Pass # Issue 7953 |
| 57 | 57 |
| 58 [ $compiler == dart2js && $cps_ir && $checked ] |
| 59 dart/inline_stack_frame_test: Crash # Unable to compile ArgumentError.message |
| 60 |
| 58 [ $compiler == dart2js || $compiler == dart2analyzer ] | 61 [ $compiler == dart2js || $compiler == dart2analyzer ] |
| 59 # Data uri's not supported by dart2js or the analyzer. | 62 # Data uri's not supported by dart2js or the analyzer. |
| 60 dart/data_uri*test: Skip | 63 dart/data_uri*test: Skip |
| 61 | 64 |
| 62 [ $arch == mips ] | 65 [ $arch == mips ] |
| 63 cc/StaticNonNullSumCallCodegen: Crash, Pass # Issue 17440 | 66 cc/StaticNonNullSumCallCodegen: Crash, Pass # Issue 17440 |
| 64 cc/ArrayLengthMaxElements: Crash # Issue 23275 | 67 cc/ArrayLengthMaxElements: Crash # Issue 23275 |
| 65 cc/Int8ListLengthMaxElements: Skip # Issue 23536, uses 1 GB memory. | 68 cc/Int8ListLengthMaxElements: Skip # Issue 23536, uses 1 GB memory. |
| 66 | 69 |
| 67 [ $arch == mips && $mode == debug ] | 70 [ $arch == mips && $mode == debug ] |
| (...skipping 24 matching lines...) Expand all Loading... |
| 92 dart/inline_stack_frame_test: Pass, RuntimeError | 95 dart/inline_stack_frame_test: Pass, RuntimeError |
| 93 dart/optimized_stacktrace_test: Pass, RuntimeError | 96 dart/optimized_stacktrace_test: Pass, RuntimeError |
| 94 | 97 |
| 95 [ $runtime == dart_product || $runtime == dart_precompiled ] | 98 [ $runtime == dart_product || $runtime == dart_precompiled ] |
| 96 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri | 99 dart/data_uri_spawn_test: SkipByDesign # Isolate.spawnUri |
| 97 | 100 |
| 98 [ $runtime == vm && $mode == product ] | 101 [ $runtime == vm && $mode == product ] |
| 99 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name. | 102 cc/IsolateSetCheckedMode: Fail,OK # Expects exact type name. |
| 100 cc/LibraryGetClassNames: Fail,OK # Expects exact type name. | 103 cc/LibraryGetClassNames: Fail,OK # Expects exact type name. |
| 101 cc/StackTraceFormat: Fail,OK # Expects exact type name. | 104 cc/StackTraceFormat: Fail,OK # Expects exact type name. |
| OLD | NEW |