| 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 [ $compiler == dart2js || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
| 6 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. | 6 class_literal_test/01: Fail # Class literals are expression now; delete this tes
t. |
| 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. | 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes
t. |
| 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes
t. | 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes
t. |
| 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes
t. | 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes
t. |
| 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes
t. | 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes
t. |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 class_literal_test/26: Fail # Class literals are expression now; delete this tes
t. | 25 class_literal_test/26: Fail # Class literals are expression now; delete this tes
t. |
| 26 class_literal_test/27: Fail # Class literals are expression now; delete this tes
t. | 26 class_literal_test/27: Fail # Class literals are expression now; delete this tes
t. |
| 27 class_literal_test/28: Fail # Class literals are expression now; delete this tes
t. | 27 class_literal_test/28: Fail # Class literals are expression now; delete this tes
t. |
| 28 class_literal_test/29: Fail # Class literals are expression now; delete this tes
t. | 28 class_literal_test/29: Fail # Class literals are expression now; delete this tes
t. |
| 29 | 29 |
| 30 # VM specific tests that should not be run by dart2js. | 30 # VM specific tests that should not be run by dart2js. |
| 31 *vm_test: Skip | 31 *vm_test: Skip |
| 32 *vm_negative_test: Skip | 32 *vm_negative_test: Skip |
| 33 | 33 |
| 34 [ $compiler == dart2js && $checked ] | 34 [ $compiler == dart2js && $checked ] |
| 35 prefix16_test: Fail # dartbug.com/7354 |
| 35 default_factory2_test/01: Pass # For the wrong reasons. | 36 default_factory2_test/01: Pass # For the wrong reasons. |
| 36 type_variable_scope_test/none: Fail | 37 type_variable_scope_test/none: Fail |
| 37 factory_implementation_test/00: Fail | 38 factory_implementation_test/00: Fail |
| 38 redirecting_factory_infinite_steps_test/01: Fail | 39 redirecting_factory_infinite_steps_test/01: Fail |
| 39 assert_with_type_test_or_cast_test: Fail # Issue 4929 | 40 assert_with_type_test_or_cast_test: Fail # Issue 4929 |
| 40 type_variable_bounds_test/01: Fail | 41 type_variable_bounds_test/01: Fail |
| 41 type_variable_bounds_test/02: Fail | 42 type_variable_bounds_test/02: Fail |
| 42 type_variable_bounds_test/04: Fail | 43 type_variable_bounds_test/04: Fail |
| 43 type_variable_bounds_test/05: Fail | 44 type_variable_bounds_test/05: Fail |
| 44 type_variable_bounds2_test/00: Fail | 45 type_variable_bounds2_test/00: Fail |
| (...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 [ $runtime == opera ] | 361 [ $runtime == opera ] |
| 361 call_through_null_getter_test: Fail | 362 call_through_null_getter_test: Fail |
| 362 closure3_test: Fail | 363 closure3_test: Fail |
| 363 execute_finally3_test: Fail | 364 execute_finally3_test: Fail |
| 364 method_invocation_test: Fail | 365 method_invocation_test: Fail |
| 365 null_pointer_exception_test: Fail | 366 null_pointer_exception_test: Fail |
| 366 stack_overflow_test: Fail | 367 stack_overflow_test: Fail |
| 367 string_interpolate_npe_test: Fail | 368 string_interpolate_npe_test: Fail |
| 368 closure_call_wrong_argument_count_negative_test: Skip | 369 closure_call_wrong_argument_count_negative_test: Skip |
| 369 label_test: Skip | 370 label_test: Skip |
| OLD | NEW |