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