| 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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 Language/Libraries_and_Scripts/Imports/static_type_t01/02: Pass | 190 Language/Libraries_and_Scripts/Imports/static_type_t01/02: Pass |
| 191 Language/Libraries_and_Scripts/Imports/static_type_t01/03: Pass | 191 Language/Libraries_and_Scripts/Imports/static_type_t01/03: Pass |
| 192 Language/Libraries_and_Scripts/Imports/static_type_t01/04: Pass | 192 Language/Libraries_and_Scripts/Imports/static_type_t01/04: Pass |
| 193 Language/Libraries_and_Scripts/Imports/static_type_t01/05: Pass | 193 Language/Libraries_and_Scripts/Imports/static_type_t01/05: Pass |
| 194 Language/Libraries_and_Scripts/Imports/static_type_t01/06: Pass | 194 Language/Libraries_and_Scripts/Imports/static_type_t01/06: Pass |
| 195 Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass | 195 Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass |
| 196 | 196 |
| 197 # dartk: JIT failures (debug) | 197 # dartk: JIT failures (debug) |
| 198 [ $compiler == dartk && $runtime == vm && $mode == debug ] | 198 [ $compiler == dartk && $runtime == vm && $mode == debug ] |
| 199 Language/Expressions/Shift/syntax_t15: Crash # Invalid class id during isolate
shutdown Heap::VerifyGC | 199 Language/Expressions/Shift/syntax_t15: Crash # Invalid class id during isolate
shutdown Heap::VerifyGC |
| 200 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Crash # Class finaliz
ation issue | |
| 201 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is
Null() | 200 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is
Null() |
| 202 | 201 |
| 203 # dartk: precompilation failures | 202 # dartk: precompilation failures |
| 204 [ $compiler == dartkp && $runtime == dart_precompiled ] | 203 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 205 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError | 204 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError |
| 206 LibTest/core/StringBuffer/write_A01_t02: RuntimeError | 205 LibTest/core/StringBuffer/write_A01_t02: RuntimeError |
| 207 Language/Expressions/Constants/exception_t01: Crash | 206 Language/Expressions/Constants/exception_t01: Crash |
| 208 Language/Expressions/Constants/exception_t02: Crash | 207 Language/Expressions/Constants/exception_t02: Crash |
| 209 | 208 |
| 210 # dartk: precompilation failures (debug) | 209 # dartk: precompilation failures (debug) |
| 211 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 210 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 212 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is
Null() | 211 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is
Null() |
| OLD | NEW |