| 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 modulo_test: RuntimeError # Issue 15246 | 168 modulo_test: RuntimeError # Issue 15246 |
| 169 truncdiv_test: RuntimeError # Issue 15246 | 169 truncdiv_test: RuntimeError # Issue 15246 |
| 170 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). | 170 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). |
| 171 generic_closure_test: RuntimeError # Issue 12605 | 171 generic_closure_test: RuntimeError # Issue 12605 |
| 172 const_switch_test/02: RuntimeError # Issue 17960 | 172 const_switch_test/02: RuntimeError # Issue 17960 |
| 173 const_switch_test/04: RuntimeError # Issue 17960 | 173 const_switch_test/04: RuntimeError # Issue 17960 |
| 174 | 174 |
| 175 const_dynamic_type_literal_test/02: CompileTimeError # Issue 23009 | 175 const_dynamic_type_literal_test/02: CompileTimeError # Issue 23009 |
| 176 const_dynamic_type_literal_test/03: CompileTimeError # Issue 23009 | 176 const_dynamic_type_literal_test/03: CompileTimeError # Issue 23009 |
| 177 | 177 |
| 178 generic_field_mixin4_test: Crash # Issue 18651 | |
| 179 | |
| 180 # Compilation errors. | 178 # Compilation errors. |
| 181 method_override5_test: RuntimeError # Issue 12809 | 179 method_override5_test: RuntimeError # Issue 12809 |
| 182 external_test/10: CompileTimeError # Issue 12887 | 180 external_test/10: CompileTimeError # Issue 12887 |
| 183 external_test/13: CompileTimeError # Issue 12887 | 181 external_test/13: CompileTimeError # Issue 12887 |
| 184 external_test/20: CompileTimeError # Issue 12887 | 182 external_test/20: CompileTimeError # Issue 12887 |
| 185 list_literal4_test: RuntimeError # Issue 12890 | 183 list_literal4_test: RuntimeError # Issue 12890 |
| 186 built_in_identifier_test/01: CompileTimeError # Issue 13022 | 184 built_in_identifier_test/01: CompileTimeError # Issue 13022 |
| 187 | 185 |
| 188 scope_variable_test/01: MissingCompileTimeError # Issue 13016 | 186 scope_variable_test/01: MissingCompileTimeError # Issue 13016 |
| 189 | 187 |
| (...skipping 30 matching lines...) Expand all Loading... |
| 220 | 218 |
| 221 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 219 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 222 # Detection of d8 runtime does not work on Windows so the runtime result is | 220 # Detection of d8 runtime does not work on Windows so the runtime result is |
| 223 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error. | 221 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error. |
| 224 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. | 222 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. |
| 225 *deferred*: Pass,RuntimeError # Issue 17458 | 223 *deferred*: Pass,RuntimeError # Issue 17458 |
| 226 cha_deopt*: Pass,RuntimeError # Issue 17458 | 224 cha_deopt*: Pass,RuntimeError # Issue 17458 |
| 227 regress_22443_test: Pass,RuntimeError # Issue 17458 | 225 regress_22443_test: Pass,RuntimeError # Issue 17458 |
| 228 | 226 |
| 229 [ $compiler == dart2js && $cps_ir == false ] | 227 [ $compiler == dart2js && $cps_ir == false ] |
| 228 generic_field_mixin4_test: Crash # Issue 18651 |
| 230 generic_field_mixin5_test: Crash # Issue 18651 | 229 generic_field_mixin5_test: Crash # Issue 18651 |
| 231 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat
orTree.visitBasicBlockAndSuccessors | 230 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat
orTree.visitBasicBlockAndSuccessors |
| 232 | 231 |
| 233 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ] | 232 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ] |
| 234 issue23244_test: RuntimeError # 23244 | 233 issue23244_test: RuntimeError # 23244 |
| 235 | 234 |
| 236 [ $compiler == dart2js && $cps_ir ] | 235 [ $compiler == dart2js && $cps_ir ] |
| 237 assert_assignable_type_test: Crash # Internal Error: Pending statics. | 236 assert_assignable_type_test: Crash # Internal Error: Pending statics. |
| 238 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn
c* functions | 237 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn
c* functions |
| 239 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn
c* functions | 238 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn
c* functions |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 deferred_super_dependency_test/01: RuntimeError # $async$temp1.loadLibrary is no
t a function | 332 deferred_super_dependency_test/01: RuntimeError # $async$temp1.loadLibrary is no
t a function |
| 334 deferred_type_dependency_test/as: Crash # (lib1.fooAs("string")): deferred acces
s is not implemented | 333 deferred_type_dependency_test/as: Crash # (lib1.fooAs("string")): deferred acces
s is not implemented |
| 335 deferred_type_dependency_test/is: Crash # (lib1.fooIs("string")): deferred acces
s is not implemented | 334 deferred_type_dependency_test/is: Crash # (lib1.fooIs("string")): deferred acces
s is not implemented |
| 336 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces
s is not implemented | 335 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces
s is not implemented |
| 337 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri
ng")): deferred access is not implemented | 336 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri
ng")): deferred access is not implemented |
| 338 field3a_negative_test: Fail # Bogus result from type inference in case of invali
d program. | 337 field3a_negative_test: Fail # Bogus result from type inference in case of invali
d program. |
| 339 first_class_types_test: RuntimeError # Please triage this failure. | 338 first_class_types_test: RuntimeError # Please triage this failure. |
| 340 for2_test: Crash # The null object does not have a getter 'field'. | 339 for2_test: Crash # The null object does not have a getter 'field'. |
| 341 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea
der | 340 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea
der |
| 342 generic2_test: RuntimeError # Please triage this failure. | 341 generic2_test: RuntimeError # Please triage this failure. |
| 343 generic_field_mixin3_test: RuntimeError # Please triage this failure. | |
| 344 generic_instanceof_test: RuntimeError # Please triage this failure. | 342 generic_instanceof_test: RuntimeError # Please triage this failure. |
| 345 generic_native_test: RuntimeError # Please triage this failure. | 343 generic_native_test: RuntimeError # Please triage this failure. |
| 346 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label
ed switch case | 344 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label
ed switch case |
| 347 instanceof2_test: RuntimeError # Please triage this failure. | 345 instanceof2_test: RuntimeError # Please triage this failure. |
| 348 instanceof4_test/01: RuntimeError # Please triage this failure. | 346 instanceof4_test/01: RuntimeError # Please triage this failure. |
| 349 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. | 347 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. |
| 350 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet | 348 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet |
| 351 issue_1751477_test: RuntimeError # O.loadLibrary is not a function | 349 issue_1751477_test: RuntimeError # O.loadLibrary is not a function |
| 352 list_is_test: RuntimeError # Please triage this failure. | 350 list_is_test: RuntimeError # Please triage this failure. |
| 353 list_test: RuntimeError # Please triage this failure. | 351 list_test: RuntimeError # Please triage this failure. |
| (...skipping 29 matching lines...) Expand all Loading... |
| 383 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. | 381 type_variable_field_initializer_closure_test: RuntimeError # Please triage this
failure. |
| 384 type_variable_field_initializer_test: RuntimeError # Please triage this failure. | 382 type_variable_field_initializer_test: RuntimeError # Please triage this failure. |
| 385 type_variable_nested_test: RuntimeError # Please triage this failure. | 383 type_variable_nested_test: RuntimeError # Please triage this failure. |
| 386 | 384 |
| 387 [ $compiler == dart2js && $cps_ir && $host_checked ] | 385 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 388 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 386 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 389 async_throw_in_catch_test/none: Crash # Issue 24485 | 387 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 390 execute_finally9_test: Crash # Issue 24485 | 388 execute_finally9_test: Crash # Issue 24485 |
| 391 regress_21795_test: Crash # Issue 24485 | 389 regress_21795_test: Crash # Issue 24485 |
| 392 regress_23537_test: Crash # Issue 24485 | 390 regress_23537_test: Crash # Issue 24485 |
| OLD | NEW |