| 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 25 matching lines...) Expand all Loading... |
| 36 [ $system == macos ] | 36 [ $system == macos ] |
| 37 cc/ThreadInterrupterHigh: Skip | 37 cc/ThreadInterrupterHigh: Skip |
| 38 cc/ThreadInterrupterMedium: Skip | 38 cc/ThreadInterrupterMedium: Skip |
| 39 cc/ThreadInterrupterLow: Skip | 39 cc/ThreadInterrupterLow: Skip |
| 40 | 40 |
| 41 [ $arch == simarm || $arch == simmips ] | 41 [ $arch == simarm || $arch == simmips ] |
| 42 cc/ThreadInterrupterHigh: Skip | 42 cc/ThreadInterrupterHigh: Skip |
| 43 cc/ThreadInterrupterMedium: Skip | 43 cc/ThreadInterrupterMedium: Skip |
| 44 cc/ThreadInterrupterLow: Skip | 44 cc/ThreadInterrupterLow: Skip |
| 45 | 45 |
| 46 [ $arch == simmips ] | 46 [ $arch == simmips && $arch == mips ] |
| 47 cc/Service_Coverage: Skip # Dart bug 16250 | 47 cc/Service_Coverage: Skip # Dart bug 16250 |
| 48 | 48 |
| 49 [ $compiler == dart2js ] | 49 [ $compiler == dart2js ] |
| 50 dart/mirrored_compilation_error_test: Skip # VM-specific flag | 50 dart/mirrored_compilation_error_test: Skip # VM-specific flag |
| 51 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type
bounds | 51 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type
bounds |
| 52 dart/byte_array_test: Skip # compilers not aware of byte arrays | 52 dart/byte_array_test: Skip # compilers not aware of byte arrays |
| 53 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays | 53 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays |
| 54 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 | 54 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 |
| 55 dart/simd128float32_test: Skip # compilers not aware of Simd128 | 55 dart/simd128float32_test: Skip # compilers not aware of Simd128 |
| 56 | 56 |
| 57 [ $compiler == dart2js ] | 57 [ $compiler == dart2js ] |
| 58 # The source positions do not match with dart2js. | 58 # The source positions do not match with dart2js. |
| 59 dart/optimized_stacktrace_test: RuntimeError | 59 dart/optimized_stacktrace_test: RuntimeError |
| 60 | 60 |
| 61 [ $compiler == dart2js ] | 61 [ $compiler == dart2js ] |
| 62 # Methods can be missing in dart2js stack traces due to inlining. Also when | 62 # Methods can be missing in dart2js stack traces due to inlining. Also when |
| 63 # minifying they can be renamed, which is issue 7953. | 63 # minifying they can be renamed, which is issue 7953. |
| 64 dart/inline_stack_frame_test: RuntimeError | 64 dart/inline_stack_frame_test: RuntimeError |
| 65 | 65 |
| 66 [ $compiler == dart2dart ] | 66 [ $compiler == dart2dart ] |
| 67 # Skip until we stabilize language tests. | 67 # Skip until we stabilize language tests. |
| 68 *: Skip | 68 *: Skip |
| 69 | 69 |
| 70 [ $arch == mips ] | 70 [ $arch == mips ] |
| 71 cc/Sdc1Ldc1: Crash # Illegal instructions | 71 cc/Cop1CvtDL: Crash # Illegal instructions |
| 72 cc/Cop1CvtDL: Crash | 72 cc/Cop1CvtDL_neg: Crash # Illegal instructions |
| 73 cc/Cop1CvtDL_neg: Crash | 73 cc/StaticNonNullSumCallCodegen: Crash |
| 74 | 74 |
| 75 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 75 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 76 dart/mirrored_compilation_error_test: Skip # Can't pass needed VM flag | 76 dart/mirrored_compilation_error_test: Skip # Can't pass needed VM flag |
| 77 | 77 |
| 78 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 78 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 79 dart/optimized_stacktrace_test: StaticWarning | 79 dart/optimized_stacktrace_test: StaticWarning |
| 80 | 80 |
| 81 dart/mirrored_compilation_error_test: CompileTimeError, OK # This test intention
ally includes invalid method bodies. | 81 dart/mirrored_compilation_error_test: CompileTimeError, OK # This test intention
ally includes invalid method bodies. |
| OLD | NEW |