| 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 [ $compiler == dartk || $compiler == dartkp ] | 5 [ $compiler == dartk || $compiler == dartkp ] |
| 6 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t
03: MissingCompileTimeError | 6 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t
03: MissingCompileTimeError |
| 7 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_
t02: MissingCompileTimeError | 7 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_
t02: MissingCompileTimeError |
| 8 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin
gCompileTimeError | 8 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin
gCompileTimeError |
| 9 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin
gCompileTimeError | 9 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin
gCompileTimeError |
| 10 Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeEr
ror | 10 Language/Classes/Constructors/Factories/const_modifier_t01: MissingCompileTimeEr
ror |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 Language/Expressions/Constants/math_operators_t05: Crash | 88 Language/Expressions/Constants/math_operators_t05: Crash |
| 89 Language/Expressions/Constants/no_other_constant_expressions_t10: MissingCompile
TimeError | 89 Language/Expressions/Constants/no_other_constant_expressions_t10: MissingCompile
TimeError |
| 90 Language/Expressions/Constants/no_other_constant_expressions_t11: Crash | 90 Language/Expressions/Constants/no_other_constant_expressions_t11: Crash |
| 91 Language/Expressions/Constants/ternary_operator_t02: MissingCompileTimeError | 91 Language/Expressions/Constants/ternary_operator_t02: MissingCompileTimeError |
| 92 Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_ar
guments_t01: MissingCompileTimeError | 92 Language/Expressions/Function_Invocation/Binding_Actuals_to_Formals/same_name_ar
guments_t01: MissingCompileTimeError |
| 93 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context
_invocation_t03: MissingCompileTimeError | 93 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context
_invocation_t03: MissingCompileTimeError |
| 94 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context
_invocation_t04: MissingCompileTimeError | 94 Language/Expressions/Function_Invocation/Unqualified_Invocation/instance_context
_invocation_t04: MissingCompileTimeError |
| 95 Language/Expressions/Instance_Creation/Const/arguments_t03: MissingCompileTimeEr
ror | 95 Language/Expressions/Instance_Creation/Const/arguments_t03: MissingCompileTimeEr
ror |
| 96 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t02: Miss
ingCompileTimeError | 96 Language/Expressions/Instance_Creation/Const/constant_constructor_name_t02: Miss
ingCompileTimeError |
| 97 Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_c
lass_t02: MissingCompileTimeError | 97 Language/Expressions/Instance_Creation/Const/constant_constructor_same_name_as_c
lass_t02: MissingCompileTimeError |
| 98 Language/Expressions/Instance_Creation/New/evaluation_t06: RuntimeError | |
| 99 Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError # Kernel
Issue 28335 (deferred libraries) | 98 Language/Expressions/Instance_Creation/New/evaluation_t19: RuntimeError # Kernel
Issue 28335 (deferred libraries) |
| 100 Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError # Kernel
Issue 28335 (deferred libraries) | 99 Language/Expressions/Instance_Creation/New/evaluation_t20: RuntimeError # Kernel
Issue 28335 (deferred libraries) |
| 101 Language/Expressions/Maps/constant_map_t02: MissingCompileTimeError | 100 Language/Expressions/Maps/constant_map_t02: MissingCompileTimeError |
| 102 Language/Expressions/Maps/key_value_equals_operator_t01: MissingCompileTimeError | 101 Language/Expressions/Maps/key_value_equals_operator_t01: MissingCompileTimeError |
| 103 Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07: Runti
meError # Dartk Issue 28562 | 102 Language/Expressions/Method_Invocation/Ordinary_Invocation/evaluation_t07: Runti
meError # Dartk Issue 28562 |
| 104 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_
t17: RuntimeError | 103 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_
t17: RuntimeError |
| 105 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_
t18: RuntimeError # Dartk Issue 28562 | 104 Language/Expressions/Method_Invocation/Ordinary_Invocation/method_lookup_failed_
t18: RuntimeError # Dartk Issue 28562 |
| 106 Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocat
ion_t01: MissingCompileTimeError # Issue 25496 | 105 Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocat
ion_t01: MissingCompileTimeError # Issue 25496 |
| 107 Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocat
ion_t02: MissingCompileTimeError # Issue 25496 | 106 Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocat
ion_t02: MissingCompileTimeError # Issue 25496 |
| 108 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01
: RuntimeError | 107 Language/Expressions/Method_Invocation/Super_Invocation/getter_lookup_failed_t01
: RuntimeError |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash | 163 Language/Libraries_and_Scripts/Scripts/top_level_main_t05: Crash |
| 165 Language/Libraries_and_Scripts/definition_syntax_t01: MissingCompileTimeError | 164 Language/Libraries_and_Scripts/definition_syntax_t01: MissingCompileTimeError |
| 166 Language/Libraries_and_Scripts/definition_syntax_t03: MissingCompileTimeError | 165 Language/Libraries_and_Scripts/definition_syntax_t03: MissingCompileTimeError |
| 167 Language/Libraries_and_Scripts/definition_syntax_t04: MissingCompileTimeError | 166 Language/Libraries_and_Scripts/definition_syntax_t04: MissingCompileTimeError |
| 168 Language/Libraries_and_Scripts/definition_syntax_t05: MissingCompileTimeError | 167 Language/Libraries_and_Scripts/definition_syntax_t05: MissingCompileTimeError |
| 169 Language/Libraries_and_Scripts/definition_syntax_t06: MissingCompileTimeError | 168 Language/Libraries_and_Scripts/definition_syntax_t06: MissingCompileTimeError |
| 170 Language/Libraries_and_Scripts/definition_syntax_t07: MissingCompileTimeError | 169 Language/Libraries_and_Scripts/definition_syntax_t07: MissingCompileTimeError |
| 171 Language/Libraries_and_Scripts/definition_syntax_t08: MissingCompileTimeError | 170 Language/Libraries_and_Scripts/definition_syntax_t08: MissingCompileTimeError |
| 172 Language/Libraries_and_Scripts/definition_syntax_t09: MissingCompileTimeError | 171 Language/Libraries_and_Scripts/definition_syntax_t09: MissingCompileTimeError |
| 173 Language/Libraries_and_Scripts/definition_syntax_t10: MissingCompileTimeError | 172 Language/Libraries_and_Scripts/definition_syntax_t10: MissingCompileTimeError |
| 174 Language/Libraries_and_Scripts/private_access_t03: RuntimeError | |
| 175 Language/Metadata/before_export_t01: RuntimeError # Issue 28434: Kernel IR miss
es these annotations. | 173 Language/Metadata/before_export_t01: RuntimeError # Issue 28434: Kernel IR miss
es these annotations. |
| 176 Language/Metadata/before_import_t01: RuntimeError # Issue 28434: Kernel IR miss
es these annotations. | 174 Language/Metadata/before_import_t01: RuntimeError # Issue 28434: Kernel IR miss
es these annotations. |
| 177 Language/Metadata/before_library_t01: RuntimeError # Issue 28434: Kernel IR mis
ses these annotations. | 175 Language/Metadata/before_library_t01: RuntimeError # Issue 28434: Kernel IR mis
ses these annotations. |
| 178 Language/Metadata/before_param_t01: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 176 Language/Metadata/before_param_t01: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 179 Language/Metadata/before_param_t02: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 177 Language/Metadata/before_param_t02: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 180 Language/Metadata/before_param_t03: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 178 Language/Metadata/before_param_t03: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 181 Language/Metadata/before_param_t04: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 179 Language/Metadata/before_param_t04: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 182 Language/Metadata/before_param_t05: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 180 Language/Metadata/before_param_t05: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 183 Language/Metadata/before_param_t06: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 181 Language/Metadata/before_param_t06: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 184 Language/Metadata/before_param_t07: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 182 Language/Metadata/before_param_t07: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 185 Language/Metadata/before_param_t08: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 183 Language/Metadata/before_param_t08: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 186 Language/Metadata/before_param_t09: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. | 184 Language/Metadata/before_param_t09: RuntimeError # Issue 28434: Kernel IR misse
s these annotations. |
| 187 Language/Metadata/before_typedef_t01: RuntimeError # Issue 28434: Kernel IR mis
ses these annotations. | 185 Language/Metadata/before_typedef_t01: RuntimeError # Issue 28434: Kernel IR mis
ses these annotations. |
| 188 Language/Metadata/before_variable_t01: RuntimeError # Issue 28434: Kernel IR mi
sses these annotations. | 186 Language/Metadata/before_variable_t01: RuntimeError # Issue 28434: Kernel IR mi
sses these annotations. |
| 189 Language/Metadata/before_variable_t02: RuntimeError # Issue 28434: Kernel IR mi
sses these annotations. | 187 Language/Metadata/before_variable_t02: RuntimeError # Issue 28434: Kernel IR mi
sses these annotations. |
| 190 Language/Metadata/compilation_t01: MissingCompileTimeError | 188 Language/Metadata/compilation_t01: MissingCompileTimeError |
| 191 Language/Metadata/compilation_t02: MissingCompileTimeError | 189 Language/Metadata/compilation_t02: MissingCompileTimeError |
| 192 Language/Metadata/compilation_t03: MissingCompileTimeError | 190 Language/Metadata/compilation_t03: MissingCompileTimeError |
| 193 Language/Metadata/compilation_t04: MissingCompileTimeError | 191 Language/Metadata/compilation_t04: MissingCompileTimeError |
| 194 Language/Metadata/compilation_t08: MissingCompileTimeError | 192 Language/Metadata/compilation_t08: MissingCompileTimeError |
| 195 Language/Metadata/compilation_t09: MissingCompileTimeError | 193 Language/Metadata/compilation_t09: MissingCompileTimeError |
| 196 Language/Metadata/compilation_t10: MissingCompileTimeError | 194 Language/Metadata/compilation_t10: MissingCompileTimeError |
| 197 Language/Metadata/compilation_t11: MissingCompileTimeError | 195 Language/Metadata/compilation_t11: MissingCompileTimeError |
| 198 Language/Mixins/Mixin_Application/deferred_t01: MissingCompileTimeError | 196 Language/Mixins/Mixin_Application/deferred_t01: MissingCompileTimeError |
| 199 Language/Mixins/Mixin_Application/syntax_t16: CompileTimeError # Issue 25765 | 197 Language/Mixins/Mixin_Application/syntax_t16: CompileTimeError # Issue 25765 |
| 200 Language/Mixins/declaring_constructor_t05: MissingCompileTimeError # Issue 24767 | 198 Language/Mixins/declaring_constructor_t05: MissingCompileTimeError # Issue 24767 |
| 201 Language/Mixins/declaring_constructor_t06: MissingCompileTimeError # Issue 24767 | 199 Language/Mixins/declaring_constructor_t06: MissingCompileTimeError # Issue 24767 |
| 202 Language/Overview/Privacy/private_and_public_t06: RuntimeError | 200 Language/Overview/Privacy/private_and_public_t06: RuntimeError |
| 203 Language/Overview/Privacy/private_and_public_t09: RuntimeError | 201 Language/Overview/Privacy/private_and_public_t09: CompileTimeError |
| 204 Language/Overview/Privacy/private_and_public_t10: RuntimeError | |
| 205 Language/Overview/Privacy/private_and_public_t19: RuntimeError | |
| 206 Language/Overview/Privacy/private_and_public_t20: RuntimeError | |
| 207 Language/Overview/Scoping/conflicting_names_t35: MissingCompileTimeError | 202 Language/Overview/Scoping/conflicting_names_t35: MissingCompileTimeError |
| 208 Language/Overview/Scoping/conflicting_names_t39: MissingCompileTimeError | 203 Language/Overview/Scoping/conflicting_names_t39: MissingCompileTimeError |
| 209 Language/Overview/Scoping/conflicting_names_t40: MissingCompileTimeError | 204 Language/Overview/Scoping/conflicting_names_t40: MissingCompileTimeError |
| 210 Language/Overview/Scoping/conflicting_names_t41: MissingCompileTimeError | 205 Language/Overview/Scoping/conflicting_names_t41: MissingCompileTimeError |
| 211 Language/Reference/Lexical_Rules/Reserved_Words/void_t05: DartkCrash | 206 Language/Reference/Lexical_Rules/Reserved_Words/void_t05: DartkCrash |
| 212 Language/Statements/Continue/label_t06: MissingCompileTimeError | 207 Language/Statements/Continue/label_t06: MissingCompileTimeError |
| 213 Language/Statements/Continue/label_t07: MissingCompileTimeError | 208 Language/Statements/Continue/label_t07: MissingCompileTimeError |
| 214 Language/Statements/Continue/label_t08: MissingCompileTimeError | 209 Language/Statements/Continue/label_t08: MissingCompileTimeError |
| 215 Language/Statements/Continue/label_t09: MissingCompileTimeError | 210 Language/Statements/Continue/label_t09: MissingCompileTimeError |
| 216 Language/Statements/Continue/label_t10: MissingCompileTimeError | 211 Language/Statements/Continue/label_t10: MissingCompileTimeError |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError | 366 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError |
| 372 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError | 367 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError |
| 373 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError | 368 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError |
| 374 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError | 369 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError |
| 375 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError | 370 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError |
| 376 | 371 |
| 377 # Deferred loading kernel issue 28335. | 372 # Deferred loading kernel issue 28335. |
| 378 [ $compiler == dartk || $compiler == dartkp ] | 373 [ $compiler == dartk || $compiler == dartkp ] |
| 379 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D
eferred loading kernel issue 28335. | 374 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D
eferred loading kernel issue 28335. |
| 380 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D
eferred loading kernel issue 28335. | 375 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D
eferred loading kernel issue 28335. |
| OLD | NEW |