| 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 deferred_super_dependency_test/01: RuntimeError # $async$temp1.loadLibrary is no
t a function | 327 deferred_super_dependency_test/01: RuntimeError # $async$temp1.loadLibrary is no
t a function |
| 328 deferred_type_dependency_test/as: Crash # (lib1.fooAs("string")): deferred acces
s is not implemented | 328 deferred_type_dependency_test/as: Crash # (lib1.fooAs("string")): deferred acces
s is not implemented |
| 329 deferred_type_dependency_test/is: Crash # (lib1.fooIs("string")): deferred acces
s is not implemented | 329 deferred_type_dependency_test/is: Crash # (lib1.fooIs("string")): deferred acces
s is not implemented |
| 330 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces
s is not implemented | 330 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces
s is not implemented |
| 331 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri
ng")): deferred access is not implemented | 331 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri
ng")): deferred access is not implemented |
| 332 field3a_negative_test: Fail # Bogus result from type inference in case of invali
d program. | 332 field3a_negative_test: Fail # Bogus result from type inference in case of invali
d program. |
| 333 first_class_types_test: RuntimeError # Please triage this failure. | 333 first_class_types_test: RuntimeError # Please triage this failure. |
| 334 generic2_test: RuntimeError # Please triage this failure. | 334 generic2_test: RuntimeError # Please triage this failure. |
| 335 generic_instanceof_test: RuntimeError # Please triage this failure. | 335 generic_instanceof_test: RuntimeError # Please triage this failure. |
| 336 generic_native_test: RuntimeError # Please triage this failure. | 336 generic_native_test: RuntimeError # Please triage this failure. |
| 337 gc_test: Crash # Internal Error: Pending statics (see above). |
| 337 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label
ed switch case | 338 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label
ed switch case |
| 338 instanceof2_test: RuntimeError # Please triage this failure. | 339 instanceof2_test: RuntimeError # Please triage this failure. |
| 339 instanceof4_test/01: RuntimeError # Please triage this failure. | 340 instanceof4_test/01: RuntimeError # Please triage this failure. |
| 340 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. | 341 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. |
| 341 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet | 342 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet |
| 342 issue_1751477_test: RuntimeError # O.loadLibrary is not a function | 343 issue_1751477_test: RuntimeError # O.loadLibrary is not a function |
| 343 list_is_test: RuntimeError # Please triage this failure. | 344 list_is_test: RuntimeError # Please triage this failure. |
| 344 list_test: RuntimeError # Please triage this failure. | 345 list_test: RuntimeError # Please triage this failure. |
| 345 many_generic_instanceof_test: RuntimeError # Please triage this failure. | 346 many_generic_instanceof_test: RuntimeError # Please triage this failure. |
| 346 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. | 347 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. |
| (...skipping 20 matching lines...) Expand all Loading... |
| 367 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 368 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
| 368 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 369 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
| 369 type_variable_nested_test: RuntimeError # Please triage this failure. | 370 type_variable_nested_test: RuntimeError # Please triage this failure. |
| 370 | 371 |
| 371 [ $compiler == dart2js && $cps_ir && $host_checked ] | 372 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 372 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 373 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 373 async_throw_in_catch_test/none: Crash # Issue 24485 | 374 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 374 execute_finally9_test: Crash # Issue 24485 | 375 execute_finally9_test: Crash # Issue 24485 |
| 375 regress_21795_test: Crash # Issue 24485 | 376 regress_21795_test: Crash # Issue 24485 |
| 376 regress_23537_test: Crash # Issue 24485 | 377 regress_23537_test: Crash # Issue 24485 |
| OLD | NEW |