| 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 override_inheritance_mixed_test/08: Fail # Issue 18124 | 6 override_inheritance_mixed_test/08: Fail # Issue 18124 |
| 7 override_inheritance_mixed_test/09: Fail # Issue 18124 | 7 override_inheritance_mixed_test/09: Fail # Issue 18124 |
| 8 bad_constructor_test/05: CompileTimeError # Issue 13669 | 8 bad_constructor_test/05: CompileTimeError # Issue 13669 |
| 9 malformed_test/05: MissingCompileTimeError # Issue 12695 | 9 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 10 malformed_test/06: MissingCompileTimeError # Issue 12695 | 10 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 bit_operations_test: RuntimeError, OK # Issue 1533 | 139 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 140 expect_test: RuntimeError, OK # Issue 13080 | 140 expect_test: RuntimeError, OK # Issue 13080 |
| 141 | 141 |
| 142 [ ($compiler == dart2js || $compiler == dart2dart) && $unchecked ] | 142 [ ($compiler == dart2js || $compiler == dart2dart) && $unchecked ] |
| 143 type_check_const_function_typedef2_test/00: MissingCompileTimeError, OK | 143 type_check_const_function_typedef2_test/00: MissingCompileTimeError, OK |
| 144 | 144 |
| 145 [ $compiler == dart2js && $runtime == none ] | 145 [ $compiler == dart2js && $runtime == none ] |
| 146 *: Fail, Pass # TODO(ahe): Triage these tests. | 146 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 147 | 147 |
| 148 | 148 |
| 149 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime ==
ie9 || $runtime == safari)] | 149 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime ==
ie9 || $runtime == safari || $runtime == safarimobilesim)] |
| 150 round_test: Fail, OK # Common JavaScript engine Math.round bug. | 150 round_test: Fail, OK # Common JavaScript engine Math.round bug. |
| 151 | 151 |
| 152 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 152 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 153 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. | 153 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. |
| 154 | 154 |
| 155 [ $compiler == dart2js && $runtime == ie9 ] | 155 [ $compiler == dart2js && $runtime == ie9 ] |
| 156 double_to_string_as_exponential3_test: Fail # Issue 12750 | 156 double_to_string_as_exponential3_test: Fail # Issue 12750 |
| 157 double_to_string_as_fixed_test: Fail # Issue 12750 | 157 double_to_string_as_fixed_test: Fail # Issue 12750 |
| 158 double_to_string_as_precision3_test: Fail # Issue 12750 | 158 double_to_string_as_precision3_test: Fail # Issue 12750 |
| 159 expect_test: Fail # Issue 13080 | 159 expect_test: Fail # Issue 13080 |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 | 257 |
| 258 [ ($compiler == dart2js && $csp)] | 258 [ ($compiler == dart2js && $csp)] |
| 259 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 | 259 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 |
| 260 deferred_constraints_constants_test/*: Skip # Issue 16898 | 260 deferred_constraints_constants_test/*: Skip # Issue 16898 |
| 261 deferred_no_such_method_test*: Skip # Issue 16898 | 261 deferred_no_such_method_test*: Skip # Issue 16898 |
| 262 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 | 262 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 |
| 263 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 | 263 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 |
| 264 | 264 |
| 265 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 265 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 266 *deferred*: Skip # Issue 17458 | 266 *deferred*: Skip # Issue 17458 |
| OLD | NEW |