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