| 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
| 6 # current state of the language. | 6 # current state of the language. |
| 7 | 7 |
| 8 # In order to maintain maximum test coverage for all builds, | 8 # In order to maintain maximum test coverage for all builds, |
| 9 # please use the following procedure to mark a test | 9 # please use the following procedure to mark a test |
| 10 # failed on architectures other than the one you are working on. | 10 # failed on architectures other than the one you are working on. |
| (...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 factory2_test: Fail | 378 factory2_test: Fail |
| 379 factory3_test: Fail | 379 factory3_test: Fail |
| 380 factory4_test: Fail | 380 factory4_test: Fail |
| 381 factory5_test: Fail | 381 factory5_test: Fail |
| 382 factory_implementation_test: Fail | 382 factory_implementation_test: Fail |
| 383 interface_factory_multi_test: Fail | 383 interface_factory_multi_test: Fail |
| 384 interface_factory_test: Fail | 384 interface_factory_test: Fail |
| 385 non_parameterized_factory2_test: Fail | 385 non_parameterized_factory2_test: Fail |
| 386 non_parameterized_factory_test: Fail | 386 non_parameterized_factory_test: Fail |
| 387 type_variable_scope_test: Fail | 387 type_variable_scope_test: Fail |
| 388 constructor_redirect2_test/03: Fail |
| 388 | 389 |
| 389 class_literal_test/05: Fail # http://dartbug.com/5519 | 390 class_literal_test/05: Fail # http://dartbug.com/5519 |
| 390 class_literal_test/10: Fail # http://dartbug.com/5519 | 391 class_literal_test/10: Fail # http://dartbug.com/5519 |
| 391 class_literal_test/11: Fail # http://dartbug.com/5519 | 392 class_literal_test/11: Fail # http://dartbug.com/5519 |
| 392 class_literal_test/12: Fail # http://dartbug.com/5519 | 393 class_literal_test/12: Fail # http://dartbug.com/5519 |
| 393 class_literal_test/17: Fail # http://dartbug.com/5519 | 394 class_literal_test/17: Fail # http://dartbug.com/5519 |
| 394 class_literal_test/18: Fail # http://dartbug.com/5519 | 395 class_literal_test/18: Fail # http://dartbug.com/5519 |
| 395 class_literal_test/19: Fail # http://dartbug.com/5519 | 396 class_literal_test/19: Fail # http://dartbug.com/5519 |
| 396 class_literal_test/20: Fail # http://dartbug.com/5519 | 397 class_literal_test/20: Fail # http://dartbug.com/5519 |
| 397 class_literal_test/22: Fail # http://dartbug.com/5519 | 398 class_literal_test/22: Fail # http://dartbug.com/5519 |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 571 compile_time_constant_checked3_test/05: Fail, OK | 572 compile_time_constant_checked3_test/05: Fail, OK |
| 572 compile_time_constant_checked3_test/06: Fail, OK | 573 compile_time_constant_checked3_test/06: Fail, OK |
| 573 | 574 |
| 574 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 575 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 575 | 576 |
| 576 call_through_null_getter_test: Fail # issue 6130 | 577 call_through_null_getter_test: Fail # issue 6130 |
| 577 | 578 |
| 578 # This is a VM error when the compiled code is run. | 579 # This is a VM error when the compiled code is run. |
| 579 invocation_mirror_test: Fail # issue 3326, 3622. | 580 invocation_mirror_test: Fail # issue 3326, 3622. |
| 580 invocation_mirror_indirect_test: Fail # issue 3326, 3622. | 581 invocation_mirror_indirect_test: Fail # issue 3326, 3622. |
| OLD | NEW |