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

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

Issue 2416513003: Fix issues with argument evaluation order and noSuchMethod errors. (Closed)
Patch Set: Created 4 years, 2 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
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 deferred_not_loaded_check_test: Fail # Issue 27577
6 getter_setter_in_lib_test: Fail # Issue 23288 7 getter_setter_in_lib_test: Fail # Issue 23288
7 method_name_test: Fail # issue 25574 8 method_name_test: Fail # issue 25574
8 setter4_test: CompileTimeError # issue 13639 9 setter4_test: CompileTimeError # issue 13639
9 10
10 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 11 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
11 tearoff_basic_test: Skip # Tear-off not supported 12 tearoff_basic_test: Skip # Tear-off not supported
12 tearoff_constructor_basic_test: Skip # Tear-off not supported 13 tearoff_constructor_basic_test: Skip # Tear-off not supported
13 14
14 try_catch_on_syntax_test/10: Fail # Issue 19823 15 try_catch_on_syntax_test/10: Fail # Issue 19823
15 try_catch_on_syntax_test/11: Fail # Issue 19823 16 try_catch_on_syntax_test/11: Fail # Issue 19823
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 try_finally_regress_25333_test: Crash # Issue 24485 366 try_finally_regress_25333_test: Crash # Issue 24485
366 367
367 [ $compiler == dart2js && $cps_ir && $checked ] 368 [ $compiler == dart2js && $cps_ir && $checked ]
368 *: Skip # `assert` not implemented 369 *: Skip # `assert` not implemented
369 370
370 [ $compiler == dart2js && $host_checked ] 371 [ $compiler == dart2js && $host_checked ]
371 regress_26855_test/1: Crash # Issue 26867 372 regress_26855_test/1: Crash # Issue 26867
372 regress_26855_test/2: Crash # Issue 26867 373 regress_26855_test/2: Crash # Issue 26867
373 regress_26855_test/3: Crash # Issue 26867 374 regress_26855_test/3: Crash # Issue 26867
374 regress_26855_test/4: Crash # Issue 26867 375 regress_26855_test/4: Crash # Issue 26867
OLDNEW
« no previous file with comments | « tests/language/deferred_not_loaded_check_test.dart ('k') | tests/language/regress_27572_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698