| 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 [ $browser ] | 320 [ $browser ] |
| 321 | 321 |
| 322 | 322 |
| 323 [ $arch == simarm ] | 323 [ $arch == simarm ] |
| 324 *: Skip | 324 *: Skip |
| 325 | 325 |
| 326 [ $arch == arm ] | 326 [ $arch == arm ] |
| 327 *: Skip | 327 *: Skip |
| 328 | 328 |
| 329 [ $compiler == dart2dart ] | 329 [ $compiler == dart2dart ] |
| 330 # Calling unresolved class constructor: |
| 331 # call_constructor_on_unresolvable_class_test/07: Fail |
| 332 call_nonexistent_constructor_test: Fail |
| 333 |
| 334 # Redirecting (this, super): |
| 335 compile_time_constant_g_test: Fail, Pass # Passes in conservative renaming mode |
| 336 compile_time_constant_i_test: Fail, Pass # Passes in conservative renaming mode |
| 337 constructor_redirect_test/none: Fail, Pass # Passes in conservative renaming mod
e |
| 338 cyclic_constructor_test/none: Fail, Pass # Passes in conservative renaming mode |
| 339 field_initialization_order_test: Fail, Pass # Passes in conservative renaming mo
de |
| 340 field_parameter_test: Fail, Pass # Passes in conservative renaming mode |
| 341 instance_field_initializer_test: Fail, Pass # Passes in conservative renaming mo
de |
| 342 library_prefixes_test: Fail, Pass # Passes in conservative renaming mode |
| 343 non_const_constructor_without_body_test: Fail, Pass # Passes in conservative ren
aming mode |
| 344 super_test: Fail, Pass # Passes in conservative renaming mode |
| 345 |
| 346 # Renaming type from platform library: |
| 347 dynamic_test: Fail |
| 348 |
| 349 # Factory for another interface (will be obsolete soon). |
| 350 # factory2_negative_test: Fail |
| 351 # factory3_negative_test: Fail |
| 352 # factory_negative_test: Fail |
| 353 default_factory_test: Fail |
| 354 factory2_test: Fail |
| 355 factory3_test: Fail |
| 356 factory4_test: Fail |
| 357 factory5_test: Fail |
| 358 factory_implementation_test: Fail |
| 359 interface_factory_multi_test: Fail |
| 360 interface_factory_test: Fail |
| 361 non_parameterized_factory2_test: Fail |
| 362 non_parameterized_factory_test: Fail |
| 363 type_variable_scope_test: Fail |
| 364 |
| 330 class_literal_test/05: Fail # http://dartbug.com/5519 | 365 class_literal_test/05: Fail # http://dartbug.com/5519 |
| 331 class_literal_test/10: Fail # http://dartbug.com/5519 | 366 class_literal_test/10: Fail # http://dartbug.com/5519 |
| 332 class_literal_test/11: Fail # http://dartbug.com/5519 | 367 class_literal_test/11: Fail # http://dartbug.com/5519 |
| 333 class_literal_test/12: Fail # http://dartbug.com/5519 | 368 class_literal_test/12: Fail # http://dartbug.com/5519 |
| 334 class_literal_test/17: Fail # http://dartbug.com/5519 | 369 class_literal_test/17: Fail # http://dartbug.com/5519 |
| 335 class_literal_test/18: Fail # http://dartbug.com/5519 | 370 class_literal_test/18: Fail # http://dartbug.com/5519 |
| 336 class_literal_test/19: Fail # http://dartbug.com/5519 | 371 class_literal_test/19: Fail # http://dartbug.com/5519 |
| 337 class_literal_test/20: Fail # http://dartbug.com/5519 | 372 class_literal_test/20: Fail # http://dartbug.com/5519 |
| 338 class_literal_test/22: Fail # http://dartbug.com/5519 | 373 class_literal_test/22: Fail # http://dartbug.com/5519 |
| 339 class_literal_test/25: Fail # http://dartbug.com/5519 | 374 class_literal_test/25: Fail # http://dartbug.com/5519 |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 | 549 |
| 515 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 550 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 516 | 551 |
| 517 call_through_getter_test: Fail # issue 6130 | 552 call_through_getter_test: Fail # issue 6130 |
| 518 call_through_null_getter_test: Fail # issue 6130 | 553 call_through_null_getter_test: Fail # issue 6130 |
| 519 local_function_test: Fail # issue 6130 | 554 local_function_test: Fail # issue 6130 |
| 520 naming_test: Fail # issue 6130 | 555 naming_test: Fail # issue 6130 |
| 521 | 556 |
| 522 # This is a VM error when the compiled code is run. | 557 # This is a VM error when the compiled code is run. |
| 523 invocation_mirror_test: Fail # issue 3326, 3622. | 558 invocation_mirror_test: Fail # issue 3326, 3622. |
| OLD | NEW |