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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 map_literal4_test: RuntimeError # Issue 12891 | 139 map_literal4_test: RuntimeError # Issue 12891 |
140 built_in_identifier_test/01: CompileTimeError # Issue 13022 | 140 built_in_identifier_test/01: CompileTimeError # Issue 13022 |
141 | 141 |
142 scope_variable_test/01: MissingCompileTimeError # Issue 13016 | 142 scope_variable_test/01: MissingCompileTimeError # Issue 13016 |
143 | 143 |
144 numbers_test: RuntimeError, OK # Issue 1533 | 144 numbers_test: RuntimeError, OK # Issue 1533 |
145 canonical_const2_test: RuntimeError, OK # Issue 1533 | 145 canonical_const2_test: RuntimeError, OK # Issue 1533 |
146 bit_operations_test: RuntimeError, OK # Issue 1533 | 146 bit_operations_test: RuntimeError, OK # Issue 1533 |
147 expect_test: RuntimeError, OK # Issue 13080 | 147 expect_test: RuntimeError, OK # Issue 13080 |
148 | 148 |
149 null_test/none: RuntimeError # Issue 12482 | |
150 | |
151 [ ($compiler == dart2js || $compiler == dart2dart) && $checked ] | 149 [ ($compiler == dart2js || $compiler == dart2dart) && $checked ] |
152 cyclic_typedef_test/07: Crash # Issue 15237 | 150 cyclic_typedef_test/07: Crash # Issue 15237 |
153 | 151 |
154 [ ($compiler == dart2js || $compiler == dart2dart) && $unchecked ] | 152 [ ($compiler == dart2js || $compiler == dart2dart) && $unchecked ] |
155 type_check_const_function_typedef2_test/00: MissingCompileTimeError, OK | 153 type_check_const_function_typedef2_test/00: MissingCompileTimeError, OK |
156 | 154 |
157 [ $compiler == dart2js && $runtime == none ] | 155 [ $compiler == dart2js && $runtime == none ] |
158 *: Fail, Pass # TODO(ahe): Triage these tests. | 156 *: Fail, Pass # TODO(ahe): Triage these tests. |
159 | 157 |
160 | 158 |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 super_call4_test: Fail, OK # hardcoded names. | 286 super_call4_test: Fail, OK # hardcoded names. |
289 | 287 |
290 [ $minified ] | 288 [ $minified ] |
291 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 289 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
292 | 290 |
293 [ $runtime == ie9 ] | 291 [ $runtime == ie9 ] |
294 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 292 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
295 | 293 |
296 [ $compiler == dart2js && $host_checked ] | 294 [ $compiler == dart2js && $host_checked ] |
297 const_factory_with_body_test/01: Crash | 295 const_factory_with_body_test/01: Crash |
OLD | NEW |