| 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 Language/Expressions/Shift/syntax_t15: Crash # Invalid class id during isolate
shutdown Heap::VerifyGC | 335 Language/Expressions/Shift/syntax_t15: Crash # Invalid class id during isolate
shutdown Heap::VerifyGC |
| 336 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Crash # Class finaliz
ation issue | 336 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Crash # Class finaliz
ation issue |
| 337 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is
Null() | 337 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is
Null() |
| 338 | 338 |
| 339 # dartk: precompilation failures | 339 # dartk: precompilation failures |
| 340 [ $compiler == dartkp && $runtime == dart_precompiled ] | 340 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 341 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError | 341 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError |
| 342 LibTest/core/StringBuffer/write_A01_t02: RuntimeError | 342 LibTest/core/StringBuffer/write_A01_t02: RuntimeError |
| 343 Language/Expressions/Constants/exception_t01: Crash | 343 Language/Expressions/Constants/exception_t01: Crash |
| 344 Language/Expressions/Constants/exception_t02: Crash | 344 Language/Expressions/Constants/exception_t02: Crash |
| 345 Language/Expressions/Null/instance_of_class_null_t01: Crash | |
| 346 | 345 |
| 347 # dartk: precompilation failures (debug) | 346 # dartk: precompilation failures (debug) |
| 348 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 347 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 349 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is
Null() | 348 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is
Null() |
| OLD | NEW |