| 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 284 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 285 super_call4_test: Fail, OK # hardcoded names. | 285 super_call4_test: Fail, OK # hardcoded names. |
| 286 | 286 |
| 287 [ $minified ] | 287 [ $minified ] |
| 288 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 288 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 289 | 289 |
| 290 [ $runtime == ie9 ] | 290 [ $runtime == ie9 ] |
| 291 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 291 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| 292 deferred_constraints_type_annotation_test/*: Fail, Pass # http://dartbug.com/126
35 | 292 deferred_constraints_type_annotation_test/*: Fail, Pass # http://dartbug.com/126
35 |
| 293 deferred_constraints_constants_test/*: Fail, Pass # http://dartbug.com/12635 | 293 deferred_constraints_constants_test/*: Fail, Pass # http://dartbug.com/12635 |
| 294 deferred_constraints_type_annotation_old_syntax_test/*: Fail, Pass # http://dart
bug.com/12635 |
| 295 deferred_constraints_constants_old_syntax_test/*: Fail, Pass # http://dartbug.co
m/12635 |
| 294 | 296 |
| 295 [ ($compiler == dart2js && $csp)] | 297 [ ($compiler == dart2js && $csp)] |
| 296 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 | 298 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 |
| 297 deferred_constraints_constants_test/*: Skip # Issue 16898 | 299 deferred_constraints_constants_test/*: Skip # Issue 16898 |
| 300 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 |
| 301 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 |
| 298 | 302 |
| 299 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 303 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 300 *deferred*: Skip # Issue 17458 | 304 *deferred*: Skip # Issue 17458 |
| OLD | NEW |