| 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 compile_time_constant_c_test/none: Fail # Issue 11583 | 6 compile_time_constant_c_test/none: Fail # Issue 11583 |
| 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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 350 compile_time_constant_checked3_test/04: Fail, OK | 350 compile_time_constant_checked3_test/04: Fail, OK |
| 351 compile_time_constant_checked3_test/05: Fail, OK | 351 compile_time_constant_checked3_test/05: Fail, OK |
| 352 compile_time_constant_checked3_test/06: Fail, OK | 352 compile_time_constant_checked3_test/06: Fail, OK |
| 353 | 353 |
| 354 final_is_not_const_test/01: Fail # Issue 12692 | 354 final_is_not_const_test/01: Fail # Issue 12692 |
| 355 | 355 |
| 356 [ $compiler == dart2dart && $minified ] | 356 [ $compiler == dart2dart && $minified ] |
| 357 super_getter_setter_test: Fail # Issue 11065. | 357 super_getter_setter_test: Fail # Issue 11065. |
| 358 f_bounded_quantification4_test: Fail # Issue 12605. | 358 f_bounded_quantification4_test: Fail # Issue 12605. |
| 359 f_bounded_quantification5_test: Fail # Issue 12605. | 359 f_bounded_quantification5_test: Fail # Issue 12605. |
| 360 many_overridden_no_such_method_test: Fail # Issue 13078 | 360 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 |
| 361 overridden_no_such_method_test: Fail # Issue 13078 | 361 overridden_no_such_method_test: Pass, Fail # Issue 13078 |
| 362 no_such_method_test: Fail # Issue 13078 | 362 no_such_method_test: Pass, Fail # Issue 13078 |
| 363 | 363 |
| 364 # TODO(tball): Assign proper bug numbers. | 364 # TODO(tball): Assign proper bug numbers. |
| 365 class_literal_test: Fail | 365 class_literal_test: Fail |
| 366 | 366 |
| 367 import_core_prefix_test: Pass | 367 import_core_prefix_test: Pass |
| 368 prefix22_test: Pass | 368 prefix22_test: Pass |
| 369 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 369 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 370 super_call4_test: Fail, OK # hardcoded names. | 370 super_call4_test: Fail, OK # hardcoded names. |
| 371 | 371 |
| 372 [ $minified ] | 372 [ $minified ] |
| 373 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 373 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 374 | 374 |
| 375 [ $runtime == ie9 ] | 375 [ $runtime == ie9 ] |
| 376 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 376 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |