| 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 ] | 5 [ $compiler == dart2js ] |
| 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
| 9 | 9 |
| 10 [ $compiler == dart2js && $runtime == jsshell ] | 10 [ $compiler == dart2js && $runtime == jsshell ] |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 scope_variable_test/01: MissingCompileTimeError # Issue 13016 | 148 scope_variable_test/01: MissingCompileTimeError # Issue 13016 |
| 149 | 149 |
| 150 numbers_test: RuntimeError, OK # Issue 1533 | 150 numbers_test: RuntimeError, OK # Issue 1533 |
| 151 canonical_const2_test: RuntimeError, OK # Issue 1533 | 151 canonical_const2_test: RuntimeError, OK # Issue 1533 |
| 152 bit_operations_test: RuntimeError, OK # Issue 1533 | 152 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 153 expect_test: RuntimeError, OK # Issue 13080 | 153 expect_test: RuntimeError, OK # Issue 13080 |
| 154 | 154 |
| 155 [ $compiler == dart2js && $runtime == none ] | 155 [ $compiler == dart2js && $runtime == none ] |
| 156 *: Fail, Pass # TODO(ahe): Triage these tests. | 156 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 157 | 157 |
| 158 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
| 159 await_future_test: Pass, Timeout # Issue 22695. |
| 158 | 160 |
| 159 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] | 161 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
| 160 round_test: Fail, OK # Common JavaScript engine Math.round bug. | 162 round_test: Fail, OK # Common JavaScript engine Math.round bug. |
| 161 | 163 |
| 162 [ $compiler == dart2js && $runtime == ff ] | 164 [ $compiler == dart2js && $runtime == ff ] |
| 163 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round
bug. | 165 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round
bug. |
| 164 | 166 |
| 165 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] | 167 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
| 166 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) | 168 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) |
| 167 call_through_getter_test: Fail, OK | 169 call_through_getter_test: Fail, OK |
| 168 | 170 |
| 169 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 171 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 170 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. | 172 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. |
| 171 | 173 |
| 172 [ $runtime == opera ] | |
| 173 null_access_error_test: Fail # Issue: 7413 | |
| 174 string_interpolate_null_test: Fail # Issue: 7413 | |
| 175 call_through_null_getter_test: Fail | |
| 176 closure3_test: Fail | |
| 177 execute_finally3_test: Fail | |
| 178 method_invocation_test: Fail | |
| 179 stack_overflow_test: Fail | |
| 180 stack_overflow_stacktrace_test: Fail | |
| 181 closure_call_wrong_argument_count_negative_test: Skip | |
| 182 label_test: Skip | |
| 183 | |
| 184 [ $compiler == dart2dart && $builder_tag == new_backend ] | 174 [ $compiler == dart2dart && $builder_tag == new_backend ] |
| 185 asyncstar_throw_in_catch_test: RuntimeError # Issue 21404 | 175 asyncstar_throw_in_catch_test: RuntimeError # Issue 21404 |
| 186 regress_13494_test: Pass # Issue 22370, passes for the wrong reason | 176 regress_13494_test: Pass # Issue 22370, passes for the wrong reason |
| 187 | 177 |
| 188 [ $compiler == dart2dart && $builder_tag == new_backend && $host_checked ] | 178 [ $compiler == dart2dart && $builder_tag == new_backend && $host_checked ] |
| 189 large_implicit_getter_test: Crash # Stack overflow | 179 large_implicit_getter_test: Crash # Stack overflow |
| 190 | 180 |
| 191 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ] | 181 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ] |
| 192 # This test fails in minified, because the type-argument is | 182 # This test fails in minified, because the type-argument is |
| 193 # renamed, but the symbol naming it it is not. | 183 # renamed, but the symbol naming it it is not. |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 260 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 271 super_call4_test: Fail, OK # hardcoded names. | 261 super_call4_test: Fail, OK # hardcoded names. |
| 272 | 262 |
| 273 [ $minified ] | 263 [ $minified ] |
| 274 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 264 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 275 regress_21795_test: RuntimeError # Issue 12605 | 265 regress_21795_test: RuntimeError # Issue 12605 |
| 276 | 266 |
| 277 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 267 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 278 *deferred*: Skip # Issue 17458 | 268 *deferred*: Skip # Issue 17458 |
| 279 cha_deopt*: Skip # Issue 17458 | 269 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |