| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 dart/inline_stack_frame_test: Fail # Issue: 7414 | 56 dart/inline_stack_frame_test: Fail # Issue: 7414 |
| 57 | 57 |
| 58 [ $compiler == dart2dart ] | 58 [ $compiler == dart2dart ] |
| 59 # Skip until we stabilize language tests. | 59 # Skip until we stabilize language tests. |
| 60 *: Skip | 60 *: Skip |
| 61 | 61 |
| 62 [ $arch == arm ] | 62 [ $arch == arm ] |
| 63 *: Skip | 63 *: Skip |
| 64 | 64 |
| 65 [ $arch == simarm ] | 65 [ $arch == simarm ] |
| 66 # Tests needing an assembler. | 66 # Tests missing code generation support. |
| 67 cc/Dart2JSCompileAll: Skip | 67 cc/Dart2JSCompileAll: Skip |
| 68 cc/FrameLookup: Skip | 68 cc/FrameLookup: Skip |
| 69 cc/UseDartApi: Skip | 69 cc/UseDartApi: Skip |
| 70 # Tests needing Dart execution. | 70 # Tests needing Dart execution. |
| 71 dart/*: Skip | 71 dart/*: Skip |
| 72 | 72 |
| 73 [ $arch == simarm && $checked] |
| 74 # Tests needing type check support. |
| 75 cc/DartStaticResolve: Crash |
| 76 cc/DartDynamicResolve: Crash |
| 77 |
| 73 [ $arch == mips ] | 78 [ $arch == mips ] |
| 74 *: Skip | 79 *: Skip |
| 75 | 80 |
| 76 [ $arch == simmips ] | 81 [ $arch == simmips ] |
| 77 # Tests needing an assembler. | 82 # Tests needing an assembler. |
| 78 cc/Call: Skip | 83 cc/Call: Skip |
| 79 cc/CallLeafRuntimeStubCode: Skip | 84 cc/CallLeafRuntimeStubCode: Skip |
| 80 cc/CallRuntimeStubCode: Skip | 85 cc/CallRuntimeStubCode: Skip |
| 81 cc/Dart2JSCompileAll: Skip | 86 cc/Dart2JSCompileAll: Skip |
| 82 cc/FrameLookup: Skip | 87 cc/FrameLookup: Skip |
| 83 cc/IcDataAccess: Skip | 88 cc/IcDataAccess: Skip |
| 84 cc/Jump: Skip | 89 cc/Jump: Skip |
| 85 cc/PatchStaticCall: Skip | 90 cc/PatchStaticCall: Skip |
| 86 cc/Simple: Skip | 91 cc/Simple: Skip |
| 87 cc/UseDartApi: Skip | 92 cc/UseDartApi: Skip |
| 88 # Tests needing Dart execution. | 93 # Tests needing Dart execution. |
| 89 dart/*: Skip | 94 dart/*: Skip |
| 90 | 95 |
| 91 # TODO(ajohnsen): Fix this as part of library changes. | 96 # TODO(ajohnsen): Fix this as part of library changes. |
| 92 [ $compiler == none ] | 97 [ $compiler == none ] |
| 93 cc/CustomIsolates: Skip # Bug 6890 | 98 cc/CustomIsolates: Skip # Bug 6890 |
| 94 cc/NewNativePort: Skip # Bug 6890 | 99 cc/NewNativePort: Skip # Bug 6890 |
| 95 cc/RunLoop_ExceptionParent: Skip # Bug 6890 | 100 cc/RunLoop_ExceptionParent: Skip # Bug 6890 |
| OLD | NEW |