| 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/*: Skip # No support for isolates ATM. | 9 LibTest/isolate/*: Skip # No support for isolates ATM. |
| 10 | 10 |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 | 125 |
| 126 # dartk: precompilation failures | 126 # dartk: precompilation failures |
| 127 [ $compiler == dartkp && $runtime == dart_precompiled ] | 127 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 128 | 128 |
| 129 ############################################################################### | 129 ############################################################################### |
| 130 # VM Entries | 130 # VM Entries |
| 131 ############################################################################### | 131 ############################################################################### |
| 132 | 132 |
| 133 # dartk: Shared JIT & Precompiled failures | 133 # dartk: Shared JIT & Precompiled failures |
| 134 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime ==
dart_precompiled) ] | 134 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime ==
dart_precompiled) ] |
| 135 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize
r_t02: RuntimeError | 135 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize
r_t02: RuntimeError # Dartk Issue 28566 |
| 136 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu
tion_t02: RuntimeError | 136 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu
tion_t02: RuntimeError # Dartk Issue 28566 |
| 137 Language/Classes/definition_t23: CompileTimeError | 137 Language/Classes/definition_t23: CompileTimeError # Dartk Issue 28567 |
| 138 Language/Expressions/Function_Invocation/Function_Expression_Invocation/not_a_fu
nction_expression_t01: RuntimeError | 138 Language/Expressions/Function_Invocation/Function_Expression_Invocation/not_a_fu
nction_expression_t01: RuntimeError # Dartk Issue 28562 |
| 139 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in
vocation_t03: RuntimeError | 139 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in
vocation_t03: RuntimeError # Dartk Issue 28562 |
| 140 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in
vocation_t04: RuntimeError | 140 Language/Expressions/Function_Invocation/Unqualified_Invocation/function_expr_in
vocation_t04: RuntimeError # Dartk Issue 28562 |
| 141 Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_in
vocation_t02: RuntimeError | 141 Language/Expressions/Function_Invocation/Unqualified_Invocation/static_method_in
vocation_t02: RuntimeError # Dartk Issue 28563 |
| 142 Language/Expressions/Identifier_Reference/built_in_identifier_t35: Pass | 142 Language/Expressions/Identifier_Reference/evaluation_property_extraction_t03: Ru
ntimeError # Dartk Issue 28563 |
| 143 Language/Expressions/Identifier_Reference/built_in_identifier_t36: Pass | 143 Language/Expressions/Instance_Creation/New/evaluation_t12: RuntimeError # Dartk
Issue 28564 |
| 144 Language/Expressions/Identifier_Reference/built_in_identifier_t37: Pass | 144 Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError # Kernel
Issue 28335 (deferred libraries) |
| 145 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14: Pass | 145 Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError # Kernel
Issue 28335 (deferred libraries) |
| 146 Language/Expressions/Identifier_Reference/evaluation_property_extraction_t03: Ru
ntimeError | 146 Language/Expressions/Lookup/Method_Lookup/superclass_t08: RuntimeError # Dartk I
ssue 28563 |
| 147 Language/Expressions/Instance_Creation/New/evaluation_t12: RuntimeError | 147 Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_m
ember_t05: RuntimeError # Dartk Issue 28562 |
| 148 Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError | 148 Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07: Runti
meError # Dartk Issue 28562 |
| 149 Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError | 149 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_
t18: RuntimeError # Dartk Issue 28562 |
| 150 Language/Expressions/Lookup/Method_Lookup/superclass_t08: RuntimeError | 150 Language/Expressions/Type_Test/evaluation_t10: RuntimeError # Kernel Issue 28335
(deferred libraries) |
| 151 Language/Expressions/Method_Invocation/Ordinary_Invocation/accessible_instance_m
ember_t05: RuntimeError | 151 Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError
# Dartk Issue 28565 |
| 152 Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07: Runti
meError | 152 Language/Libraries_and_Scripts/Imports/deferred_import_t01: RuntimeError # Kerne
l Issue 28335 (deferred libraries) |
| 153 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_
t18: RuntimeError | 153 Language/Libraries_and_Scripts/Imports/deferred_import_t02: RuntimeError # Kerne
l Issue 28335 (deferred libraries) |
| 154 Language/Expressions/Type_Test/evaluation_t10: RuntimeError | 154 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01/01: MissingRunti
meError # Kernel Issue 28335 (deferred libraries) |
| 155 Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError | 155 Language/Statements/Try/catch_scope_t01: RuntimeError # Dartk Issue 28410 |
| 156 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Pass | 156 Language/Types/Static_Types/deferred_type_t01: RuntimeError # Kernel Issue 28335
(deferred libraries) |
| 157 Language/Libraries_and_Scripts/Imports/deferred_import_t01: RuntimeError | 157 Language/Variables/final_t01/01: MissingRuntimeError # Dartk Issue 28566 |
| 158 Language/Libraries_and_Scripts/Imports/deferred_import_t02: RuntimeError | 158 Language/Variables/final_t02/01: MissingRuntimeError # Dartk Issue 28566 |
| 159 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01/01: MissingRunti
meError | 159 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Pass # OK |
| 160 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Pass | 160 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Pass # OK |
| 161 Language/Libraries_and_Scripts/Parts/syntax_t06: Pass | 161 Language/Libraries_and_Scripts/Parts/syntax_t06: Pass # OK |
| 162 Language/Statements/Labels/syntax_t03: Pass | 162 Language/Statements/Labels/syntax_t03: Pass # OK |
| 163 Language/Statements/Switch/syntax_t02: Pass | 163 Language/Statements/Switch/syntax_t02: Pass # OK |
| 164 Language/Statements/Try/catch_scope_t01: RuntimeError | 164 Language/Expressions/Identifier_Reference/built_in_identifier_t35: Pass # OK, Is
sue 25732 |
| 165 Language/Types/Static_Types/deferred_type_t01: RuntimeError | 165 Language/Expressions/Identifier_Reference/built_in_identifier_t36: Pass # OK, Is
sue 25732 |
| 166 Language/Variables/final_t01/01: MissingRuntimeError | 166 Language/Expressions/Identifier_Reference/built_in_identifier_t37: Pass # OK, Is
sue 25732 |
| 167 Language/Variables/final_t02/01: MissingRuntimeError | 167 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14: Pass # OK, I
ssue 25732 |
| 168 | 168 |
| 169 # dartk: JIT failures | 169 # dartk: JIT failures |
| 170 [ $compiler == dartk && $runtime == vm ] | 170 [ $compiler == dartk && $runtime == vm ] |
| 171 Language/Expressions/Instance_Creation/Const/canonicalized_t05: RuntimeError | 171 Language/Expressions/Instance_Creation/Const/canonicalized_t05: RuntimeError |
| 172 Language/Expressions/Object_Identity/string_t01: RuntimeError | 172 Language/Expressions/Object_Identity/string_t01: RuntimeError |
| 173 Language/Expressions/Strings/adjacent_strings_t02: RuntimeError | 173 Language/Expressions/Strings/adjacent_strings_t02: RuntimeError |
| 174 Language/Libraries_and_Scripts/Imports/static_type_t01: RuntimeError | 174 Language/Libraries_and_Scripts/Imports/static_type_t01: RuntimeError |
| 175 | 175 |
| 176 # These tests should throw RuntimeError but they Pass instead. | 176 # These tests should throw RuntimeError but they Pass instead. |
| 177 Language/Libraries_and_Scripts/Imports/static_type_t01/01: Pass | 177 Language/Libraries_and_Scripts/Imports/static_type_t01/01: Pass |
| 178 Language/Libraries_and_Scripts/Imports/static_type_t01/02: Pass | 178 Language/Libraries_and_Scripts/Imports/static_type_t01/02: Pass |
| 179 Language/Libraries_and_Scripts/Imports/static_type_t01/03: Pass | 179 Language/Libraries_and_Scripts/Imports/static_type_t01/03: Pass |
| 180 Language/Libraries_and_Scripts/Imports/static_type_t01/04: Pass | 180 Language/Libraries_and_Scripts/Imports/static_type_t01/04: Pass |
| 181 Language/Libraries_and_Scripts/Imports/static_type_t01/05: Pass | 181 Language/Libraries_and_Scripts/Imports/static_type_t01/05: Pass |
| 182 Language/Libraries_and_Scripts/Imports/static_type_t01/06: Pass | 182 Language/Libraries_and_Scripts/Imports/static_type_t01/06: Pass |
| 183 Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass | 183 Language/Libraries_and_Scripts/Imports/static_type_t01/07: Pass |
| 184 | 184 |
| 185 # dartk: JIT failures (debug) | 185 # dartk: JIT failures (debug) |
| 186 [ $compiler == dartk && $runtime == vm && $mode == debug ] | 186 [ $compiler == dartk && $runtime == vm && $mode == debug ] |
| 187 | 187 |
| 188 # dartk: precompilation failures | 188 # dartk: precompilation failures |
| 189 [ $compiler == dartkp && $runtime == dart_precompiled ] | 189 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 190 Language/Expressions/Constants/exception_t01: Crash | 190 Language/Expressions/Constants/exception_t01: Crash |
| 191 Language/Expressions/Constants/exception_t02: Crash | 191 Language/Expressions/Constants/exception_t02: Crash |
| 192 | 192 |
| 193 # dartk: precompilation failures (debug) | 193 # dartk: precompilation failures (debug) |
| 194 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 194 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| OLD | NEW |