| 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 closure2_test: RuntimeError | 359 closure2_test: RuntimeError |
| 360 closure3_test: RuntimeError | 360 closure3_test: RuntimeError |
| 361 closure4_test: RuntimeError | 361 closure4_test: RuntimeError |
| 362 closure5_test: Crash | 362 closure5_test: Crash |
| 363 closure6_test: RuntimeError | 363 closure6_test: RuntimeError |
| 364 closure7_test: RuntimeError | 364 closure7_test: RuntimeError |
| 365 closure_capture2_test: RuntimeError | 365 closure_capture2_test: RuntimeError |
| 366 closure_capture3_test: RuntimeError | 366 closure_capture3_test: RuntimeError |
| 367 closure_capture4_test: RuntimeError | 367 closure_capture4_test: RuntimeError |
| 368 closure_capture5_test: RuntimeError | 368 closure_capture5_test: RuntimeError |
| 369 closure_capture6_test: RuntimeError | 369 closure_capture6_test: Crash |
| 370 closure_capture_test: RuntimeError | 370 closure_capture_test: RuntimeError |
| 371 closure_test: RuntimeError | 371 closure_test: RuntimeError |
| 372 closure_type_reflection2_test: Crash | 372 closure_type_reflection2_test: Crash |
| 373 closure_type_reflection_test: Crash | 373 closure_type_reflection_test: Crash |
| 374 code_motion_exception_test: Crash | 374 code_motion_exception_test: Crash |
| 375 compile_time_constant4_test/01: MissingCompileTimeError | 375 compile_time_constant4_test/01: MissingCompileTimeError |
| 376 compile_time_constant4_test/02: MissingCompileTimeError | 376 compile_time_constant4_test/02: MissingCompileTimeError |
| 377 compile_time_constant4_test/03: MissingCompileTimeError | 377 compile_time_constant4_test/03: MissingCompileTimeError |
| 378 compile_time_constant4_test/04: MissingCompileTimeError | 378 compile_time_constant4_test/04: MissingCompileTimeError |
| 379 compile_time_constant4_test/05: MissingCompileTimeError | 379 compile_time_constant4_test/05: MissingCompileTimeError |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 511 closure_capture3_test: Crash | 511 closure_capture3_test: Crash |
| 512 closure_capture4_test: Crash | 512 closure_capture4_test: Crash |
| 513 closure_capture5_test: Crash | 513 closure_capture5_test: Crash |
| 514 closure_capture_test: Crash | 514 closure_capture_test: Crash |
| 515 closure_test: Crash | 515 closure_test: Crash |
| 516 first_class_types_hashcode_test: Crash | 516 first_class_types_hashcode_test: Crash |
| 517 if_null2_test: Crash | 517 if_null2_test: Crash |
| 518 if_null3_test: Crash | 518 if_null3_test: Crash |
| 519 runtime_type_int_test: Crash | 519 runtime_type_int_test: Crash |
| 520 type_constant_switch_test/01: Crash | 520 type_constant_switch_test/01: Crash |
| OLD | NEW |