| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 ref_before_declaration_test/03: MissingCompileTimeError | 55 ref_before_declaration_test/03: MissingCompileTimeError |
| 56 ref_before_declaration_test/04: MissingCompileTimeError | 56 ref_before_declaration_test/04: MissingCompileTimeError |
| 57 ref_before_declaration_test/05: MissingCompileTimeError | 57 ref_before_declaration_test/05: MissingCompileTimeError |
| 58 ref_before_declaration_test/06: MissingCompileTimeError | 58 ref_before_declaration_test/06: MissingCompileTimeError |
| 59 | 59 |
| 60 regress_22976_test/01: CompileTimeError # Issue 23132 | 60 regress_22976_test/01: CompileTimeError # Issue 23132 |
| 61 regress_22976_test/02: CompileTimeError # Issue 23132 | 61 regress_22976_test/02: CompileTimeError # Issue 23132 |
| 62 | 62 |
| 63 if_null_assignment_behavior_test/13: Crash # Issue 23491 | 63 if_null_assignment_behavior_test/13: Crash # Issue 23491 |
| 64 if_null_assignment_behavior_test/14: Crash # Issue 23491 | 64 if_null_assignment_behavior_test/14: Crash # Issue 23491 |
| 65 nullaware_opt_test: Fail # Fails at e?.f ??= 200; |
| 65 | 66 |
| 66 conditional_method_invocation_test/11: MissingCompileTimeError # Issue 23611 | 67 conditional_method_invocation_test/11: MissingCompileTimeError # Issue 23611 |
| 67 conditional_property_access_test/09: MissingCompileTimeError # Issue 23611 | 68 conditional_property_access_test/09: MissingCompileTimeError # Issue 23611 |
| 68 conditional_property_assignment_test/20: MissingCompileTimeError # Issue 23611 | 69 conditional_property_assignment_test/20: MissingCompileTimeError # Issue 23611 |
| 69 conditional_property_assignment_test/21: MissingCompileTimeError # Issue 23611 | 70 conditional_property_assignment_test/21: MissingCompileTimeError # Issue 23611 |
| 70 conditional_property_assignment_test/22: MissingCompileTimeError # Issue 23611 | 71 conditional_property_assignment_test/22: MissingCompileTimeError # Issue 23611 |
| 71 if_null_assignment_behavior_test/29: Crash # Issue 23611 | 72 if_null_assignment_behavior_test/29: Crash # Issue 23611 |
| 72 if_null_assignment_behavior_test/30: Crash # Issue 23611 | 73 if_null_assignment_behavior_test/30: Crash # Issue 23611 |
| 73 prefix_assignment_test/01: Crash # Issue 23611 | 74 prefix_assignment_test/01: Crash # Issue 23611 |
| 74 prefix_assignment_test/02: Crash # Issue 23611 | 75 prefix_assignment_test/02: Crash # Issue 23611 |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 list_literal4_test: RuntimeError # Issue 12890 | 195 list_literal4_test: RuntimeError # Issue 12890 |
| 195 built_in_identifier_test/01: CompileTimeError # Issue 13022 | 196 built_in_identifier_test/01: CompileTimeError # Issue 13022 |
| 196 | 197 |
| 197 scope_variable_test/01: MissingCompileTimeError # Issue 13016 | 198 scope_variable_test/01: MissingCompileTimeError # Issue 13016 |
| 198 | 199 |
| 199 numbers_test: RuntimeError, OK # Issue 1533 | 200 numbers_test: RuntimeError, OK # Issue 1533 |
| 200 canonical_const2_test: RuntimeError, OK # Issue 1533 | 201 canonical_const2_test: RuntimeError, OK # Issue 1533 |
| 201 bit_operations_test: RuntimeError, OK # Issue 1533 | 202 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 202 expect_test: RuntimeError, OK # Issue 13080 | 203 expect_test: RuntimeError, OK # Issue 13080 |
| 203 | 204 |
| 205 illegal_invocation_test/01: MissingCompileTimeError # Issue 23611 |
| 206 prefix_unqualified_invocation_test/01: MissingCompileTimeError # Issue 23611 |
| 207 prefix_unqualified_invocation_test/02: MissingCompileTimeError # Issue 23611 |
| 208 |
| 204 [ $compiler == dart2js && $runtime == none ] | 209 [ $compiler == dart2js && $runtime == none ] |
| 205 *: Fail, Pass # TODO(ahe): Triage these tests. | 210 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 206 | 211 |
| 207 [ $compiler == dart2js && $runtime == chrome && $system == macos ] | 212 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
| 208 await_future_test: Pass, Timeout # Issue 22695. | 213 await_future_test: Pass, Timeout # Issue 22695. |
| 209 async_await_test/none: Pass, Timeout # Issue 22695. | 214 async_await_test/none: Pass, Timeout # Issue 22695. |
| 210 async_await_test/02: Pass, Timeout # Issue 22695. | 215 async_await_test/02: Pass, Timeout # Issue 22695. |
| 211 async_await_test/03: Pass, Timeout # Issue 22695. | 216 async_await_test/03: Pass, Timeout # Issue 22695. |
| 212 | 217 |
| 213 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] | 218 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
| (...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 777 type_promotion_functions_test/14: RuntimeError # Cannot read property 'prototype
' of undefined | 782 type_promotion_functions_test/14: RuntimeError # Cannot read property 'prototype
' of undefined |
| 778 type_promotion_functions_test/none: RuntimeError # Cannot read property 'prototy
pe' of undefined | 783 type_promotion_functions_test/none: RuntimeError # Cannot read property 'prototy
pe' of undefined |
| 779 type_variable_closure2_test: RuntimeError # Please triage this failure. | 784 type_variable_closure2_test: RuntimeError # Please triage this failure. |
| 780 type_variable_closure_test: Crash # Invalid argument(s) | 785 type_variable_closure_test: Crash # Invalid argument(s) |
| 781 type_variable_conflict2_test/07: RuntimeError # Please triage this failure. | 786 type_variable_conflict2_test/07: RuntimeError # Please triage this failure. |
| 782 typedef_is_test: RuntimeError # Cannot read property 'prototype' of undefined | 787 typedef_is_test: RuntimeError # Cannot read property 'prototype' of undefined |
| 783 typevariable_substitution2_test/01: Crash # Internal Error: No default construct
or available. | 788 typevariable_substitution2_test/01: Crash # Internal Error: No default construct
or available. |
| 784 typevariable_substitution2_test/02: Crash # Internal Error: No default construct
or available. | 789 typevariable_substitution2_test/02: Crash # Internal Error: No default construct
or available. |
| 785 typevariable_substitution2_test/none: Crash # Internal Error: No default constru
ctor available. | 790 typevariable_substitution2_test/none: Crash # Internal Error: No default constru
ctor available. |
| 786 void_type_test: Crash # (switch (n){case 0:x... Unhandled node | 791 void_type_test: Crash # (switch (n){case 0:x... Unhandled node |
| OLD | NEW |