| 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 18 matching lines...) Expand all Loading... |
| 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 # Fails due to inlining. Not all expected frames are in the trace. | 32 # Fails due to inlining. Not all expected frames are in the trace. |
| 33 full_stacktrace1_test: Pass, Fail # issue 9895 | 33 full_stacktrace1_test: Pass, Fail # issue 9895 |
| 34 full_stacktrace2_test: Pass, Fail # issue 9895 | 34 full_stacktrace2_test: Pass, Fail # issue 9895 |
| 35 full_stacktrace3_test: Pass, Fail # issue 9895 | 35 full_stacktrace3_test: Pass, Fail # issue 9895 |
| 36 # Stack traces may or may not end in a newline depending on the JS enging. | 36 # Stack traces may or may not end in a newline depending on the JS enging. |
| 37 stacktrace_test: Pass, Fail # Assumes stack trace string ends in newline. | 37 stacktrace_test: Pass, Fail # Assumes stack trace string ends in newline. |
| 38 | 38 |
| 39 error_stacktrace_test: Fail # (Issue 11681). |
| 40 |
| 39 # VM specific tests that should not be run by dart2js. | 41 # VM specific tests that should not be run by dart2js. |
| 40 *vm_test: Skip | 42 *vm_test: Skip |
| 41 *vm_negative_test: Skip | 43 *vm_negative_test: Skip |
| 42 | 44 |
| 43 [ ($compiler == dart2js || $compiler == dart2dart) && $unchecked ] | 45 [ ($compiler == dart2js || $compiler == dart2dart) && $unchecked ] |
| 44 type_parameter_test/05: Fail, OK # No way of specifying a compile-time type erro
r in checked mode only. | 46 type_parameter_test/05: Fail, OK # No way of specifying a compile-time type erro
r in checked mode only. |
| 45 | 47 |
| 46 [ $compiler == dart2js && $checked ] | 48 [ $compiler == dart2js && $checked ] |
| 47 checked_setter2_test: Fail # dartbug.com/11273 | 49 checked_setter2_test: Fail # dartbug.com/11273 |
| 48 default_factory2_test/01: Fail | 50 default_factory2_test/01: Fail |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 call_through_null_getter_test: Fail | 307 call_through_null_getter_test: Fail |
| 306 closure3_test: Fail | 308 closure3_test: Fail |
| 307 execute_finally3_test: Fail | 309 execute_finally3_test: Fail |
| 308 method_invocation_test: Fail | 310 method_invocation_test: Fail |
| 309 null_pointer_exception_test: Fail | 311 null_pointer_exception_test: Fail |
| 310 stack_overflow_test: Fail | 312 stack_overflow_test: Fail |
| 311 stack_overflow_stacktrace_test: Fail | 313 stack_overflow_stacktrace_test: Fail |
| 312 string_interpolate_npe_test: Fail | 314 string_interpolate_npe_test: Fail |
| 313 closure_call_wrong_argument_count_negative_test: Skip | 315 closure_call_wrong_argument_count_negative_test: Skip |
| 314 label_test: Skip | 316 label_test: Skip |
| OLD | NEW |