| 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 || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
| 6 block_scope_test: CompileTimeError # Issue 13204. | 6 block_scope_test: CompileTimeError # Issue 13204. |
| 7 null_test/03: MissingCompileTimeError # Issue 12445. | 7 null_test/03: MissingCompileTimeError # Issue 12445. |
| 8 black_listed_test/none: CompileTimeError # Issue 12446. | 8 black_listed_test/none: CompileTimeError # Issue 12446. |
| 9 malformed_test/05: MissingCompileTimeError # Issue 12695 | 9 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 10 malformed_test/06: MissingCompileTimeError # Issue 12695 | 10 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| 11 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 11 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
| 12 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 | 12 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 |
| 13 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 | 13 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 |
| 14 stacktrace_test: Pass, RuntimeError # # Issue 12698 | 14 stacktrace_test: Pass, RuntimeError # # Issue 12698 |
| 15 prefix9_test: CompileTimeError, OK # Issue 13573 |
| 16 bailout3_test: CompileTimeError, OK # Issue 13573 |
| 15 | 17 |
| 16 # VM specific tests that should not be run by dart2js. | 18 # VM specific tests that should not be run by dart2js. |
| 17 vm/*: Skip # Issue 12699 | 19 vm/*: Skip # Issue 12699 |
| 18 | 20 |
| 19 [ $compiler == dart2js && $checked ] | 21 [ $compiler == dart2js && $checked ] |
| 20 checked_setter2_test: Fail # Issue 11273 | 22 checked_setter2_test: Fail # Issue 11273 |
| 21 default_factory2_test/01: Fail # Issue 12700 | 23 default_factory2_test/01: Fail # Issue 12700 |
| 22 type_variable_bounds_test/01: Fail # Issue 12702 | 24 type_variable_bounds_test/01: Fail # Issue 12702 |
| 23 type_variable_bounds_test/02: Fail # Issue 12702 | 25 type_variable_bounds_test/02: Fail # Issue 12702 |
| 24 type_variable_bounds_test/04: Fail # Issue 12702 | 26 type_variable_bounds_test/04: Fail # Issue 12702 |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 instanceof4_test/01: RuntimeError # Issue 12889 | 138 instanceof4_test/01: RuntimeError # Issue 12889 |
| 137 list_literal4_test: RuntimeError # Issue 12890 | 139 list_literal4_test: RuntimeError # Issue 12890 |
| 138 map_literal4_test: RuntimeError # Issue 12891 | 140 map_literal4_test: RuntimeError # Issue 12891 |
| 139 built_in_identifier_test/01: CompileTimeError # Issue 13022 | 141 built_in_identifier_test/01: CompileTimeError # Issue 13022 |
| 140 | 142 |
| 141 const_syntax_test/03: MissingCompileTimeError # Issue 12932 | 143 const_syntax_test/03: MissingCompileTimeError # Issue 12932 |
| 142 const_syntax_test/04: MissingCompileTimeError # Issue 12932 | 144 const_syntax_test/04: MissingCompileTimeError # Issue 12932 |
| 143 constructor9_test/01: MissingCompileTimeError # Issue 12934 | 145 constructor9_test/01: MissingCompileTimeError # Issue 12934 |
| 144 list_literal1_test/01: MissingCompileTimeError # Issue 12993 | 146 list_literal1_test/01: MissingCompileTimeError # Issue 12993 |
| 145 map_literal1_test/01: MissingCompileTimeError # Issue 12993 | 147 map_literal1_test/01: MissingCompileTimeError # Issue 12993 |
| 146 scope_variable_test/01: MissingCompileTimeError # Issue 13016 | |
| 147 static_final_field2_test/02: MissingCompileTimeError # Issue 13017 | 148 static_final_field2_test/02: MissingCompileTimeError # Issue 13017 |
| 148 throw7_test/01: MissingCompileTimeError # Issue 13019 | 149 throw7_test/01: MissingCompileTimeError # Issue 13019 |
| 149 | 150 |
| 150 numbers_test: RuntimeError, OK # Issue 1533 | 151 numbers_test: RuntimeError, OK # Issue 1533 |
| 151 canonical_const2_test: RuntimeError, OK # Issue 1533 | 152 canonical_const2_test: RuntimeError, OK # Issue 1533 |
| 152 bit_operations_test: RuntimeError, OK # Issue 1533 | 153 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 153 expect_test: RuntimeError, OK # Issue 13080 | 154 expect_test: RuntimeError, OK # Issue 13080 |
| 154 | 155 |
| 155 final_syntax_test/01: MissingCompileTimeError # Issue 13020 | 156 final_syntax_test/01: MissingCompileTimeError # Issue 13020 |
| 156 final_syntax_test/02: MissingCompileTimeError # Issue 13020 | 157 final_syntax_test/02: MissingCompileTimeError # Issue 13020 |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 external_test/30: Fail # Issue 12888 | 280 external_test/30: Fail # Issue 12888 |
| 280 external_test/31: Fail # Issue 12888 | 281 external_test/31: Fail # Issue 12888 |
| 281 built_in_identifier_test/01: Fail # Issue 13022 | 282 built_in_identifier_test/01: Fail # Issue 13022 |
| 282 lazy_static3_test: Fail # Issue 12593 | 283 lazy_static3_test: Fail # Issue 12593 |
| 283 list_literal1_test/01: Fail # Issue 12993 | 284 list_literal1_test/01: Fail # Issue 12993 |
| 284 map_literal1_test/01: Fail # Issue 12993 | 285 map_literal1_test/01: Fail # Issue 12993 |
| 285 method_override4_test: Fail # Issue 12810 | 286 method_override4_test: Fail # Issue 12810 |
| 286 method_override5_test: Fail # Issue 12810 | 287 method_override5_test: Fail # Issue 12810 |
| 287 static_final_field2_test/02: Fail # Issue 13017 | 288 static_final_field2_test/02: Fail # Issue 13017 |
| 288 throw7_test/01: Fail # Issue 13019 | 289 throw7_test/01: Fail # Issue 13019 |
| 289 scope_variable_test/01: Fail # Issue 13016 | |
| 290 factory_redirection_test/01: Fail # Issue 12753 | 290 factory_redirection_test/01: Fail # Issue 12753 |
| 291 factory_redirection_test/02: Crash # Issue 12753 | 291 factory_redirection_test/02: Crash # Issue 12753 |
| 292 factory_redirection_test/03: Crash # Issue 12753 | 292 factory_redirection_test/03: Crash # Issue 12753 |
| 293 factory_redirection_test/07: Fail # Issue 12753 | 293 factory_redirection_test/07: Fail # Issue 12753 |
| 294 factory_redirection_test/09: Fail # Issue 12753 | 294 factory_redirection_test/09: Fail # Issue 12753 |
| 295 function_type_alias5_test/00: Fail # Issue 12755 | 295 function_type_alias5_test/00: Fail # Issue 12755 |
| 296 function_type_alias5_test/01: Fail # Issue 12755 | 296 function_type_alias5_test/01: Fail # Issue 12755 |
| 297 function_type_alias5_test/02: Fail # Issue 12755 | 297 function_type_alias5_test/02: Fail # Issue 12755 |
| 298 parameter_initializer6_negative_test: Fail # Issue 3502 | 298 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 299 | 299 |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 import_core_prefix_test: Pass | 338 import_core_prefix_test: Pass |
| 339 prefix22_test: Pass | 339 prefix22_test: Pass |
| 340 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 340 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 341 super_call4_test: Fail, OK # hardcoded names. | 341 super_call4_test: Fail, OK # hardcoded names. |
| 342 | 342 |
| 343 [ $minified ] | 343 [ $minified ] |
| 344 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 344 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 345 | 345 |
| 346 [ $runtime == ie9 ] | 346 [ $runtime == ie9 ] |
| 347 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 347 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |