| 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 getter_setter_in_lib_test: Fail # Issue 23288 | 9 getter_setter_in_lib_test: Fail # Issue 23288 |
| 10 | 10 |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 scope_variable_test/01: MissingCompileTimeError # Issue 13016 | 177 scope_variable_test/01: MissingCompileTimeError # Issue 13016 |
| 178 | 178 |
| 179 numbers_test: RuntimeError, OK # Issue 1533 | 179 numbers_test: RuntimeError, OK # Issue 1533 |
| 180 canonical_const2_test: RuntimeError, OK # Issue 1533 | 180 canonical_const2_test: RuntimeError, OK # Issue 1533 |
| 181 bit_operations_test: RuntimeError, OK # Issue 1533 | 181 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 182 expect_test: RuntimeError, OK # Issue 13080 | 182 expect_test: RuntimeError, OK # Issue 13080 |
| 183 | 183 |
| 184 [ $compiler == dart2js && $runtime == none ] | 184 [ $compiler == dart2js && $runtime == none ] |
| 185 *: Fail, Pass # TODO(ahe): Triage these tests. | 185 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 186 | 186 |
| 187 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
| 188 await_future_test: Pass, Timeout # Issue 22695. |
| 189 async_await_test/none: Pass, Timeout # Issue 22695. |
| 190 async_await_test/02: Pass, Timeout # Issue 22695. |
| 191 async_await_test/03: Pass, Timeout # Issue 22695. |
| 192 |
| 187 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] | 193 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
| 188 round_test: Fail, OK # Common JavaScript engine Math.round bug. | 194 round_test: Fail, OK # Common JavaScript engine Math.round bug. |
| 189 | 195 |
| 190 [ $compiler == dart2js && $runtime == ff ] | 196 [ $compiler == dart2js && $runtime == ff ] |
| 191 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round
bug. | 197 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round
bug. |
| 192 | 198 |
| 193 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] | 199 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
| 194 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) | 200 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) |
| 195 call_through_getter_test: Fail, OK | 201 call_through_getter_test: Fail, OK |
| 196 | 202 |
| (...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 965 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen
ted. | 971 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen
ted. |
| 966 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo
r Func1. | 972 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo
r Func1. |
| 967 typevariable_substitution2_test/01: Crash # Please triage this failure. | 973 typevariable_substitution2_test/01: Crash # Please triage this failure. |
| 968 typevariable_substitution2_test/02: Crash # Please triage this failure. | 974 typevariable_substitution2_test/02: Crash # Please triage this failure. |
| 969 typevariable_substitution2_test/none: Crash # Please triage this failure. | 975 typevariable_substitution2_test/none: Crash # Please triage this failure. |
| 970 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type
check unimplemented for _Nullary. | 976 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type
check unimplemented for _Nullary. |
| 971 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 977 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
| 972 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 978 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
| 973 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. | 979 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f
or _Nullary. |
| 974 void_type_test: Crash # Unhandled node | 980 void_type_test: Crash # Unhandled node |
| OLD | NEW |