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

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

Issue 1616143003: Lower map literals to constructor or function calls in builder (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: 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/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 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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 299 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
300 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 300 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
301 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et 301 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et
302 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 302 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
303 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 303 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
304 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc h case 304 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc h case
305 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch case 305 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch case
306 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw itch case 306 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw itch case
307 switch8_test: Crash # Pending statics: JSArray 307 switch8_test: Crash # Pending statics: JSArray
308 type_variable_closure2_test: RuntimeError # Issue 25309: T lost in List<T> 308 type_variable_closure2_test: RuntimeError # Issue 25309: T lost in List<T>
309 type_variable_closure4_test: RuntimeError # T lost in <T,T>{}
310 type_variable_field_initializer_closure_test: RuntimeError # Issue 25309: T lost in List<T> 309 type_variable_field_initializer_closure_test: RuntimeError # Issue 25309: T lost in List<T>
311 type_variable_field_initializer_test: RuntimeError # Issue 25309: T lost in List <T> 310 type_variable_field_initializer_test: RuntimeError # Issue 25309: T lost in List <T>
312 type_variable_nested_test: RuntimeError # Issue 25309: T lost in List<T> 311 type_variable_nested_test: RuntimeError # Issue 25309: T lost in List<T>
313 312
314 [ $compiler == dart2js && $cps_ir && $host_checked == false ] 313 [ $compiler == dart2js && $cps_ir && $host_checked == false ]
315 regress_21795_test: Pass, RuntimeError # Due to inlining? 314 regress_21795_test: Pass, RuntimeError # Due to inlining?
316 315
317 [ $compiler == dart2js && $cps_ir && $host_checked ] 316 [ $compiler == dart2js && $cps_ir && $host_checked ]
318 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 317 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
319 async_throw_in_catch_test/none: Crash # Issue 24485 318 async_throw_in_catch_test/none: Crash # Issue 24485
320 execute_finally9_test: Crash # Issue 24485 319 execute_finally9_test: Crash # Issue 24485
321 regress_21795_test: Crash # Issue 24485 320 regress_21795_test: Crash # Issue 24485
322 regress_23537_test: Crash # Issue 24485 321 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