| 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 bad_constructor_test/05: CompileTimeError # Issue 13669 | 6 bad_constructor_test/05: CompileTimeError # Issue 13669 |
| 7 malformed_test/05: MissingCompileTimeError # Issue 12695 | 7 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 8 malformed_test/06: MissingCompileTimeError # Issue 12695 | 8 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
| 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 | 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). | 120 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). |
| 121 generic_closure_test: RuntimeError # Issue 12605 | 121 generic_closure_test: RuntimeError # Issue 12605 |
| 122 call_closurization_test: RuntimeError # Issue 17474 | 122 call_closurization_test: RuntimeError # Issue 17474 |
| 123 | 123 |
| 124 # Compilation errors. | 124 # Compilation errors. |
| 125 const_var_test: CompileTimeError # Issue 12793 | 125 const_var_test: CompileTimeError # Issue 12793 |
| 126 map_literal3_test: CompileTimeError # Issue 12793 | 126 map_literal3_test: CompileTimeError # Issue 12793 |
| 127 method_override5_test: RuntimeError # Issue 12809 | 127 method_override5_test: RuntimeError # Issue 12809 |
| 128 external_test/13: CompileTimeError # Issue 12887 | 128 external_test/13: CompileTimeError # Issue 12887 |
| 129 list_literal4_test: RuntimeError # Issue 12890 | 129 list_literal4_test: RuntimeError # Issue 12890 |
| 130 map_literal4_test: RuntimeError # Issue 12891 | |
| 131 built_in_identifier_test/01: CompileTimeError # Issue 13022 | 130 built_in_identifier_test/01: CompileTimeError # Issue 13022 |
| 132 | 131 |
| 133 scope_variable_test/01: MissingCompileTimeError # Issue 13016 | 132 scope_variable_test/01: MissingCompileTimeError # Issue 13016 |
| 134 | 133 |
| 135 numbers_test: RuntimeError, OK # Issue 1533 | 134 numbers_test: RuntimeError, OK # Issue 1533 |
| 136 canonical_const2_test: RuntimeError, OK # Issue 1533 | 135 canonical_const2_test: RuntimeError, OK # Issue 1533 |
| 137 bit_operations_test: RuntimeError, OK # Issue 1533 | 136 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 138 expect_test: RuntimeError, OK # Issue 13080 | 137 expect_test: RuntimeError, OK # Issue 13080 |
| 139 | 138 |
| 140 [ ($compiler == dart2js || $compiler == dart2dart) && $unchecked ] | 139 [ ($compiler == dart2js || $compiler == dart2dart) && $unchecked ] |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 | 259 |
| 261 [ ($compiler == dart2js && $csp)] | 260 [ ($compiler == dart2js && $csp)] |
| 262 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 | 261 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 |
| 263 deferred_constraints_constants_test/*: Skip # Issue 16898 | 262 deferred_constraints_constants_test/*: Skip # Issue 16898 |
| 264 deferred_no_such_method_test*: Skip # Issue 16898 | 263 deferred_no_such_method_test*: Skip # Issue 16898 |
| 265 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 | 264 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 |
| 266 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 | 265 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 |
| 267 | 266 |
| 268 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 267 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 269 *deferred*: Skip # Issue 17458 | 268 *deferred*: Skip # Issue 17458 |
| OLD | NEW |