| 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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 | 192 |
| 193 | 193 |
| 194 # test issue 5337 | 194 # test issue 5337 |
| 195 bad_constructor_test/05: Fail, OK | 195 bad_constructor_test/05: Fail, OK |
| 196 | 196 |
| 197 # test issue 5529 | 197 # test issue 5529 |
| 198 abstract_factory_constructor_test/none: Fail, OK | 198 abstract_factory_constructor_test/none: Fail, OK |
| 199 abstract_syntax_test/none: Fail, OK | 199 abstract_syntax_test/none: Fail, OK |
| 200 interface_test/none: Fail, OK | 200 interface_test/none: Fail, OK |
| 201 | 201 |
| 202 # test issue 6338 |
| 203 application_negative_test: Pass |
| 204 application_test: Fail, OK |
| 205 generic_instanceof_test: Fail, OK |
| 206 hello_script_test: Fail, OK |
| 207 lazy_static6_test: Fail, OK |
| 208 library1_test: Fail, OK |
| 209 library_prefixes_test: Fail, OK |
| 210 many_generic_instanceof_test: Fail, OK |
| 211 many_overridden_no_such_method_test: Fail, OK |
| 212 multi_pass2_test: Fail, OK |
| 213 multi_pass_test: Fail, OK |
| 214 overridden_no_such_method_test: Fail, OK |
| 215 private2_test: Fail, OK |
| 216 private3_test: Fail, OK |
| 217 private_test: Fail, OK |
| 218 top_level_entry_test: Fail, OK |
| 219 top_level_multiple_files_test: Fail, OK |
| 220 top_level_non_prefixed_library_test: Fail, OK |
| 221 |
| 222 |
| 223 |
| 202 # test issue 6324 | 224 # test issue 6324 |
| 203 class_test: Fail, OK | 225 class_test: Fail, OK |
| 204 compile_time_constant_h_test: Fail, OK | 226 compile_time_constant_h_test: Fail, OK |
| 205 const_constructor_syntax_test/none: Fail, OK | 227 const_constructor_syntax_test/none: Fail, OK |
| 206 ct_const_test: Fail, OK | 228 ct_const_test: Fail, OK |
| 207 cyclic_type_variable_test/none: Fail, OK | 229 cyclic_type_variable_test/none: Fail, OK |
| 208 cyclic_type_variable_test/01: Fail, OK | 230 cyclic_type_variable_test/01: Fail, OK |
| 209 cyclic_type_variable_test/02: Fail, OK | 231 cyclic_type_variable_test/02: Fail, OK |
| 210 cyclic_type_variable_test/03: Fail, OK | 232 cyclic_type_variable_test/03: Fail, OK |
| 211 cyclic_type_variable_test/04: Fail, OK | 233 cyclic_type_variable_test/04: Fail, OK |
| (...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 | 535 |
| 514 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 536 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 515 | 537 |
| 516 call_through_getter_test: Fail # issue 6130 | 538 call_through_getter_test: Fail # issue 6130 |
| 517 call_through_null_getter_test: Fail # issue 6130 | 539 call_through_null_getter_test: Fail # issue 6130 |
| 518 local_function_test: Fail # issue 6130 | 540 local_function_test: Fail # issue 6130 |
| 519 naming_test: Fail # issue 6130 | 541 naming_test: Fail # issue 6130 |
| 520 | 542 |
| 521 # This is a VM error when the compiled code is run. | 543 # This is a VM error when the compiled code is run. |
| 522 invocation_mirror_test: Fail # issue 3326, 3622. | 544 invocation_mirror_test: Fail # issue 3326, 3622. |
| OLD | NEW |