| 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 [ $browser ] | 251 [ $browser ] |
| 252 | 252 |
| 253 | 253 |
| 254 [ $arch == simarm ] | 254 [ $arch == simarm ] |
| 255 *: Skip | 255 *: Skip |
| 256 | 256 |
| 257 [ $arch == arm ] | 257 [ $arch == arm ] |
| 258 *: Skip | 258 *: Skip |
| 259 | 259 |
| 260 [ $compiler == dart2dart ] | 260 [ $compiler == dart2dart ] |
| 261 getter_no_setter2_test/01: Fail, Pass # Test works only for minified output. | |
| 262 metadata_test: Fail | 261 metadata_test: Fail |
| 263 prefix_new_test: Fail | 262 prefix_new_test: Fail |
| 264 # Fails in conservative mode, issue 4935, passes in minifinying mode. | 263 # Fails in conservative mode, issue 4935, passes in minifinying mode. |
| 265 assert_lexical_scope_test: Fail, Pass | 264 assert_lexical_scope_test: Fail, Pass |
| 266 bad_constructor_test/04: Fail | 265 bad_constructor_test/04: Fail |
| 267 bad_constructor_test/05: Fail | 266 bad_constructor_test/05: Fail |
| 268 bad_constructor_test/06: Fail | 267 bad_constructor_test/06: Fail |
| 269 argument_definition_test/*: Skip # Not implemented. | 268 argument_definition_test/*: Skip # Not implemented. |
| 270 argument_definition2_test: Skip # Not implemented. Fails in minified tests. | 269 argument_definition2_test: Skip # Not implemented. Fails in minified tests. |
| 271 call_constructor_on_unresolvable_class_test/01: Fail # generates 'new Unresolved
()' which fails on the VM | 270 call_constructor_on_unresolvable_class_test/01: Fail # generates 'new Unresolved
()' which fails on the VM |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 # DartVM problem. | 344 # DartVM problem. |
| 346 closure_with_super_send_test: Fail # Issue 3197. | 345 closure_with_super_send_test: Fail # Issue 3197. |
| 347 closure_with_super_field_test: Fail # Issue 3197. | 346 closure_with_super_field_test: Fail # Issue 3197. |
| 348 constructor5_test: Fail | 347 constructor5_test: Fail |
| 349 constructor6_test: Fail | 348 constructor6_test: Fail |
| 350 fauxverride_test/none: Fail | 349 fauxverride_test/none: Fail |
| 351 field_override_test/01: Fail | 350 field_override_test/01: Fail |
| 352 field_override_test/02: Fail | 351 field_override_test/02: Fail |
| 353 field_override_test/none: Fail | 352 field_override_test/none: Fail |
| 354 gc_test: Fail | 353 gc_test: Fail |
| 354 getter_no_setter2_test/01: Fail # Issue 4898 |
| 355 super_closure_test: Fail | 355 super_closure_test: Fail |
| 356 super_field_access_test: Fail | 356 super_field_access_test: Fail |
| 357 super_first_constructor_test: Fail | 357 super_first_constructor_test: Fail |
| 358 # VM specific tests. | 358 # VM specific tests. |
| 359 disable_privacy_test: Fail, Ok | 359 disable_privacy_test: Fail, Ok |
| 360 # This test hard codes name of file being run and precise position. | 360 # This test hard codes name of file being run and precise position. |
| 361 generic_test: Fail, Ok | 361 generic_test: Fail, Ok |
| 362 # Minified mode failures. | 362 # Minified mode failures. |
| 363 # TODO(antonm): proper support in test framework. | 363 # TODO(antonm): proper support in test framework. |
| 364 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). | 364 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). |
| (...skipping 24 matching lines...) Expand all Loading... |
| 389 compile_time_constant_checked2_test/03: Fail, OK | 389 compile_time_constant_checked2_test/03: Fail, OK |
| 390 compile_time_constant_checked2_test/04: Fail, OK | 390 compile_time_constant_checked2_test/04: Fail, OK |
| 391 compile_time_constant_checked2_test/05: Fail, OK | 391 compile_time_constant_checked2_test/05: Fail, OK |
| 392 compile_time_constant_checked2_test/06: Fail, OK | 392 compile_time_constant_checked2_test/06: Fail, OK |
| 393 compile_time_constant_checked3_test/01: Fail, OK | 393 compile_time_constant_checked3_test/01: Fail, OK |
| 394 compile_time_constant_checked3_test/02: Fail, OK | 394 compile_time_constant_checked3_test/02: Fail, OK |
| 395 compile_time_constant_checked3_test/03: Fail, OK | 395 compile_time_constant_checked3_test/03: Fail, OK |
| 396 compile_time_constant_checked3_test/04: Fail, OK | 396 compile_time_constant_checked3_test/04: Fail, OK |
| 397 compile_time_constant_checked3_test/05: Fail, OK | 397 compile_time_constant_checked3_test/05: Fail, OK |
| 398 compile_time_constant_checked3_test/06: Fail, OK | 398 compile_time_constant_checked3_test/06: Fail, OK |
| OLD | NEW |