| 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 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. |
| 9 LibTest/isolate/Isolate/spawnUri_A01_t06: Skip |
| 9 | 10 |
| 10 Language/Metadata/before_export_t01: RuntimeError # Issue 28434: Kernel IR miss
es these annotations. | 11 Language/Metadata/before_export_t01: RuntimeError # Issue 28434: Kernel IR miss
es these annotations. |
| 11 Language/Metadata/before_import_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. |
| 12 Language/Metadata/before_library_t01: RuntimeError # Issue 28434: Kernel IR mis
ses these annotations. | 13 Language/Metadata/before_library_t01: RuntimeError # Issue 28434: Kernel IR mis
ses these annotations. |
| 13 Language/Metadata/before_param_t01: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 14 Language/Metadata/before_param_t01: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 14 Language/Metadata/before_param_t02: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 15 Language/Metadata/before_param_t02: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 15 Language/Metadata/before_param_t03: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 16 Language/Metadata/before_param_t03: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 16 Language/Metadata/before_param_t04: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 17 Language/Metadata/before_param_t04: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 17 Language/Metadata/before_param_t05: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 18 Language/Metadata/before_param_t05: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 18 Language/Metadata/before_param_t06: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 19 Language/Metadata/before_param_t06: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 # dartk: JIT failures (debug) | 184 # dartk: JIT failures (debug) |
| 184 [ $compiler == dartk && $runtime == vm && $mode == debug ] | 185 [ $compiler == dartk && $runtime == vm && $mode == debug ] |
| 185 | 186 |
| 186 # dartk: precompilation failures | 187 # dartk: precompilation failures |
| 187 [ $compiler == dartkp && $runtime == dart_precompiled ] | 188 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 188 Language/Expressions/Constants/exception_t01: Crash | 189 Language/Expressions/Constants/exception_t01: Crash |
| 189 Language/Expressions/Constants/exception_t02: Crash | 190 Language/Expressions/Constants/exception_t02: Crash |
| 190 | 191 |
| 191 # dartk: precompilation failures (debug) | 192 # dartk: precompilation failures (debug) |
| 192 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 193 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| OLD | NEW |