| 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 await_for_cancel_test: Crash # (await for(var x in controller.stream){for(int j=
0;j<10;j++ ){if(j==5)continue outer;}}): await for | 271 await_for_cancel_test: Crash # (await for(var x in controller.stream){for(int j=
0;j<10;j++ ){if(j==5)continue outer;}}): await for |
| 272 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break
;t4.record(x);}): await for | 272 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break
;t4.record(x);}): await for |
| 273 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for | 273 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for |
| 274 call_closurization_test: RuntimeError # Bad type inference for ".call" tear-off. | 274 call_closurization_test: RuntimeError # Bad type inference for ".call" tear-off. |
| 275 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented | 275 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented |
| 276 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented | 276 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented |
| 277 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented | 277 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented |
| 278 closure_in_constructor_test: RuntimeError # Please triage this failure. | 278 closure_in_constructor_test: RuntimeError # Please triage this failure. |
| 279 closures_initializer_test: RuntimeError # Please triage this failure. | 279 closures_initializer_test: RuntimeError # Please triage this failure. |
| 280 constructor12_test: RuntimeError # Please triage this failure. | 280 constructor12_test: RuntimeError # Please triage this failure. |
| 281 crash_6725_test/01: Crash # unsupported operation on erroneous element | |
| 282 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i
s not implemented | 281 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i
s not implemented |
| 283 deferred_closurize_load_library_test: RuntimeError # D.loadLibrary is not a func
tion | 282 deferred_closurize_load_library_test: RuntimeError # D.loadLibrary is not a func
tion |
| 284 deferred_constant_list_test: RuntimeError # K.loadLibrary is not a function | 283 deferred_constant_list_test: RuntimeError # K.loadLibrary is not a function |
| 285 deferred_constraints_constants_test/none: RuntimeError # S.loadLibrary is not a
function | 284 deferred_constraints_constants_test/none: RuntimeError # S.loadLibrary is not a
function |
| 286 deferred_constraints_constants_test/reference_after_load: RuntimeError # G.loadL
ibrary is not a function | 285 deferred_constraints_constants_test/reference_after_load: RuntimeError # G.loadL
ibrary is not a function |
| 287 deferred_constraints_type_annotation_test/as_operation: RuntimeError # Z.loadLib
rary is not a function | 286 deferred_constraints_type_annotation_test/as_operation: RuntimeError # Z.loadLib
rary is not a function |
| 288 deferred_constraints_type_annotation_test/catch_check: RuntimeError # D.loadLibr
ary is not a function | 287 deferred_constraints_type_annotation_test/catch_check: RuntimeError # D.loadLibr
ary is not a function |
| 289 deferred_constraints_type_annotation_test/is_check: RuntimeError # L.loadLibrary
is not a function | 288 deferred_constraints_type_annotation_test/is_check: RuntimeError # L.loadLibrary
is not a function |
| 290 deferred_constraints_type_annotation_test/new: RuntimeError # R.loadLibrary is n
ot a function | 289 deferred_constraints_type_annotation_test/new: RuntimeError # R.loadLibrary is n
ot a function |
| 291 deferred_constraints_type_annotation_test/new_before_load: RuntimeError # K.load
Library is not a function | 290 deferred_constraints_type_annotation_test/new_before_load: RuntimeError # K.load
Library is not a function |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 354 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
| 356 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 355 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
| 357 type_variable_nested_test: RuntimeError # Please triage this failure. | 356 type_variable_nested_test: RuntimeError # Please triage this failure. |
| 358 | 357 |
| 359 [ $compiler == dart2js && $cps_ir && $host_checked ] | 358 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 360 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 359 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 361 async_throw_in_catch_test/none: Crash # Issue 24485 | 360 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 362 execute_finally9_test: Crash # Issue 24485 | 361 execute_finally9_test: Crash # Issue 24485 |
| 363 regress_21795_test: Crash # Issue 24485 | 362 regress_21795_test: Crash # Issue 24485 |
| 364 regress_23537_test: Crash # Issue 24485 | 363 regress_23537_test: Crash # Issue 24485 |
| OLD | NEW |