| 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. |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 [ $arch == simarm ] | 59 [ $arch == simarm ] |
| 60 # Tests needing an assembler. | 60 # Tests needing an assembler. |
| 61 cc/Call: Skip | 61 cc/Call: Skip |
| 62 cc/CallLeafRuntimeStubCode: Skip | 62 cc/CallLeafRuntimeStubCode: Skip |
| 63 cc/CallRuntimeStubCode: Skip | 63 cc/CallRuntimeStubCode: Skip |
| 64 cc/Dart2JSCompileAll: Skip | 64 cc/Dart2JSCompileAll: Skip |
| 65 cc/FrameLookup: Skip | 65 cc/FrameLookup: Skip |
| 66 cc/IcDataAccess: Skip | 66 cc/IcDataAccess: Skip |
| 67 cc/Jump: Skip | 67 cc/Jump: Skip |
| 68 cc/PatchStaticCall: Skip | 68 cc/PatchStaticCall: Skip |
| 69 cc/Simple: Skip | |
| 70 cc/UseDartApi: Skip | 69 cc/UseDartApi: Skip |
| 71 # Tests needing Dart execution. | 70 # Tests needing Dart execution. |
| 72 dart/*: Skip | 71 dart/*: Skip |
| 73 | 72 |
| 74 [ $arch == mips ] | 73 [ $arch == mips ] |
| 75 *: Skip | 74 *: Skip |
| 76 | 75 |
| 77 [ $arch == simmips ] | 76 [ $arch == simmips ] |
| 78 # Tests needing an assembler. | 77 # Tests needing an assembler. |
| 79 cc/Call: Skip | 78 cc/Call: Skip |
| 80 cc/CallLeafRuntimeStubCode: Skip | 79 cc/CallLeafRuntimeStubCode: Skip |
| 81 cc/CallRuntimeStubCode: Skip | 80 cc/CallRuntimeStubCode: Skip |
| 82 cc/Dart2JSCompileAll: Skip | 81 cc/Dart2JSCompileAll: Skip |
| 83 cc/FrameLookup: Skip | 82 cc/FrameLookup: Skip |
| 84 cc/IcDataAccess: Skip | 83 cc/IcDataAccess: Skip |
| 85 cc/Jump: Skip | 84 cc/Jump: Skip |
| 86 cc/PatchStaticCall: Skip | 85 cc/PatchStaticCall: Skip |
| 87 cc/Simple: Skip | 86 cc/Simple: Skip |
| 88 cc/UseDartApi: Skip | 87 cc/UseDartApi: Skip |
| 89 # Tests needing Dart execution. | 88 # Tests needing Dart execution. |
| 90 dart/*: Skip | 89 dart/*: Skip |
| 91 | 90 |
| 92 # TODO(ajohnsen): Fix this as part of library changes. | 91 # TODO(ajohnsen): Fix this as part of library changes. |
| 93 [ $compiler == none ] | 92 [ $compiler == none ] |
| 94 cc/CustomIsolates: Skip # Bug 6890 | 93 cc/CustomIsolates: Skip # Bug 6890 |
| 95 cc/NewNativePort: Skip # Bug 6890 | 94 cc/NewNativePort: Skip # Bug 6890 |
| 96 cc/RunLoop_ExceptionParent: Skip # Bug 6890 | 95 cc/RunLoop_ExceptionParent: Skip # Bug 6890 |
| OLD | NEW |