| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 == dart2js ] | 5 [ $compiler == dart2js ] |
| 6 class_test: Fail | 6 class_test: Fail |
| 7 statements_test: Fail | 7 statements_test: Fail |
| 8 typed_locals_test: Fail | 8 typed_locals_test: Fail |
| 9 no_such_method_test: Fail # Wrong Invocation.memberName. | 9 no_such_method_test: Fail # Wrong Invocation.memberName. |
| 10 constant_javascript_semantics4_test: Fail, OK | 10 constant_javascript_semantics4_test: Fail, OK |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 19191_test: Crash | 175 19191_test: Crash |
| 176 21666_test: Crash | 176 21666_test: Crash |
| 177 22868_test: Crash | 177 22868_test: Crash |
| 178 22917_test: Crash | 178 22917_test: Crash |
| 179 23404_test: RuntimeError | 179 23404_test: RuntimeError |
| 180 23432_test: Crash | 180 23432_test: Crash |
| 181 23432b_test: Crash # type 'KMethod' is not a subtype of type 'MemberElement' of
'member' where | 181 23432b_test: Crash # type 'KMethod' is not a subtype of type 'MemberElement' of
'member' where |
| 182 23828_test: Crash | 182 23828_test: Crash |
| 183 assert_with_message_test: Crash | 183 assert_with_message_test: Crash |
| 184 async_stacktrace_test: Crash | 184 async_stacktrace_test: Crash |
| 185 big_allocation_expression_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_
handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local
)': Local local(Maps.mapToString#first) is stored in a closure field. | |
| 186 bound_closure_interceptor_methods_test: Crash | 185 bound_closure_interceptor_methods_test: Crash |
| 187 bound_closure_interceptor_type_test: Crash | 186 bound_closure_interceptor_type_test: Crash |
| 188 break_test: Crash | 187 break_test: Crash |
| 189 closure4_test: RuntimeError | 188 closure4_test: RuntimeError |
| 190 closure_capture2_test: RuntimeError | 189 closure_capture2_test: RuntimeError |
| 191 closure_capture3_test: Crash # Assertion failure: Cannot find value Instance of
'ThisLocal' in (local(Closure.nestedClosure#)) for j:closure_call(Closure_nested
Closure_closure.call). | 190 closure_capture3_test: Crash # Assertion failure: Cannot find value Instance of
'ThisLocal' in (local(Closure.nestedClosure#)) for j:closure_call(Closure_nested
Closure_closure.call). |
| 192 closure_capture4_test: RuntimeError | 191 closure_capture4_test: RuntimeError |
| 193 closure_capture5_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.d
art': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local
local(closure4#g) is stored in a closure field. | |
| 194 closure_capture_test: RuntimeError | |
| 195 closure_type_reflection2_test: Crash | 192 closure_type_reflection2_test: Crash |
| 196 closure_type_reflection_test: Crash | 193 closure_type_reflection_test: Crash |
| 197 code_motion_exception_test: Crash | 194 code_motion_exception_test: Crash |
| 198 compile_time_constant4_test/01: MissingCompileTimeError | 195 compile_time_constant4_test/01: MissingCompileTimeError |
| 199 compile_time_constant4_test/02: MissingCompileTimeError | 196 compile_time_constant4_test/02: MissingCompileTimeError |
| 200 compile_time_constant4_test/03: MissingCompileTimeError | 197 compile_time_constant4_test/03: MissingCompileTimeError |
| 201 compile_time_constant4_test/04: MissingCompileTimeError | 198 compile_time_constant4_test/04: MissingCompileTimeError |
| 202 compile_time_constant4_test/05: MissingCompileTimeError | 199 compile_time_constant4_test/05: MissingCompileTimeError |
| 203 compile_time_constant4_test/06: Crash | 200 compile_time_constant4_test/06: Crash |
| 204 conditional_send_test: Crash | 201 conditional_send_test: Crash |
| (...skipping 10 matching lines...) Expand all Loading... |
| 215 deferred/deferred_mirrors2_test: Crash | 212 deferred/deferred_mirrors2_test: Crash |
| 216 deferred/deferred_overlapping_test: CompileTimeError | 213 deferred/deferred_overlapping_test: CompileTimeError |
| 217 deferred/interface_type_variable_test: CompileTimeError | 214 deferred/interface_type_variable_test: CompileTimeError |
| 218 deferred/uninstantiated_type_variable_test: CompileTimeError | 215 deferred/uninstantiated_type_variable_test: CompileTimeError |
| 219 deferred_custom_loader_test: CompileTimeError | 216 deferred_custom_loader_test: CompileTimeError |
| 220 deferred_fail_and_retry_test: CompileTimeError | 217 deferred_fail_and_retry_test: CompileTimeError |
| 221 deferred_fail_and_retry_worker_test: CompileTimeError | 218 deferred_fail_and_retry_worker_test: CompileTimeError |
| 222 deferred_inheritance_test: CompileTimeError | 219 deferred_inheritance_test: CompileTimeError |
| 223 deferred_split_test: CompileTimeError | 220 deferred_split_test: CompileTimeError |
| 224 dummy_compiler_test: CompileTimeError | 221 dummy_compiler_test: CompileTimeError |
| 225 first_class_types_hashcode_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals
_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(loca
l)': Local local(Maps.mapToString#first) is stored in a closure field. | |
| 226 for_in_test: Crash | 222 for_in_test: Crash |
| 227 hash_code_test: Crash | 223 hash_code_test: Crash |
| 228 if_null2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fa
iled assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(M
aps.mapToString#first) is stored in a closure field. | 224 closure4_test: Crash # RangeError (index): Invalid value: Only valid value is 0:
1 |
| 229 if_null3_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fa
iled assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(M
aps.mapToString#first) is stored in a closure field. | |
| 230 if_null_test: Crash | 225 if_null_test: Crash |
| 231 inference_nsm_mirrors_test: Crash | 226 inference_nsm_mirrors_test: Crash |
| 232 inference_super_set_call_test: RuntimeError | 227 inference_super_set_call_test: RuntimeError |
| 233 interceptor_named_arguments_test: Crash | 228 interceptor_named_arguments_test: Crash |
| 234 invalid_annotation2_test/none: Crash | 229 invalid_annotation2_test/none: Crash |
| 235 is_check_instanceof_test: Crash | 230 is_check_instanceof_test: Crash |
| 236 js_dispatch_property_test: RuntimeError | 231 js_dispatch_property_test: RuntimeError |
| 237 label_test/06: Crash | 232 label_test/06: Crash |
| 238 lookup_map/dead_entry_single_nested_pairs_test: Crash | 233 lookup_map/dead_entry_single_nested_pairs_test: Crash |
| 239 lookup_map/dead_entry_test: Crash | 234 lookup_map/dead_entry_test: Crash |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 23404_test: RuntimeError | 303 23404_test: RuntimeError |
| 309 23432_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm
emberContext'. | 304 23432_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm
emberContext'. |
| 310 23432b_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter '
memberContext'. | 305 23432b_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter '
memberContext'. |
| 311 23828_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm
emberContext'. | 306 23828_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance getter 'm
emberContext'. |
| 312 assert_with_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass'
was called on null. | 307 assert_with_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass'
was called on null. |
| 313 async_stacktrace_test: Crash # NoSuchMethodError: The getter 'memberIndex' was c
alled on null. | 308 async_stacktrace_test: Crash # NoSuchMethodError: The getter 'memberIndex' was c
alled on null. |
| 314 bound_closure_interceptor_methods_test: Crash # NoSuchMethodError: The getter 'e
nclosingClass' was called on null. | 309 bound_closure_interceptor_methods_test: Crash # NoSuchMethodError: The getter 'e
nclosingClass' was called on null. |
| 315 bound_closure_interceptor_type_test: Crash # NoSuchMethodError: The getter 'clas
sIndex' was called on null. | 310 bound_closure_interceptor_type_test: Crash # NoSuchMethodError: The getter 'clas
sIndex' was called on null. |
| 316 break_test: Crash # RangeError (index): Invalid value: Valid value range is empt
y: 0 | 311 break_test: Crash # RangeError (index): Invalid value: Valid value range is empt
y: 0 |
| 317 closure4_test: RuntimeError | 312 closure4_test: RuntimeError |
| 318 closure_capture2_test: RuntimeError | |
| 319 closure_capture3_test: Crash # Assertion failure: Cannot find value local(Closur
e_nestedClosure_closure.call#f) in (local(Closure.nestedClosure#)) for j:closure
_call(Closure_nestedClosure_closure.call). | 313 closure_capture3_test: Crash # Assertion failure: Cannot find value local(Closur
e_nestedClosure_closure.call#f) in (local(Closure.nestedClosure#)) for j:closure
_call(Closure_nestedClosure_closure.call). |
| 320 closure_capture4_test: RuntimeError | 314 closure_capture4_test: RuntimeError |
| 321 closure_capture5_test: RuntimeError | 315 closure4_test: Crash # RangeError (index): Invalid value: Only valid value is 0:
1 |
| 322 closure_capture_test: RuntimeError | |
| 323 closure_type_reflection2_test: Crash # UnimplementedError: KernelClosedWorldMixi
n.getAppliedMixin | 316 closure_type_reflection2_test: Crash # UnimplementedError: KernelClosedWorldMixi
n.getAppliedMixin |
| 324 closure_type_reflection_test: Crash # UnimplementedError: KernelClosedWorldMixin
.getAppliedMixin | 317 closure_type_reflection_test: Crash # UnimplementedError: KernelClosedWorldMixin
.getAppliedMixin |
| 325 code_motion_exception_test: Crash | 318 code_motion_exception_test: Crash |
| 326 compile_time_constant4_test/01: MissingCompileTimeError | 319 compile_time_constant4_test/01: MissingCompileTimeError |
| 327 compile_time_constant4_test/02: MissingCompileTimeError | 320 compile_time_constant4_test/02: MissingCompileTimeError |
| 328 compile_time_constant4_test/03: MissingCompileTimeError | 321 compile_time_constant4_test/03: MissingCompileTimeError |
| 329 compile_time_constant4_test/04: MissingCompileTimeError | 322 compile_time_constant4_test/04: MissingCompileTimeError |
| 330 compile_time_constant4_test/05: MissingCompileTimeError | 323 compile_time_constant4_test/05: MissingCompileTimeError |
| 331 compile_time_constant4_test/06: Crash # NoSuchMethodError: The method 'fold' was
called on null. | 324 compile_time_constant4_test/06: Crash # NoSuchMethodError: The method 'fold' was
called on null. |
| 332 conditional_send_test: Crash # NoSuchMethodError: The getter 'memberIndex' was c
alled on null. | 325 conditional_send_test: Crash # NoSuchMethodError: The getter 'memberIndex' was c
alled on null. |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 timer_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on nu
ll. | 410 timer_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on nu
ll. |
| 418 to_string_test: Crash | 411 to_string_test: Crash |
| 419 truncation_errors_test: Crash # Assertion failure: Cannot find value local(main_
closure.call#Infinity) in (local(main#)) for j:closure_call(main_closure.call). | 412 truncation_errors_test: Crash # Assertion failure: Cannot find value local(main_
closure.call#Infinity) in (local(main#)) for j:closure_call(main_closure.call). |
| 420 type_argument_factory_crash_test: Crash # Assertion failure: Cannot find value l
ocal(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.cal
l#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:cl
osure_call(Maps_mapToString_closure.call). | 413 type_argument_factory_crash_test: Crash # Assertion failure: Cannot find value l
ocal(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.cal
l#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:cl
osure_call(Maps_mapToString_closure.call). |
| 421 type_argument_factory_nocrash_test: Crash # Assertion failure: Cannot find value
local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.c
all#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:
closure_call(Maps_mapToString_closure.call). | 414 type_argument_factory_nocrash_test: Crash # Assertion failure: Cannot find value
local(Maps_mapToString_closure.call#first) in (local(Maps_mapToString_closure.c
all#k), local(Maps_mapToString_closure.call#v), local(Maps.mapToString#)) for j:
closure_call(Maps_mapToString_closure.call). |
| 422 type_constant_switch_test/01: MissingCompileTimeError | 415 type_constant_switch_test/01: MissingCompileTimeError |
| 423 type_error_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass'
was called on null. | 416 type_error_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass'
was called on null. |
| 424 unconditional_dartio_import_test: CompileTimeError | 417 unconditional_dartio_import_test: CompileTimeError |
| 425 useful_error_message_1_test: Crash # NoSuchMethodError: The getter 'enclosingCla
ss' was called on null. | 418 useful_error_message_1_test: Crash # NoSuchMethodError: The getter 'enclosingCla
ss' was called on null. |
| 426 | 419 |
| OLD | NEW |