| 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 cc/Debug_StackTraceDump1: Fail, Crash # Issue 6080 | |
| 10 cc/Debug_StackTraceDump2: Fail, Crash # Issue 6080 | |
| 11 | 9 |
| 12 # These tests are expected to crash on all platforms. | 10 # These tests are expected to crash on all platforms. |
| 13 cc/ArrayNew_Overflow_Crash: Crash | 11 cc/ArrayNew_Overflow_Crash: Crash |
| 14 cc/AllocGeneric_Overflow: Crash | 12 cc/AllocGeneric_Overflow: Crash |
| 15 | 13 |
| 16 cc/SNPrint_BadArgs: Skip | 14 cc/SNPrint_BadArgs: Skip |
| 17 | 15 |
| 18 [ $arch == x64 ] | 16 [ $arch == x64 ] |
| 19 cc/IsolateInterrupt: Skip | 17 cc/IsolateInterrupt: Skip |
| 20 | 18 |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 cc/Simple: Skip | 86 cc/Simple: Skip |
| 89 cc/UseDartApi: Skip | 87 cc/UseDartApi: Skip |
| 90 # Tests needing Dart execution. | 88 # Tests needing Dart execution. |
| 91 dart/*: Skip | 89 dart/*: Skip |
| 92 | 90 |
| 93 # TODO(ajohnsen): Fix this as part of library changes. | 91 # TODO(ajohnsen): Fix this as part of library changes. |
| 94 [ $compiler == none ] | 92 [ $compiler == none ] |
| 95 cc/CustomIsolates: Skip # Bug 6890 | 93 cc/CustomIsolates: Skip # Bug 6890 |
| 96 cc/NewNativePort: Skip # Bug 6890 | 94 cc/NewNativePort: Skip # Bug 6890 |
| 97 cc/RunLoop_ExceptionParent: Skip # Bug 6890 | 95 cc/RunLoop_ExceptionParent: Skip # Bug 6890 |
| OLD | NEW |