| 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 symbol_literal_test/*: Fail # Issue 21825 | 6 symbol_literal_test/*: Fail # Issue 21825 |
| 7 constructor_duplicate_final_test/01: Fail # Issue 13363 | 7 constructor_duplicate_final_test/01: Fail # Issue 13363 |
| 8 constructor_duplicate_final_test/02: Fail # Issue 13363 | 8 constructor_duplicate_final_test/02: Fail # Issue 13363 |
| 9 override_inheritance_mixed_test/08: Fail # Issue 18124 | 9 override_inheritance_mixed_test/08: Fail # Issue 18124 |
| 10 override_inheritance_mixed_test/09: Fail # Issue 18124 | 10 override_inheritance_mixed_test/09: Fail # Issue 18124 |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 bit_operations_test: RuntimeError, OK # Issue 1533 | 159 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 160 expect_test: RuntimeError, OK # Issue 13080 | 160 expect_test: RuntimeError, OK # Issue 13080 |
| 161 | 161 |
| 162 [ $compiler == dart2js && $runtime == none ] | 162 [ $compiler == dart2js && $runtime == none ] |
| 163 *: Fail, Pass # TODO(ahe): Triage these tests. | 163 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 164 | 164 |
| 165 | 165 |
| 166 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime ==
safari || $runtime == safarimobilesim)] | 166 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime ==
safari || $runtime == safarimobilesim)] |
| 167 round_test: Fail, OK # Common JavaScript engine Math.round bug. | 167 round_test: Fail, OK # Common JavaScript engine Math.round bug. |
| 168 | 168 |
| 169 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
| 170 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) |
| 171 call_through_getter_test: Fail, OK |
| 172 |
| 169 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 173 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 170 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. | 174 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. |
| 171 | 175 |
| 172 [ $runtime == opera ] | 176 [ $runtime == opera ] |
| 173 null_access_error_test: Fail # Issue: 7413 | 177 null_access_error_test: Fail # Issue: 7413 |
| 174 string_interpolate_null_test: Fail # Issue: 7413 | 178 string_interpolate_null_test: Fail # Issue: 7413 |
| 175 call_through_null_getter_test: Fail | 179 call_through_null_getter_test: Fail |
| 176 closure3_test: Fail | 180 closure3_test: Fail |
| 177 execute_finally3_test: Fail | 181 execute_finally3_test: Fail |
| 178 method_invocation_test: Fail | 182 method_invocation_test: Fail |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 | 263 |
| 260 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 264 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 261 super_call4_test: Fail, OK # hardcoded names. | 265 super_call4_test: Fail, OK # hardcoded names. |
| 262 | 266 |
| 263 [ $minified ] | 267 [ $minified ] |
| 264 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 268 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 265 | 269 |
| 266 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 270 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 267 *deferred*: Skip # Issue 17458 | 271 *deferred*: Skip # Issue 17458 |
| 268 cha_deopt*: Skip # Issue 17458 | 272 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |