| 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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 deferred_mixin_test: RuntimeError # X.loadLibrary is not a function | 330 deferred_mixin_test: RuntimeError # X.loadLibrary is not a function |
| 331 deferred_no_such_method_test: RuntimeError # D.loadLibrary is not a function | 331 deferred_no_such_method_test: RuntimeError # D.loadLibrary is not a function |
| 332 deferred_not_loaded_check_test: Crash # (lib.closure(sideEffect())): deferred ac
cess is not implemented | 332 deferred_not_loaded_check_test: Crash # (lib.closure(sideEffect())): deferred ac
cess is not implemented |
| 333 deferred_only_constant_test: Crash # (lib.constant): deferred access is not impl
emented | 333 deferred_only_constant_test: Crash # (lib.constant): deferred access is not impl
emented |
| 334 deferred_optimized_test: Crash # (lib.foo()): deferred access is not implemented | 334 deferred_optimized_test: Crash # (lib.foo()): deferred access is not implemented |
| 335 deferred_redirecting_factory_test: Crash # (lib1.loadLib2()): deferred access is
not implemented | 335 deferred_redirecting_factory_test: Crash # (lib1.loadLib2()): deferred access is
not implemented |
| 336 deferred_regression_22995_test: Crash # (lib.foofoo()): deferred access is not i
mplemented | 336 deferred_regression_22995_test: Crash # (lib.foofoo()): deferred access is not i
mplemented |
| 337 deferred_shadow_load_library_test: Crash # (lib.trueVar): deferred access is not
implemented | 337 deferred_shadow_load_library_test: Crash # (lib.trueVar): deferred access is not
implemented |
| 338 deferred_shared_and_unshared_classes_test: Crash # (lib2.foo()): deferred access
is not implemented | 338 deferred_shared_and_unshared_classes_test: Crash # (lib2.foo()): deferred access
is not implemented |
| 339 deferred_static_seperate_test: Crash # (lib1.x): deferred access is not implemen
ted | 339 deferred_static_seperate_test: Crash # (lib1.x): deferred access is not implemen
ted |
| 340 deferred_super_dependency_test/01: Crash # we are missing a call to the resolver
for throwNoSuchMethod |
| 340 deferred_type_dependency_test/as: Crash # (lib1.fooAs("string")): deferred acces
s is not implemented | 341 deferred_type_dependency_test/as: Crash # (lib1.fooAs("string")): deferred acces
s is not implemented |
| 341 deferred_type_dependency_test/is: Crash # (lib1.fooIs("string")): deferred acces
s is not implemented | 342 deferred_type_dependency_test/is: Crash # (lib1.fooIs("string")): deferred acces
s is not implemented |
| 342 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces
s is not implemented | 343 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces
s is not implemented |
| 343 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri
ng")): deferred access is not implemented | 344 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri
ng")): deferred access is not implemented |
| 344 enum_mirror_test: Crash # (static Iterable<Str... cannot handle sync*/async* fu
nctions | 345 enum_mirror_test: Crash # (static Iterable<Str... cannot handle sync*/async* fu
nctions |
| 345 first_class_types_test: RuntimeError # Please triage this failure. | 346 first_class_types_test: RuntimeError # Please triage this failure. |
| 346 for2_test: Crash # The null object does not have a getter 'field'. | 347 for2_test: Crash # The null object does not have a getter 'field'. |
| 347 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea
der | 348 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea
der |
| 348 generic2_test: RuntimeError # Please triage this failure. | 349 generic2_test: RuntimeError # Please triage this failure. |
| 349 generic_field_mixin3_test: RuntimeError # Please triage this failure. | 350 generic_field_mixin3_test: RuntimeError # Please triage this failure. |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle sync*
/async* functions | 393 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle sync*
/async* functions |
| 393 sync_generator3_test/test2: Crash # (g()sync*{try {yield "a";throw "pow!";}final
ly {yield "b";}}): cannot handle sync*/async* functions | 394 sync_generator3_test/test2: Crash # (g()sync*{try {yield "a";throw "pow!";}final
ly {yield "b";}}): cannot handle sync*/async* functions |
| 394 syncstar_less_than_test: Crash # (Iterable<int> foo()... cannot handle sync*/as
ync* functions | 395 syncstar_less_than_test: Crash # (Iterable<int> foo()... cannot handle sync*/as
ync* functions |
| 395 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(int p)sync*{int
i=0;i++ ;p++ ;yield p+i;}): cannot handle sync*/async* functions | 396 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(int p)sync*{int
i=0;i++ ;p++ ;yield p+i;}): cannot handle sync*/async* functions |
| 396 syncstar_yield_test/none: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p
++ ;yield p+i;}): cannot handle sync*/async* functions | 397 syncstar_yield_test/none: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p
++ ;yield p+i;}): cannot handle sync*/async* functions |
| 397 syncstar_yieldstar_test: Crash # (foo()sync*{yield* [1,2,3];yield null;yield* ba
r();}): cannot handle sync*/async* functions | 398 syncstar_yieldstar_test: Crash # (foo()sync*{yield* [1,2,3];yield null;yield* ba
r();}): cannot handle sync*/async* functions |
| 398 type_variable_closure2_test: RuntimeError # Please triage this failure. | 399 type_variable_closure2_test: RuntimeError # Please triage this failure. |
| 399 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 400 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
| 400 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 401 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
| 401 type_variable_nested_test: RuntimeError # Please triage this failure. | 402 type_variable_nested_test: RuntimeError # Please triage this failure. |
| OLD | NEW |