| 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 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
| 9 getter_setter_in_lib_test: Fail # Issue 23288 | 9 getter_setter_in_lib_test: Fail # Issue 23288 |
| 10 | 10 |
| (...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces
s is not implemented | 404 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces
s is not implemented |
| 405 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri
ng")): deferred access is not implemented | 405 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri
ng")): deferred access is not implemented |
| 406 enum_mirror_test: Crash # (static Iterable<Str... cannot handle sync*/async* fu
nctions | 406 enum_mirror_test: Crash # (static Iterable<Str... cannot handle sync*/async* fu
nctions |
| 407 first_class_types_test: RuntimeError # Please triage this failure. | 407 first_class_types_test: RuntimeError # Please triage this failure. |
| 408 for2_test: Crash # The null object does not have a getter 'field'. | 408 for2_test: Crash # The null object does not have a getter 'field'. |
| 409 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea
der | 409 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea
der |
| 410 generic2_test: RuntimeError # Please triage this failure. | 410 generic2_test: RuntimeError # Please triage this failure. |
| 411 generic_field_mixin3_test: RuntimeError # Please triage this failure. | 411 generic_field_mixin3_test: RuntimeError # Please triage this failure. |
| 412 generic_instanceof_test: RuntimeError # Please triage this failure. | 412 generic_instanceof_test: RuntimeError # Please triage this failure. |
| 413 generic_native_test: RuntimeError # Please triage this failure. | 413 generic_native_test: RuntimeError # Please triage this failure. |
| 414 if_null_assignment_behavior_test/12: RuntimeError # Please triage this failure. | |
| 415 if_null_assignment_behavior_test/28: RuntimeError # Please triage this failure. | 414 if_null_assignment_behavior_test/28: RuntimeError # Please triage this failure. |
| 416 if_null_assignment_static_test/01: RuntimeError # v0.get$a is not a function | 415 if_null_assignment_static_test/01: RuntimeError # v0.get$a is not a function |
| 417 if_null_assignment_static_test/03: RuntimeError # v0.get$a is not a function | 416 if_null_assignment_static_test/03: RuntimeError # v0.get$a is not a function |
| 418 if_null_assignment_static_test/04: RuntimeError # v0.get$b is not a function | 417 if_null_assignment_static_test/04: RuntimeError # v0.get$b is not a function |
| 419 if_null_assignment_static_test/05: RuntimeError # v0.get$a is not a function | 418 if_null_assignment_static_test/05: RuntimeError # v0.get$a is not a function |
| 420 if_null_assignment_static_test/29: RuntimeError # v0.get$a is not a function | 419 if_null_assignment_static_test/29: RuntimeError # v0.get$a is not a function |
| 421 if_null_assignment_static_test/31: RuntimeError # v0.get$a is not a function | 420 if_null_assignment_static_test/31: RuntimeError # v0.get$a is not a function |
| 422 if_null_assignment_static_test/32: RuntimeError # v0.get$b is not a function | 421 if_null_assignment_static_test/32: RuntimeError # v0.get$b is not a function |
| 423 if_null_assignment_static_test/33: RuntimeError # v0.get$a is not a function | 422 if_null_assignment_static_test/33: RuntimeError # v0.get$a is not a function |
| 424 if_null_assignment_static_test/36: RuntimeError # v0.get$a is not a function | 423 if_null_assignment_static_test/36: RuntimeError # v0.get$a is not a function |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 476 type_parameter_test/03: Crash # Invalid argument(s) | 475 type_parameter_test/03: Crash # Invalid argument(s) |
| 477 type_parameter_test/04: Crash # Invalid argument(s) | 476 type_parameter_test/04: Crash # Invalid argument(s) |
| 478 type_parameter_test/05: Crash # Invalid argument(s) | 477 type_parameter_test/05: Crash # Invalid argument(s) |
| 479 type_parameter_test/06: Crash # Invalid argument(s) | 478 type_parameter_test/06: Crash # Invalid argument(s) |
| 480 type_parameter_test/none: Crash # Invalid argument(s) | 479 type_parameter_test/none: Crash # Invalid argument(s) |
| 481 type_variable_closure2_test: RuntimeError # Please triage this failure. | 480 type_variable_closure2_test: RuntimeError # Please triage this failure. |
| 482 type_variable_closure_test: Crash # Invalid argument(s) | 481 type_variable_closure_test: Crash # Invalid argument(s) |
| 483 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 482 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
| 484 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 483 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
| 485 type_variable_nested_test: RuntimeError # Please triage this failure. | 484 type_variable_nested_test: RuntimeError # Please triage this failure. |
| OLD | NEW |