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 == rasta || $compiler == rastap || $compiler == dartk || $compiler =
= dartkp ] | 6 [ $compiler == rasta || $compiler == rastap || $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 589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
600 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError | 600 Language/Variables/final_or_static_initialization_t02: MissingCompileTimeError |
601 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError | 601 Language/Variables/final_or_static_initialization_t03: MissingCompileTimeError |
602 Language/Variables/final_t01/01: MissingRuntimeError | 602 Language/Variables/final_t01/01: MissingRuntimeError |
603 Language/Variables/final_t02/01: MissingRuntimeError | 603 Language/Variables/final_t02/01: MissingRuntimeError |
604 Language/Variables/final_t04: MissingCompileTimeError | 604 Language/Variables/final_t04: MissingCompileTimeError |
605 Language/Variables/final_t05: MissingCompileTimeError | 605 Language/Variables/final_t05: MissingCompileTimeError |
606 Language/Variables/final_t06: MissingCompileTimeError | 606 Language/Variables/final_t06: MissingCompileTimeError |
607 Language/Variables/final_t07: MissingCompileTimeError | 607 Language/Variables/final_t07: MissingCompileTimeError |
608 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError | 608 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError |
609 LibTest/core/StringBuffer/write_A01_t02: RuntimeError | 609 LibTest/core/StringBuffer/write_A01_t02: RuntimeError |
| 610 |
| 611 # dartk: precompilation failures (debug) |
| 612 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 613 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is
Null() |
OLD | NEW |