| 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 string_interpolation7_test: Fail | 327 string_interpolation7_test: Fail |
| 328 string_interpolation_test/01: Fail | 328 string_interpolation_test/01: Fail |
| 329 string_interpolation_test/none: Fail | 329 string_interpolation_test/none: Fail |
| 330 super_closure_test: Fail | 330 super_closure_test: Fail |
| 331 super_field_access_test: Fail | 331 super_field_access_test: Fail |
| 332 super_first_constructor_test: Fail | 332 super_first_constructor_test: Fail |
| 333 super_operator_test: Fail | 333 super_operator_test: Fail |
| 334 super_test: Fail | 334 super_test: Fail |
| 335 switch_label_test: Fail | 335 switch_label_test: Fail |
| 336 syntax_test/none: Fail | 336 syntax_test/none: Fail |
| 337 ternary_test: Fail | |
| 338 throw1_test: Fail | 337 throw1_test: Fail |
| 339 throw2_test: Fail | 338 throw2_test: Fail |
| 340 throw4_test: Fail | 339 throw4_test: Fail |
| 341 throw5_test: Fail | 340 throw5_test: Fail |
| 342 top_level_prefixed_declaration_test: Fail | 341 top_level_prefixed_declaration_test: Fail |
| 343 top_level_var_test: Fail | 342 top_level_var_test: Fail |
| 344 try_catch2_test: Fail | 343 try_catch2_test: Fail |
| 345 try_catch3_test: Fail | 344 try_catch3_test: Fail |
| 346 try_catch_syntax_test/09: Fail | 345 try_catch_syntax_test/09: Fail |
| 347 try_catch_test: Fail | 346 try_catch_test: Fail |
| 348 typed_message_test: Fail | 347 typed_message_test: Fail |
| 349 type_variable_bounds2_test/00: Fail | 348 type_variable_bounds2_test/00: Fail |
| 350 type_variable_bounds2_test/01: Fail | 349 type_variable_bounds2_test/01: Fail |
| 351 type_variable_bounds2_test/02: Fail | 350 type_variable_bounds2_test/02: Fail |
| 352 type_variable_bounds2_test/03: Fail | 351 type_variable_bounds2_test/03: Fail |
| 353 type_variable_bounds2_test/04: Fail | 352 type_variable_bounds2_test/04: Fail |
| 354 type_variable_bounds2_test/05: Fail | 353 type_variable_bounds2_test/05: Fail |
| 355 type_variable_bounds2_test/06: Fail | 354 type_variable_bounds2_test/06: Fail |
| 356 type_variable_bounds2_test/none: Fail | 355 type_variable_bounds2_test/none: Fail |
| 357 type_variable_bounds_test/02: Fail | 356 type_variable_bounds_test/02: Fail |
| 358 type_variable_bounds_test/04: Fail | 357 type_variable_bounds_test/04: Fail |
| 359 type_variable_bounds_test/05: Fail | 358 type_variable_bounds_test/05: Fail |
| 360 type_variable_scope_test/00: Fail | 359 type_variable_scope_test/00: Fail |
| 361 type_variable_scope_test/01: Fail | 360 type_variable_scope_test/01: Fail |
| 362 type_variable_scope_test/02: Fail | 361 type_variable_scope_test/02: Fail |
| 363 type_variable_scope_test/03: Fail | 362 type_variable_scope_test/03: Fail |
| 364 type_variable_scope_test/04: Fail | 363 type_variable_scope_test/04: Fail |
| 365 type_variable_scope_test/05: Fail | 364 type_variable_scope_test/05: Fail |
| 366 unary2_test: Fail | |
| 367 unary_test: Fail | |
| 368 | |
| OLD | NEW |