| 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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g
etter 'initializer'. | 364 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g
etter 'initializer'. |
| 365 super_implicit_closure_test: RuntimeError # Cannot read property 'call' of undef
ined | 365 super_implicit_closure_test: RuntimeError # Cannot read property 'call' of undef
ined |
| 366 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet | 366 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet |
| 367 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet | 367 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet |
| 368 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS
et | 368 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS
et |
| 369 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t | 369 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t |
| 370 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t | 370 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe
t |
| 371 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc
h case | 371 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc
h case |
| 372 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch
case | 372 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch
case |
| 373 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw
itch case | 373 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw
itch case |
| 374 sync_generator1_test/01: Timeout # Please triage this failure. | 374 sync_generator1_test/01: RuntimeError # Expect.equals(expected: <(1, 2, 3, 5, [6
])>, actual: <(1)>) fails. |
| 375 sync_generator1_test/none: Timeout # Please triage this failure. | 375 sync_generator1_test/none: RuntimeError # Expect.equals(expected: <(1, 2, 3, 5,
[6])>, actual: <(1)>) fails. |
| 376 sync_generator3_test/test1: RuntimeError # Please triage this failure. | 376 sync_generator3_test/test1: RuntimeError # Please triage this failure. |
| 377 sync_generator3_test/test2: RuntimeError # Please triage this failure. | 377 sync_generator3_test/test2: RuntimeError # Please triage this failure. |
| 378 syncstar_yield_test/copyParameters: RuntimeError # Please triage this failure. | 378 syncstar_yield_test/copyParameters: RuntimeError # Please triage this failure. |
| 379 syncstar_yield_test/none: RuntimeError # Please triage this failure. | 379 syncstar_yield_test/none: RuntimeError # Please triage this failure. |
| 380 syncstar_yieldstar_test: RuntimeError # Please triage this failure. | 380 syncstar_yieldstar_test: RuntimeError # Please triage this failure. |
| 381 type_variable_closure2_test: RuntimeError # Please triage this failure. | 381 type_variable_closure2_test: RuntimeError # Please triage this failure. |
| 382 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 382 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
| 383 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 383 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
| 384 type_variable_nested_test: RuntimeError # Please triage this failure. | 384 type_variable_nested_test: RuntimeError # Please triage this failure. |
| 385 |
| 386 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 387 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 388 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 389 execute_finally9_test: Crash # Issue 24485 |
| 390 regress_21795_test: Crash # Issue 24485 |
| 391 regress_23537_test: Crash # Issue 24485 |
| OLD | NEW |