| OLD | NEW |
| 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 # Disable tests globally for kernel. | 5 # Disable tests globally for kernel. |
| 6 [ $compiler == dartk || $compiler == dartkp ] | 6 [ $compiler == dartk || $compiler == dartkp ] |
| 7 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de
ferred libraries. | 7 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de
ferred libraries. |
| 8 Language/Metadata/*: Skip # No support for metadata ATM. | 8 Language/Metadata/*: Skip # No support for metadata ATM. |
| 9 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def
erred libraries. | 9 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def
erred libraries. |
| 10 LibTest/isolate/*: Skip # No support for isolates ATM. | 10 LibTest/isolate/*: Skip # No support for isolates ATM. |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 Language/Libraries_and_Scripts/Imports/static_type_t01/01: Pass | 174 Language/Libraries_and_Scripts/Imports/static_type_t01/01: Pass |
| 175 Language/Libraries_and_Scripts/Imports/static_type_t01/02: Pass | 175 Language/Libraries_and_Scripts/Imports/static_type_t01/02: Pass |
| 176 Language/Libraries_and_Scripts/Imports/static_type_t01/03: Pass | 176 Language/Libraries_and_Scripts/Imports/static_type_t01/03: Pass |
| 177 Language/Libraries_and_Scripts/Imports/static_type_t01/04: Pass | 177 Language/Libraries_and_Scripts/Imports/static_type_t01/04: Pass |
| 178 Language/Libraries_and_Scripts/Imports/static_type_t01/05: Pass | 178 Language/Libraries_and_Scripts/Imports/static_type_t01/05: Pass |
| 179 Language/Libraries_and_Scripts/Imports/static_type_t01/06: Pass | 179 Language/Libraries_and_Scripts/Imports/static_type_t01/06: Pass |
| 180 Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass | 180 Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass |
| 181 | 181 |
| 182 # dartk: JIT failures (debug) | 182 # dartk: JIT failures (debug) |
| 183 [ $compiler == dartk && $runtime == vm && $mode == debug ] | 183 [ $compiler == dartk && $runtime == vm && $mode == debug ] |
| 184 Language/Expressions/Shift/syntax_t15: Crash # Invalid class id during isolate
shutdown Heap::VerifyGC | |
| 185 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is
Null() | 184 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is
Null() |
| 186 | 185 |
| 187 # dartk: precompilation failures | 186 # dartk: precompilation failures |
| 188 [ $compiler == dartkp && $runtime == dart_precompiled ] | 187 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 189 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError | 188 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError |
| 190 LibTest/core/StringBuffer/write_A01_t02: RuntimeError | 189 LibTest/core/StringBuffer/write_A01_t02: RuntimeError |
| 191 Language/Expressions/Constants/exception_t01: Crash | 190 Language/Expressions/Constants/exception_t01: Crash |
| 192 Language/Expressions/Constants/exception_t02: Crash | 191 Language/Expressions/Constants/exception_t02: Crash |
| 193 | 192 |
| 194 # dartk: precompilation failures (debug) | 193 # dartk: precompilation failures (debug) |
| 195 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 194 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 196 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is
Null() | 195 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is
Null() |
| OLD | NEW |