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 # These tests are skipped because of the workaround to open issue 8594. | 16 # These tests are skipped because of the workaround to open issue 8594. |
17 cc/Debug_StackTraceDump1: Skip | 17 cc/Debug_StackTraceDump1: Skip |
18 cc/Debug_StackTraceDump2: Skip | 18 cc/Debug_StackTraceDump2: Skip |
19 | 19 |
20 [ $arch == x64 ] | 20 [ $arch == x64 ] |
21 cc/IsolateInterrupt: Skip | 21 cc/IsolateInterrupt: Skip |
22 | 22 |
| 23 [ $system == windows && $mode == release ] |
| 24 dart/byte_array_test: Skip # Issue 8810 |
| 25 dart/byte_array_optimized_test: Skip # Issue 8810 |
| 26 |
23 [ $system == windows && $mode == debug ] | 27 [ $system == windows && $mode == debug ] |
24 cc/Sleep: Pass, Fail # Flaky on buildbot. Issue 5133. | 28 cc/Sleep: Pass, Fail # Flaky on buildbot. Issue 5133. |
25 | 29 |
26 # The following section refers to the dart vm tests which live under | 30 # The following section refers to the dart vm tests which live under |
27 # runtime/tests/vm/dart. | 31 # runtime/tests/vm/dart. |
28 | 32 |
29 [ $system == windows ] | 33 [ $system == windows ] |
30 cc/Dart2JSCompileAll: Skip | 34 cc/Dart2JSCompileAll: Skip |
31 cc/ExternalizeConstantStrings: Skip | 35 cc/ExternalizeConstantStrings: Skip |
32 | 36 |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 cc/Simple: Skip | 95 cc/Simple: Skip |
92 cc/UseDartApi: Skip | 96 cc/UseDartApi: Skip |
93 # Tests needing Dart execution. | 97 # Tests needing Dart execution. |
94 dart/*: Skip | 98 dart/*: Skip |
95 | 99 |
96 # TODO(ajohnsen): Fix this as part of library changes. | 100 # TODO(ajohnsen): Fix this as part of library changes. |
97 [ $compiler == none ] | 101 [ $compiler == none ] |
98 cc/CustomIsolates: Skip # Bug 6890 | 102 cc/CustomIsolates: Skip # Bug 6890 |
99 cc/NewNativePort: Skip # Bug 6890 | 103 cc/NewNativePort: Skip # Bug 6890 |
100 cc/RunLoop_ExceptionParent: Skip # Bug 6890 | 104 cc/RunLoop_ExceptionParent: Skip # Bug 6890 |
OLD | NEW |