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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 malbounded_type_cast_test: Fail # Issue 14123 | 272 malbounded_type_cast_test: Fail # Issue 14123 |
273 malbounded_type_test_test/01: Fail # Issue 14131 | 273 malbounded_type_test_test/01: Fail # Issue 14131 |
274 malbounded_instantiation_test/01: Fail # Issue 14132 | 274 malbounded_instantiation_test/01: Fail # Issue 14132 |
275 | 275 |
276 [ $compiler == dart2dart && $minified ] | 276 [ $compiler == dart2dart && $minified ] |
277 cyclic_type_test: Fail # Issue 12605. | 277 cyclic_type_test: Fail # Issue 12605. |
278 cyclic_type2_test: Fail # Issue 12605. | 278 cyclic_type2_test: Fail # Issue 12605. |
279 super_getter_setter_test: Fail # Issue 11065. | 279 super_getter_setter_test: Fail # Issue 11065. |
280 f_bounded_quantification4_test: Fail # Issue 12605. | 280 f_bounded_quantification4_test: Fail # Issue 12605. |
281 f_bounded_quantification5_test: Fail # Issue 12605. | 281 f_bounded_quantification5_test: Fail # Issue 12605. |
282 many_overridden_no_such_method_test: Pass, Fail # Issue 13078 | |
283 overridden_no_such_method_test: Pass, Fail # Issue 13078 | |
284 no_such_method_test: Pass, Fail # Issue 13078 | |
285 type_variable_typedef_test: Fail # Issue 11467 | 282 type_variable_typedef_test: Fail # Issue 11467 |
286 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 283 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
287 | 284 |
288 import_core_prefix_test: Pass | 285 import_core_prefix_test: Pass |
289 prefix22_test: Pass | 286 prefix22_test: Pass |
290 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 287 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
291 super_call4_test: Fail, OK # hardcoded names. | 288 super_call4_test: Fail, OK # hardcoded names. |
292 | 289 |
293 [ $minified ] | 290 [ $minified ] |
294 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 291 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
295 | 292 |
296 [ $runtime == ie9 ] | 293 [ $runtime == ie9 ] |
297 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 294 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
298 | 295 |
299 [ $compiler == dart2js && $host_checked ] | 296 [ $compiler == dart2js && $host_checked ] |
300 const_factory_with_body_test/01: Crash | 297 const_factory_with_body_test/01: Crash |
OLD | NEW |