| 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. | |
| 9 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def
erred libraries. | 8 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # No support for def
erred libraries. |
| 10 LibTest/isolate/*: Skip # No support for isolates ATM. | 9 LibTest/isolate/*: Skip # No support for isolates ATM. |
| 11 | 10 |
| 11 Language/Metadata/before_export_t01: RuntimeError # Issue 28434: Kernel IR miss
es these annotations. |
| 12 Language/Metadata/before_import_t01: RuntimeError # Issue 28434: Kernel IR miss
es these annotations. |
| 13 Language/Metadata/before_library_t01: RuntimeError # Issue 28434: Kernel IR mis
ses these annotations. |
| 14 Language/Metadata/before_param_t01: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 15 Language/Metadata/before_param_t02: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 16 Language/Metadata/before_param_t03: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 17 Language/Metadata/before_param_t04: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 18 Language/Metadata/before_param_t05: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 19 Language/Metadata/before_param_t06: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 20 Language/Metadata/before_param_t07: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 21 Language/Metadata/before_param_t08: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 22 Language/Metadata/before_param_t09: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 23 Language/Metadata/before_type_param_t01: RuntimeError # Issue 28434: Kernel IR
misses these annotations. |
| 24 Language/Metadata/before_typedef_t01: RuntimeError # Issue 28434: Kernel IR mis
ses these annotations. |
| 25 Language/Metadata/before_variable_t01: RuntimeError # Issue 28434: Kernel IR mi
sses these annotations. |
| 26 Language/Metadata/before_variable_t02: RuntimeError # Issue 28434: Kernel IR mi
sses these annotations. |
| 27 |
| 28 |
| 12 # Override tests marked as failing elsewhere. | 29 # Override tests marked as failing elsewhere. |
| 13 [ $compiler == dartk || $compiler == dartkp ] | 30 [ $compiler == dartk || $compiler == dartkp ] |
| 14 Language/Libraries_and_Scripts/Exports/reexport_t01: Pass | 31 Language/Libraries_and_Scripts/Exports/reexport_t01: Pass |
| 15 Language/Functions/Formal_Parameters/Optional_Formals/syntax_t14: Pass | 32 Language/Functions/Formal_Parameters/Optional_Formals/syntax_t14: Pass |
| 16 | 33 |
| 17 ############################################################################### | 34 ############################################################################### |
| 18 # Dartk Entries | 35 # Dartk Entries |
| 19 ############################################################################### | 36 ############################################################################### |
| 20 | 37 |
| 21 [ $compiler == dartk || $compiler == dartkp ] | 38 [ $compiler == dartk || $compiler == dartkp ] |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 # dartk: precompilation failures | 203 # dartk: precompilation failures |
| 187 [ $compiler == dartkp && $runtime == dart_precompiled ] | 204 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 188 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError | 205 LibTest/core/StringBuffer/StringBuffer_A01_t02: RuntimeError |
| 189 LibTest/core/StringBuffer/write_A01_t02: RuntimeError | 206 LibTest/core/StringBuffer/write_A01_t02: RuntimeError |
| 190 Language/Expressions/Constants/exception_t01: Crash | 207 Language/Expressions/Constants/exception_t01: Crash |
| 191 Language/Expressions/Constants/exception_t02: Crash | 208 Language/Expressions/Constants/exception_t02: Crash |
| 192 | 209 |
| 193 # dartk: precompilation failures (debug) | 210 # dartk: precompilation failures (debug) |
| 194 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 211 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 195 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is
Null() | 212 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash # !main_obj.Is
Null() |
| OLD | NEW |