| 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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 294 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| 295 deferred_constraints_test/type_annotation_generic1: Fail, Pass # http://dartbug.
com/12635 | 295 deferred_constraints_test/type_annotation_generic1: Fail, Pass # http://dartbug.
com/12635 |
| 296 deferred_constraints_test/type_annotation2: Fail, Pass # http://dartbug.com/1263
5 | 296 deferred_constraints_test/type_annotation2: Fail, Pass # http://dartbug.com/1263
5 |
| 297 deferred_constraints_test/type_annotation_generic4: Fail, Pass # http://dartbug.
com/12635 | 297 deferred_constraints_test/type_annotation_generic4: Fail, Pass # http://dartbug.
com/12635 |
| 298 | 298 |
| 299 [ $compiler == dart2js && $host_checked ] | 299 [ $compiler == dart2js && $host_checked ] |
| 300 const_factory_with_body_test/01: Crash | 300 const_factory_with_body_test/01: Crash |
| 301 | 301 |
| 302 [ ($compiler == dart2js && $csp)] | 302 [ ($compiler == dart2js && $csp)] |
| 303 deferred_constraints_test/*: Skip # Issue 16898 | 303 deferred_constraints_test/*: Skip # Issue 16898 |
| 304 |
| 305 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff) && $checked ] |
| 306 deferred_constraints_test/*: Fail, Pass # Issue 17335 |
| OLD | NEW |