| 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 | 8 |
| 9 cc/SNPrint_BadArgs: Skip | 9 cc/SNPrint_BadArgs: Skip |
| 10 | 10 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 [ $system == macos ] | 35 [ $system == macos ] |
| 36 cc/ThreadInterrupterHigh: Skip | 36 cc/ThreadInterrupterHigh: Skip |
| 37 cc/ThreadInterrupterMedium: Skip | 37 cc/ThreadInterrupterMedium: Skip |
| 38 cc/ThreadInterrupterLow: Skip | 38 cc/ThreadInterrupterLow: Skip |
| 39 | 39 |
| 40 [ $arch == simarm || $arch == simmips ] | 40 [ $arch == simarm || $arch == simmips ] |
| 41 cc/ThreadInterrupterHigh: Skip | 41 cc/ThreadInterrupterHigh: Skip |
| 42 cc/ThreadInterrupterMedium: Skip | 42 cc/ThreadInterrupterMedium: Skip |
| 43 cc/ThreadInterrupterLow: Skip | 43 cc/ThreadInterrupterLow: Skip |
| 44 | 44 |
| 45 [ $arch == simmips ] |
| 46 cc/Service_Coverage: Skip # Dart bug 16250 |
| 47 |
| 45 [ $compiler == dart2js ] | 48 [ $compiler == dart2js ] |
| 46 dart/mirrored_compilation_error_test: Skip # VM-specific flag | 49 dart/mirrored_compilation_error_test: Skip # VM-specific flag |
| 47 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 |
| 48 dart/byte_array_test: Skip # compilers not aware of byte arrays | 51 dart/byte_array_test: Skip # compilers not aware of byte arrays |
| 49 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 |
| 50 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 | 53 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 |
| 51 dart/simd128float32_test: Skip # compilers not aware of Simd128 | 54 dart/simd128float32_test: Skip # compilers not aware of Simd128 |
| 52 | 55 |
| 53 [ $compiler == dart2js ] | 56 [ $compiler == dart2js ] |
| 54 # The source positions do not match with dart2js. | 57 # The source positions do not match with dart2js. |
| (...skipping 13 matching lines...) Expand all Loading... |
| 68 cc/Cop1CvtDL: Crash | 71 cc/Cop1CvtDL: Crash |
| 69 cc/Cop1CvtDL_neg: Crash | 72 cc/Cop1CvtDL_neg: Crash |
| 70 | 73 |
| 71 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 74 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 72 dart/mirrored_compilation_error_test: Skip # Can't pass needed VM flag | 75 dart/mirrored_compilation_error_test: Skip # Can't pass needed VM flag |
| 73 | 76 |
| 74 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 77 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 75 dart/optimized_stacktrace_test: StaticWarning | 78 dart/optimized_stacktrace_test: StaticWarning |
| 76 | 79 |
| 77 dart/mirrored_compilation_error_test: CompileTimeError, OK # This test intention
ally includes invalid method bodies. | 80 dart/mirrored_compilation_error_test: CompileTimeError, OK # This test intention
ally includes invalid method bodies. |
| OLD | NEW |