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

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

Issue 1584543002: dart2js cps: Support inlining constructors with type arguments. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update status files and unit tests Created 4 years, 11 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/compiler/dart2js/cps_ir/input/constructor_9.dart ('k') | tests/lib/lib.status » ('j') | 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 7
8 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 8 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
9 async_star_await_pauses_test: Fail, Timeout # Issue 22853 9 async_star_await_pauses_test: Fail, Timeout # Issue 22853
10 tearoff_basic_test: Skip # Tear-off not supported 10 tearoff_basic_test: Skip # Tear-off not supported
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 call_closurization_test: RuntimeError # Bad type inference for ".call" tear-off. 269 call_closurization_test: RuntimeError # Bad type inference for ".call" tear-off.
270 closure_in_constructor_test: RuntimeError # Please triage this failure. 270 closure_in_constructor_test: RuntimeError # Please triage this failure.
271 closures_initializer_test: RuntimeError # Please triage this failure. 271 closures_initializer_test: RuntimeError # Please triage this failure.
272 constructor12_test: RuntimeError # Please triage this failure. 272 constructor12_test: RuntimeError # Please triage this failure.
273 deferred_super_dependency_test/01: Crash # Class 'PartialMethodElement' has no i nstance getter 'initializer'. 273 deferred_super_dependency_test/01: Crash # Class 'PartialMethodElement' has no i nstance getter 'initializer'.
274 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program. 274 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program.
275 first_class_types_test: RuntimeError # Please triage this failure. 275 first_class_types_test: RuntimeError # Please triage this failure.
276 generic2_test: RuntimeError # Please triage this failure. 276 generic2_test: RuntimeError # Please triage this failure.
277 generic_instanceof_test: RuntimeError # Please triage this failure. 277 generic_instanceof_test: RuntimeError # Please triage this failure.
278 generic_native_test: RuntimeError # Please triage this failure. 278 generic_native_test: RuntimeError # Please triage this failure.
279 gc_test: Crash # Internal Error: Pending statics (see above).
280 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case 279 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case
281 instanceof2_test: RuntimeError # Please triage this failure. 280 instanceof2_test: RuntimeError # Please triage this failure.
282 instanceof4_test/01: RuntimeError # Please triage this failure. 281 instanceof4_test/01: RuntimeError # Please triage this failure.
283 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet 282 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
284 list_is_test: RuntimeError # Please triage this failure. 283 list_is_test: RuntimeError # Please triage this failure.
285 list_test: RuntimeError # Please triage this failure. 284 list_test: RuntimeError # Please triage this failure.
286 many_generic_instanceof_test: RuntimeError # Please triage this failure. 285 many_generic_instanceof_test: RuntimeError # Please triage this failure.
287 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case 286 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case
288 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] )) {}): await for 287 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] )) {}): await for
289 stack_trace_test: Fail # Stack trace not preserved when inlining? 288 stack_trace_test: Fail # Stack trace not preserved when inlining?
(...skipping 15 matching lines...) Expand all
305 304
306 [ $compiler == dart2js && $cps_ir && $host_checked == false ] 305 [ $compiler == dart2js && $cps_ir && $host_checked == false ]
307 regress_21795_test: Pass, RuntimeError # Due to inlining? 306 regress_21795_test: Pass, RuntimeError # Due to inlining?
308 307
309 [ $compiler == dart2js && $cps_ir && $host_checked ] 308 [ $compiler == dart2js && $cps_ir && $host_checked ]
310 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 309 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
311 async_throw_in_catch_test/none: Crash # Issue 24485 310 async_throw_in_catch_test/none: Crash # Issue 24485
312 execute_finally9_test: Crash # Issue 24485 311 execute_finally9_test: Crash # Issue 24485
313 regress_21795_test: Crash # Issue 24485 312 regress_21795_test: Crash # Issue 24485
314 regress_23537_test: Crash # Issue 24485 313 regress_23537_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/cps_ir/input/constructor_9.dart ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698