| 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 closure3_test: Crash | 188 closure3_test: Crash |
| 189 closure4_test: Crash | 189 closure4_test: Crash |
| 190 closure6_test: Crash | 190 closure6_test: Crash |
| 191 closure7_test: Crash | 191 closure7_test: Crash |
| 192 closure_capture2_test: Crash | 192 closure_capture2_test: Crash |
| 193 closure_capture2_test: RuntimeError | 193 closure_capture2_test: RuntimeError |
| 194 closure_capture3_test: Crash | 194 closure_capture3_test: Crash |
| 195 closure_capture4_test: Crash | 195 closure_capture4_test: Crash |
| 196 closure_capture4_test: RuntimeError | 196 closure_capture4_test: RuntimeError |
| 197 closure_capture5_test: Crash | 197 closure_capture5_test: Crash |
| 198 closure_capture6_test: Crash | |
| 199 closure_capture_test: Crash | 198 closure_capture_test: Crash |
| 200 closure_capture_test: RuntimeError | 199 closure_capture_test: RuntimeError |
| 201 closure_type_reflection2_test: Crash | 200 closure_type_reflection2_test: Crash |
| 202 closure_type_reflection_test: Crash | 201 closure_type_reflection_test: Crash |
| 203 code_motion_exception_test: Crash | 202 code_motion_exception_test: Crash |
| 204 compile_time_constant4_test/01: MissingCompileTimeError | 203 compile_time_constant4_test/01: MissingCompileTimeError |
| 205 compile_time_constant4_test/02: MissingCompileTimeError | 204 compile_time_constant4_test/02: MissingCompileTimeError |
| 206 compile_time_constant4_test/03: MissingCompileTimeError | 205 compile_time_constant4_test/03: MissingCompileTimeError |
| 207 compile_time_constant4_test/04: MissingCompileTimeError | 206 compile_time_constant4_test/04: MissingCompileTimeError |
| 208 compile_time_constant4_test/05: MissingCompileTimeError | 207 compile_time_constant4_test/05: MissingCompileTimeError |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 no_such_method_test: Crash | 282 no_such_method_test: Crash |
| 284 optional_parameter_test: Crash | 283 optional_parameter_test: Crash |
| 285 private_symbol_literal_test/01: MissingCompileTimeError | 284 private_symbol_literal_test/01: MissingCompileTimeError |
| 286 private_symbol_literal_test/02: MissingCompileTimeError | 285 private_symbol_literal_test/02: MissingCompileTimeError |
| 287 private_symbol_literal_test/03: MissingCompileTimeError | 286 private_symbol_literal_test/03: MissingCompileTimeError |
| 288 private_symbol_literal_test/04: MissingCompileTimeError | 287 private_symbol_literal_test/04: MissingCompileTimeError |
| 289 private_symbol_literal_test/05: MissingCompileTimeError | 288 private_symbol_literal_test/05: MissingCompileTimeError |
| 290 private_symbol_literal_test/06: MissingCompileTimeError | 289 private_symbol_literal_test/06: MissingCompileTimeError |
| 291 recursive_import_test: CompileTimeError | 290 recursive_import_test: CompileTimeError |
| 292 reflect_native_types_test: Crash | 291 reflect_native_types_test: Crash |
| 293 regress/4515_2_test: Crash | 292 closure4_test: RuntimeError |
| 293 closure_capture5_test: RuntimeError |
| 294 regress/4562_test/none: CompileTimeError | 294 regress/4562_test/none: CompileTimeError |
| 295 regress/4639_test: Crash | 295 regress/4639_test: Crash |
| 296 string_interpolation_dynamic_test: RuntimeError | 296 string_interpolation_dynamic_test: RuntimeError |
| 297 string_interpolation_test: RuntimeError | 297 string_interpolation_test: RuntimeError |
| 298 super_constructor1_test: Crash | 298 super_constructor1_test: Crash |
| 299 switch_test/none: Crash | 299 switch_test/none: Crash |
| 300 timer_test: Crash | 300 timer_test: Crash |
| 301 truncation_errors_test: Crash | 301 truncation_errors_test: Crash |
| 302 type_argument_factory_crash_test: Crash | 302 type_argument_factory_crash_test: Crash |
| 303 type_argument_factory_nocrash_test: Crash | 303 type_argument_factory_nocrash_test: Crash |
| (...skipping 21 matching lines...) Expand all Loading... |
| 325 bound_closure_interceptor_type_test: Crash # NoSuchMethodError: The getter 'clas
sIndex' was called on null. | 325 bound_closure_interceptor_type_test: Crash # NoSuchMethodError: The getter 'clas
sIndex' was called on null. |
| 326 break_test: Crash # RangeError (index): Invalid value: Valid value range is empt
y: 0 | 326 break_test: Crash # RangeError (index): Invalid value: Valid value range is empt
y: 0 |
| 327 closure3_test: Crash # NoSuchMethodError: Class 'KernelClosureClass' has no inst
ance getter 'supertype'. | 327 closure3_test: Crash # NoSuchMethodError: Class 'KernelClosureClass' has no inst
ance getter 'supertype'. |
| 328 closure4_test: Crash # NoSuchMethodError: The getter 'classIndex' was called on
null. | 328 closure4_test: Crash # NoSuchMethodError: The getter 'classIndex' was called on
null. |
| 329 closure6_test: Crash # NoSuchMethodError: Class 'KernelClosureClass' has no inst
ance getter 'supertype'. | 329 closure6_test: Crash # NoSuchMethodError: Class 'KernelClosureClass' has no inst
ance getter 'supertype'. |
| 330 closure7_test: Crash # NoSuchMethodError: Class 'KernelClosureClass' has no inst
ance getter 'supertype'. | 330 closure7_test: Crash # NoSuchMethodError: Class 'KernelClosureClass' has no inst
ance getter 'supertype'. |
| 331 closure_capture2_test: RuntimeError | 331 closure_capture2_test: RuntimeError |
| 332 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). | 332 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). |
| 333 closure_capture4_test: RuntimeError | 333 closure_capture4_test: RuntimeError |
| 334 closure_capture5_test: Crash # Assertion failure: Cannot find value local(closur
e3_closure.call#fs) in (local(closure3#)) for j:closure_call(closure3_closure.ca
ll). | 334 closure_capture5_test: Crash # Assertion failure: Cannot find value local(closur
e3_closure.call#fs) in (local(closure3#)) for j:closure_call(closure3_closure.ca
ll). |
| 335 closure_capture6_test: Crash # Assertion failure: Cannot find value local(captur
eTwiceNested_closure.call#x) in (local(captureTwiceNested#)) for j:closure_call(
captureTwiceNested_closure.call). | |
| 336 closure_capture_test: RuntimeError | 335 closure_capture_test: RuntimeError |
| 337 closure_type_reflection2_test: Crash # UnimplementedError: KernelClosedWorldMixi
n.getAppliedMixin | 336 closure_type_reflection2_test: Crash # UnimplementedError: KernelClosedWorldMixi
n.getAppliedMixin |
| 338 closure_type_reflection_test: Crash # UnimplementedError: KernelClosedWorldMixin
.getAppliedMixin | 337 closure_type_reflection_test: Crash # UnimplementedError: KernelClosedWorldMixin
.getAppliedMixin |
| 339 code_motion_exception_test: Crash | 338 code_motion_exception_test: Crash |
| 340 compile_time_constant4_test/01: MissingCompileTimeError | 339 compile_time_constant4_test/01: MissingCompileTimeError |
| 341 compile_time_constant4_test/02: MissingCompileTimeError | 340 compile_time_constant4_test/02: MissingCompileTimeError |
| 342 compile_time_constant4_test/03: MissingCompileTimeError | 341 compile_time_constant4_test/03: MissingCompileTimeError |
| 343 compile_time_constant4_test/04: MissingCompileTimeError | 342 compile_time_constant4_test/04: MissingCompileTimeError |
| 344 compile_time_constant4_test/05: MissingCompileTimeError | 343 compile_time_constant4_test/05: MissingCompileTimeError |
| 345 compile_time_constant4_test/06: Crash # NoSuchMethodError: The method 'fold' was
called on null. | 344 compile_time_constant4_test/06: Crash # NoSuchMethodError: The method 'fold' was
called on null. |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 no_such_method_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance
getter 'memberContext'. | 416 no_such_method_test: Crash # NoSuchMethodError: Class 'KMethod' has no instance
getter 'memberContext'. |
| 418 optional_parameter_test: Crash # NoSuchMethodError: Class 'KMethod' has no insta
nce getter 'memberContext'. | 417 optional_parameter_test: Crash # NoSuchMethodError: Class 'KMethod' has no insta
nce getter 'memberContext'. |
| 419 private_symbol_literal_test/01: MissingCompileTimeError | 418 private_symbol_literal_test/01: MissingCompileTimeError |
| 420 private_symbol_literal_test/02: MissingCompileTimeError | 419 private_symbol_literal_test/02: MissingCompileTimeError |
| 421 private_symbol_literal_test/03: MissingCompileTimeError | 420 private_symbol_literal_test/03: MissingCompileTimeError |
| 422 private_symbol_literal_test/04: MissingCompileTimeError | 421 private_symbol_literal_test/04: MissingCompileTimeError |
| 423 private_symbol_literal_test/05: MissingCompileTimeError | 422 private_symbol_literal_test/05: MissingCompileTimeError |
| 424 private_symbol_literal_test/06: MissingCompileTimeError | 423 private_symbol_literal_test/06: MissingCompileTimeError |
| 425 recursive_import_test: CompileTimeError | 424 recursive_import_test: CompileTimeError |
| 426 reflect_native_types_test: Crash # UnimplementedError: KernelClosedWorldMixin.ge
tAppliedMixin | 425 reflect_native_types_test: Crash # UnimplementedError: KernelClosedWorldMixin.ge
tAppliedMixin |
| 427 regress/4515_2_test: Crash # NoSuchMethodError: The getter 'name' was called on
null. | 426 closure4_test: RuntimeError |
| 427 closure_capture5_test: RuntimeError |
| 428 regress/4562_test/none: CompileTimeError | 428 regress/4562_test/none: CompileTimeError |
| 429 regress/4639_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was ca
lled on null. | 429 regress/4639_test: Crash # NoSuchMethodError: The getter 'enclosingClass' was ca
lled on null. |
| 430 runtime_type_test: Crash | 430 runtime_type_test: Crash |
| 431 string_interpolation_dynamic_test: RuntimeError | 431 string_interpolation_dynamic_test: RuntimeError |
| 432 string_interpolation_test: RuntimeError | 432 string_interpolation_test: RuntimeError |
| 433 super_constructor1_test: Crash # Assertion failure: Cannot find value local(C.#n
ull) in (local(C.#i)) for j:constructor(C.). | 433 super_constructor1_test: Crash # Assertion failure: Cannot find value local(C.#n
ull) in (local(C.#i)) for j:constructor(C.). |
| 434 switch_test/none: Crash # UnimplementedError: KernelToLocalsMapImpl.getJumpTarge
tForSwitchCase | 434 switch_test/none: Crash # UnimplementedError: KernelToLocalsMapImpl.getJumpTarge
tForSwitchCase |
| 435 timer_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on nu
ll. | 435 timer_test: Crash # NoSuchMethodError: The getter 'memberIndex' was called on nu
ll. |
| 436 to_string_test: Crash | 436 to_string_test: Crash |
| 437 truncation_errors_test: Crash # Assertion failure: Cannot find value local(main_
closure.call#Infinity) in (local(main#)) for j:closure_call(main_closure.call). | 437 truncation_errors_test: Crash # Assertion failure: Cannot find value local(main_
closure.call#Infinity) in (local(main#)) for j:closure_call(main_closure.call). |
| 438 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). | 438 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). |
| 439 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). | 439 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). |
| 440 type_constant_switch_test/01: MissingCompileTimeError | 440 type_constant_switch_test/01: MissingCompileTimeError |
| 441 type_error_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass'
was called on null. | 441 type_error_message_test: Crash # NoSuchMethodError: The getter 'enclosingClass'
was called on null. |
| 442 unconditional_dartio_import_test: CompileTimeError | 442 unconditional_dartio_import_test: CompileTimeError |
| 443 useful_error_message_1_test: Crash # NoSuchMethodError: The getter 'enclosingCla
ss' was called on null. | 443 useful_error_message_1_test: Crash # NoSuchMethodError: The getter 'enclosingCla
ss' was called on null. |
| 444 | 444 |
| OLD | NEW |