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