| 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 24 matching lines...) Expand all Loading... |
| 35 | 35 |
| 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 cc/Service_Profile: Skip |
| 45 | 46 |
| 46 [ $arch == simmips && $arch == mips ] | 47 [ $arch == simmips && $arch == mips ] |
| 47 cc/Service_Coverage: Skip # Dart bug 16250 | 48 cc/Service_Coverage: Skip # Dart bug 16250 |
| 48 | 49 |
| 49 [ $compiler == dart2js ] | 50 [ $compiler == dart2js ] |
| 50 dart/mirrored_compilation_error_test: Skip # VM-specific flag | 51 dart/mirrored_compilation_error_test: Skip # VM-specific flag |
| 51 dart/redirection_type_shuffling_test: Skip # Depends on lazy enforcement of type
bounds | 52 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 | 53 dart/byte_array_test: Skip # compilers not aware of byte arrays |
| 53 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays | 54 dart/byte_array_optimized_test: Skip # compilers not aware of byte arrays |
| 54 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 | 55 dart/simd128float32_array_test: Skip # compilers not aware of Simd128 |
| (...skipping 17 matching lines...) Expand all Loading... |
| 72 cc/Cop1CvtDL_neg: Crash # Illegal instructions | 73 cc/Cop1CvtDL_neg: Crash # Illegal instructions |
| 73 cc/StaticNonNullSumCallCodegen: Crash # dartbug.com/17440 | 74 cc/StaticNonNullSumCallCodegen: Crash # dartbug.com/17440 |
| 74 | 75 |
| 75 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 76 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 76 dart/mirrored_compilation_error_test: Skip # Can't pass needed VM flag | 77 dart/mirrored_compilation_error_test: Skip # Can't pass needed VM flag |
| 77 | 78 |
| 78 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 79 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 79 dart/optimized_stacktrace_test: StaticWarning | 80 dart/optimized_stacktrace_test: StaticWarning |
| 80 | 81 |
| 81 dart/mirrored_compilation_error_test: CompileTimeError, OK # This test intention
ally includes invalid method bodies. | 82 dart/mirrored_compilation_error_test: CompileTimeError, OK # This test intention
ally includes invalid method bodies. |
| OLD | NEW |