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

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

Issue 1696323002: dart2js cps: Update status files. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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 | « tests/corelib/corelib.status ('k') | 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 getter_setter_in_lib_test: Fail # Issue 23288 6 getter_setter_in_lib_test: Fail # Issue 23288
7 method_name_test: Fail # issue 25574 7 method_name_test: Fail # issue 25574
8 8
9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
10 async_star_await_pauses_test: Fail, Timeout # Issue 22853 10 async_star_await_pauses_test: Fail, Timeout # Issue 22853
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions 290 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions
291 call_closurization_test: RuntimeError # Bad type inference for ".call" tear-off. 291 call_closurization_test: RuntimeError # Bad type inference for ".call" tear-off.
292 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program. 292 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program.
293 gc_test: Crash # Internal Error: Pending statics (see above). 293 gc_test: Crash # Internal Error: Pending statics (see above).
294 if_null_assignment_static_test/29: Crash # Pending statics: JSArray 294 if_null_assignment_static_test/29: Crash # Pending statics: JSArray
295 if_null_assignment_static_test/31: Crash # Pending statics: JSArray 295 if_null_assignment_static_test/31: Crash # Pending statics: JSArray
296 if_null_assignment_static_test/32: Crash # Pending statics: JSArray 296 if_null_assignment_static_test/32: Crash # Pending statics: JSArray
297 if_null_assignment_static_test/33: Crash # Pending statics: JSArray 297 if_null_assignment_static_test/33: Crash # Pending statics: JSArray
298 if_null_assignment_static_test/35: Crash # Pending statics: JSArray 298 if_null_assignment_static_test/35: Crash # Pending statics: JSArray
299 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet 299 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
300 savannah_test: RuntimeError # Success depends on the variable hints. 300 many_calls_test: Crash # Internal Error: Pending statics (see above).
301 mixin_bound_test: RuntimeError # TypeError: Cannot read property 'toString$0' of undefined
302 string_interpolation_and_buffer_test: RuntimeError # Expect.isTrue(false) fails.
301 super_call4_test: RuntimeError # Please triage this failure. 303 super_call4_test: RuntimeError # Please triage this failure.
302 super_getter_setter_test: RuntimeError # Expect.equals(expected: <42>, actual: < null>) fails. 304 super_getter_setter_test: RuntimeError # Expect.equals(expected: <42>, actual: < null>) fails.
303 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 305 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
304 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 306 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
305 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et 307 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et
306 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 308 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
307 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 309 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
308 switch8_test: Crash # Pending statics: JSArray 310 switch8_test: Crash # Pending statics: JSArray
309 311
310 [ $compiler == dart2js && $cps_ir && $host_checked == false ] 312 [ $compiler == dart2js && $cps_ir && $host_checked == false ]
311 regress_21795_test: Pass, RuntimeError # Due to inlining? 313 regress_21795_test: Pass, RuntimeError # Due to inlining?
312 314
313 [ $compiler == dart2js && $cps_ir && $host_checked ] 315 [ $compiler == dart2js && $cps_ir && $host_checked ]
314 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 316 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
315 async_throw_in_catch_test/none: Crash # Issue 24485 317 async_throw_in_catch_test/none: Crash # Issue 24485
316 execute_finally9_test: Crash # Issue 24485 318 execute_finally9_test: Crash # Issue 24485
317 regress_21795_test: Crash # Issue 24485 319 regress_21795_test: Crash # Issue 24485
318 regress_23537_test: Crash # Issue 24485 320 regress_23537_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698