Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: tests/language/language_dart2js.status

Issue 1149633010: Reenable async-tests on macos chrome - they are not failing anymore. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
193 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] 187 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)]
194 round_test: Fail, OK # Common JavaScript engine Math.round bug. 188 round_test: Fail, OK # Common JavaScript engine Math.round bug.
195 189
196 [ $compiler == dart2js && $runtime == ff ] 190 [ $compiler == dart2js && $runtime == ff ]
197 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round bug. 191 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round bug.
198 192
199 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] 193 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)]
200 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85 .10.17.1)) 194 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85 .10.17.1))
201 call_through_getter_test: Fail, OK 195 call_through_getter_test: Fail, OK
202 196
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted. 965 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted.
972 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1. 966 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1.
973 typevariable_substitution2_test/01: Crash # Please triage this failure. 967 typevariable_substitution2_test/01: Crash # Please triage this failure.
974 typevariable_substitution2_test/02: Crash # Please triage this failure. 968 typevariable_substitution2_test/02: Crash # Please triage this failure.
975 typevariable_substitution2_test/none: Crash # Please triage this failure. 969 typevariable_substitution2_test/none: Crash # Please triage this failure.
976 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 970 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
977 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 971 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
978 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 972 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
979 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 973 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
980 void_type_test: Crash # Unhandled node 974 void_type_test: Crash # Unhandled node
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698