| 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 cc/New: Crash # Issue 6958. | 5 cc/New: Crash # Issue 6958. |
| 6 cc/TypeVariableReflection: Crash # Issue 6958. | 6 cc/TypeVariableReflection: Crash # Issue 6958. |
| 7 cc/LibraryGetClassNames: Fail # Issue 6958. | 7 cc/LibraryGetClassNames: Fail # Issue 6958. |
| 8 cc/ImportLibrary5: Fail # Issue 6958. | 8 cc/ImportLibrary5: Fail # Issue 6958. |
| 9 | 9 |
| 10 # These tests are expected to crash on all platforms. | 10 # These tests are expected to crash on all platforms. |
| 11 cc/ArrayNew_Overflow_Crash: Crash | 11 cc/ArrayNew_Overflow_Crash: Crash |
| 12 cc/AllocGeneric_Overflow: Crash | 12 cc/AllocGeneric_Overflow: Crash |
| 13 | 13 |
| 14 cc/SNPrint_BadArgs: Skip | 14 cc/SNPrint_BadArgs: Skip |
| 15 | 15 |
| 16 [ $arch == x64 ] | 16 [ $arch == x64 ] |
| 17 cc/IsolateInterrupt: Skip | 17 cc/IsolateInterrupt: Skip |
| 18 | 18 |
| 19 [ $system == windows && $mode == debug ] | 19 [ $system == windows && $mode == debug ] |
| 20 cc/Sleep: Pass, Fail # Flaky on buildbot. Issue 5133. | 20 cc/Sleep: Pass, Fail # Flaky on buildbot. Issue 5133. |
| 21 | 21 |
| 22 # The following section refers to the dart vm tests which live under | 22 # The following section refers to the dart vm tests which live under |
| 23 # runtime/tests/vm/dart. | 23 # runtime/tests/vm/dart. |
| 24 | 24 |
| 25 [ $system == windows ] | 25 [ $system == windows ] |
| 26 cc/Dart2JSCompileAll: Skip | 26 cc/Dart2JSCompileAll: Skip |
| 27 cc/ExternalizeConstantStrings: Skip |
| 27 | 28 |
| 28 [ $runtime == drt ] | 29 [ $runtime == drt ] |
| 29 dart/isolate_mirror_local_test: Skip | 30 dart/isolate_mirror_local_test: Skip |
| 30 | 31 |
| 31 [ $compiler == dart2js || $compiler == dartc ] | 32 [ $compiler == dart2js || $compiler == dartc ] |
| 32 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors | 33 dart/isolate_mirror*: Skip # compilers not aware of dart:mirrors |
| 33 dart/byte_array_test: Skip # compilers not aware of byte arrays | 34 dart/byte_array_test: Skip # compilers not aware of byte arrays |
| 34 dart/isolate_unhandled*: Skip | 35 dart/isolate_unhandled*: Skip |
| 35 | 36 |
| 36 [ $compiler == dart2js && $minified ] | 37 [ $compiler == dart2js && $minified ] |
| (...skipping 14 matching lines...) Expand all Loading... |
| 51 dart/*: Skip | 52 dart/*: Skip |
| 52 | 53 |
| 53 [ $arch == simarm ] | 54 [ $arch == simarm ] |
| 54 dart/*: Skip | 55 dart/*: Skip |
| 55 | 56 |
| 56 # TODO(ajohnsen): Fix this as part of library changes. | 57 # TODO(ajohnsen): Fix this as part of library changes. |
| 57 [ $compiler == none ] | 58 [ $compiler == none ] |
| 58 cc/CustomIsolates: Skip # Bug 6890 | 59 cc/CustomIsolates: Skip # Bug 6890 |
| 59 cc/NewNativePort: Skip # Bug 6890 | 60 cc/NewNativePort: Skip # Bug 6890 |
| 60 cc/RunLoop_ExceptionParent: Skip # Bug 6890 | 61 cc/RunLoop_ExceptionParent: Skip # Bug 6890 |
| OLD | NEW |