| 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 11 matching lines...) Expand all Loading... |
| 22 class_literal_test/23: Fail # Class literals are expression now; delete this tes
t. | 22 class_literal_test/23: Fail # Class literals are expression now; delete this tes
t. |
| 23 class_literal_test/24: Fail # Class literals are expression now; delete this tes
t. | 23 class_literal_test/24: Fail # Class literals are expression now; delete this tes
t. |
| 24 class_literal_test/25: Fail # Class literals are expression now; delete this tes
t. | 24 class_literal_test/25: 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. | 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 constructor_initializer_test: Fail, OK # Depends on ?parameter check. | 30 constructor_initializer_test: Fail, OK # Depends on ?parameter check. |
| 31 | 31 |
| 32 black_listed_test/none: Fail # Issue 12446. |
| 33 |
| 32 # Issues related to undeclared prefix resolution. | 34 # Issues related to undeclared prefix resolution. |
| 33 malformed_test/none: Fail | 35 malformed_test/none: Fail |
| 34 malformed_test/05: Fail | 36 malformed_test/05: Fail |
| 35 malformed_test/06: Fail | 37 malformed_test/06: Fail |
| 36 | 38 |
| 37 # Fails due to inlining. Not all expected frames are in the trace. | 39 # Fails due to inlining. Not all expected frames are in the trace. |
| 38 full_stacktrace1_test: Pass, Fail # issue 9895 | 40 full_stacktrace1_test: Pass, Fail # issue 9895 |
| 39 full_stacktrace2_test: Pass, Fail # issue 9895 | 41 full_stacktrace2_test: Pass, Fail # issue 9895 |
| 40 full_stacktrace3_test: Pass, Fail # issue 9895 | 42 full_stacktrace3_test: Pass, Fail # issue 9895 |
| 41 # Stack traces may or may not end in a newline depending on the JS enging. | 43 # Stack traces may or may not end in a newline depending on the JS enging. |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 call_through_null_getter_test: Fail | 302 call_through_null_getter_test: Fail |
| 301 closure3_test: Fail | 303 closure3_test: Fail |
| 302 execute_finally3_test: Fail | 304 execute_finally3_test: Fail |
| 303 method_invocation_test: Fail | 305 method_invocation_test: Fail |
| 304 null_pointer_exception_test: Fail | 306 null_pointer_exception_test: Fail |
| 305 stack_overflow_test: Fail | 307 stack_overflow_test: Fail |
| 306 stack_overflow_stacktrace_test: Fail | 308 stack_overflow_stacktrace_test: Fail |
| 307 string_interpolate_npe_test: Fail | 309 string_interpolate_npe_test: Fail |
| 308 closure_call_wrong_argument_count_negative_test: Skip | 310 closure_call_wrong_argument_count_negative_test: Skip |
| 309 label_test: Skip | 311 label_test: Skip |
| OLD | NEW |