| 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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 # factory3_negative_test: Fail | 365 # factory3_negative_test: Fail |
| 366 # factory_negative_test: Fail | 366 # factory_negative_test: Fail |
| 367 default_factory_test: Fail | 367 default_factory_test: Fail |
| 368 factory2_test: Fail | 368 factory2_test: Fail |
| 369 factory3_test: Fail | 369 factory3_test: Fail |
| 370 factory4_test: Fail | 370 factory4_test: Fail |
| 371 factory5_test: Fail | 371 factory5_test: Fail |
| 372 factory_implementation_test: Fail | 372 factory_implementation_test: Fail |
| 373 interface_factory_multi_test: Fail | 373 interface_factory_multi_test: Fail |
| 374 interface_factory_test: Fail | 374 interface_factory_test: Fail |
| 375 many_overridden_no_such_method_test: Fail | |
| 376 non_parameterized_factory2_test: Fail | 375 non_parameterized_factory2_test: Fail |
| 377 non_parameterized_factory_test: Fail | 376 non_parameterized_factory_test: Fail |
| 378 type_variable_scope_test: Fail | 377 type_variable_scope_test: Fail |
| 379 | 378 |
| 380 class_literal_test/05: Fail # http://dartbug.com/5519 | 379 class_literal_test/05: Fail # http://dartbug.com/5519 |
| 381 class_literal_test/10: Fail # http://dartbug.com/5519 | 380 class_literal_test/10: Fail # http://dartbug.com/5519 |
| 382 class_literal_test/11: Fail # http://dartbug.com/5519 | 381 class_literal_test/11: Fail # http://dartbug.com/5519 |
| 383 class_literal_test/12: Fail # http://dartbug.com/5519 | 382 class_literal_test/12: Fail # http://dartbug.com/5519 |
| 384 class_literal_test/17: Fail # http://dartbug.com/5519 | 383 class_literal_test/17: Fail # http://dartbug.com/5519 |
| 385 class_literal_test/18: Fail # http://dartbug.com/5519 | 384 class_literal_test/18: Fail # http://dartbug.com/5519 |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 564 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 563 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 565 | 564 |
| 566 call_through_getter_test: Fail # issue 6130 | 565 call_through_getter_test: Fail # issue 6130 |
| 567 call_through_null_getter_test: Fail # issue 6130 | 566 call_through_null_getter_test: Fail # issue 6130 |
| 568 local_function_test: Fail # issue 6130 | 567 local_function_test: Fail # issue 6130 |
| 569 naming_test: Fail # issue 6130 | 568 naming_test: Fail # issue 6130 |
| 570 | 569 |
| 571 # This is a VM error when the compiled code is run. | 570 # This is a VM error when the compiled code is run. |
| 572 invocation_mirror_test: Fail # issue 3326, 3622. | 571 invocation_mirror_test: Fail # issue 3326, 3622. |
| 573 invocation_mirror_indirect_test: Fail # issue 3326, 3622. | 572 invocation_mirror_indirect_test: Fail # issue 3326, 3622. |
| OLD | NEW |