| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 cc/DoubleToFloatConversion: Fail # Issue: 11207 | 58 cc/DoubleToFloatConversion: Fail # Issue: 11207 |
| 59 cc/DoubleToIntConversion: Fail # Issue: 11207 | 59 cc/DoubleToIntConversion: Fail # Issue: 11207 |
| 60 cc/FloatToDoubleConversion: Fail # Issue: 11207 | 60 cc/FloatToDoubleConversion: Fail # Issue: 11207 |
| 61 cc/FloatToIntConversion: Fail # Issue: 11207 | 61 cc/FloatToIntConversion: Fail # Issue: 11207 |
| 62 cc/IntToDoubleConversion: Fail # Issue: 11207 | 62 cc/IntToDoubleConversion: Fail # Issue: 11207 |
| 63 cc/IntToFloatConversion: Fail # Issue: 11207 | 63 cc/IntToFloatConversion: Fail # Issue: 11207 |
| 64 | 64 |
| 65 [ $arch == mips ] | 65 [ $arch == mips ] |
| 66 *: Skip | 66 *: Skip |
| 67 | 67 |
| 68 [ $arch == simarm ] |
| 69 dart/isolate_mirror_local_test: Skip |
| 70 |
| 68 [ $arch == simmips ] | 71 [ $arch == simmips ] |
| 69 # Tests missing code generation support. | 72 # Tests missing code generation support. |
| 70 dart/byte_array_test: Skip | 73 dart/byte_array_test: Skip |
| 71 dart/byte_array_optimized_test: Skip | 74 dart/byte_array_optimized_test: Skip |
| 72 dart/isolate_mirror_local_test: Skip | 75 dart/isolate_mirror_local_test: Skip |
| 73 cc/ParsePatchLibrary: Skip | 76 cc/ParsePatchLibrary: Skip |
| 74 cc/CorelibCompileAll: Skip | 77 cc/CorelibCompileAll: Skip |
| 75 cc/Dart2JSCompileAll: Skip | 78 cc/Dart2JSCompileAll: Skip |
| 76 cc/FindCodeObject: Skip # Relative offsets are too far | 79 cc/FindCodeObject: Skip # Relative offsets are too far |
| 77 | 80 |
| 78 # TODO(ajohnsen): Fix this as part of library changes. | 81 # TODO(ajohnsen): Fix this as part of library changes. |
| 79 [ $compiler == none ] | 82 [ $compiler == none ] |
| 80 cc/CustomIsolates: Skip # Bug 6890 | 83 cc/CustomIsolates: Skip # Bug 6890 |
| 81 cc/NewNativePort: Skip # Bug 6890 | 84 cc/NewNativePort: Skip # Bug 6890 |
| 82 cc/RunLoop_ExceptionParent: Skip # Bug 6890 | 85 cc/RunLoop_ExceptionParent: Skip # Bug 6890 |
| 83 | 86 |
| 84 [ $compiler == dartanalyzer ] | 87 [ $compiler == dartanalyzer ] |
| 85 # has compilation error, as designed | 88 # has compilation error, as designed |
| 86 dart/isolate_mirror_local_test: fail | 89 dart/isolate_mirror_local_test: fail |
| 87 | 90 |
| 88 [ $compiler == dart2analyzer ] | 91 [ $compiler == dart2analyzer ] |
| 89 # has compilation error, as designed | 92 # has compilation error, as designed |
| 90 dart/isolate_mirror_local_test: fail | 93 dart/isolate_mirror_local_test: fail |
| 91 | 94 |
| OLD | NEW |