| 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: Fail # Issue 13204. | 6 block_scope_test: Fail # Issue 13204. |
| 7 null_test/03: Fail # Issue 12445. | 7 null_test/03: Fail # Issue 12445. |
| 8 black_listed_test/none: Fail # Issue 12446. | 8 black_listed_test/none: Fail # Issue 12446. |
| 9 malformed_test/none: Fail # Issue 12695 | 9 malformed_test/none: Fail # Issue 12695 |
| 10 malformed_test/05: Fail # Issue 12695 | 10 malformed_test/05: Fail # Issue 12695 |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 | 331 |
| 332 final_is_not_const_test/01: Fail # Issue 12692 | 332 final_is_not_const_test/01: Fail # Issue 12692 |
| 333 | 333 |
| 334 [ $compiler == dart2dart && $minified ] | 334 [ $compiler == dart2dart && $minified ] |
| 335 super_getter_setter_test: Fail # Issue 11065. | 335 super_getter_setter_test: Fail # Issue 11065. |
| 336 f_bounded_quantification4_test: Fail # Issue 12605. | 336 f_bounded_quantification4_test: Fail # Issue 12605. |
| 337 f_bounded_quantification5_test: Fail # Issue 12605. | 337 f_bounded_quantification5_test: Fail # Issue 12605. |
| 338 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 | 338 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 |
| 339 overridden_no_such_method_test: Pass, Fail # Issue 13078 | 339 overridden_no_such_method_test: Pass, Fail # Issue 13078 |
| 340 no_such_method_test: Pass, Fail # Issue 13078 | 340 no_such_method_test: Pass, Fail # Issue 13078 |
| 341 invocation_mirror_test: Fail # Issue 13503 |
| 341 | 342 |
| 342 # TODO(tball): Assign proper bug numbers. | 343 # TODO(tball): Assign proper bug numbers. |
| 343 class_literal_test: Fail | 344 class_literal_test: Fail |
| 344 | 345 |
| 345 import_core_prefix_test: Pass | 346 import_core_prefix_test: Pass |
| 346 prefix22_test: Pass | 347 prefix22_test: Pass |
| 347 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 348 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 348 super_call4_test: Fail, OK # hardcoded names. | 349 super_call4_test: Fail, OK # hardcoded names. |
| 349 | 350 |
| 350 [ $minified ] | 351 [ $minified ] |
| 351 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 352 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 352 | 353 |
| 353 [ $runtime == ie9 ] | 354 [ $runtime == ie9 ] |
| 354 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 355 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |