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

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

Issue 2664593002: Port parser and scanner fixes from rasta branch. (Closed)
Patch Set: Update status files. Created 3 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
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 enum_test: Fail # Issue 28340 6 enum_test: Fail # Issue 28340
7 deferred_not_loaded_check_test: Fail # Issue 27577 7 deferred_not_loaded_check_test: Fail # Issue 27577
8 getter_setter_in_lib_test: Fail # Issue 23288 8 getter_setter_in_lib_test: Fail # Issue 23288
9 method_name_test: Fail # issue 25574 9 method_name_test: Fail # issue 25574
10 setter4_test: CompileTimeError # issue 13639 10 setter4_test: CompileTimeError # issue 13639
11 11
12 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 12 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
13 13
14 try_catch_on_syntax_test/10: Fail # Issue 19823 14 try_catch_on_syntax_test/10: Fail # Issue 19823
15 try_catch_on_syntax_test/11: Fail # Issue 19823 15 try_catch_on_syntax_test/11: Fail # Issue 19823
16 16
17 deep_nesting1_negative_test: Crash # Issue 25557
18 deep_nesting2_negative_test: Crash # Issue 25557
19
20 call_function_apply_test: RuntimeError # Issue 23873 17 call_function_apply_test: RuntimeError # Issue 23873
21 mixin_supertype_subclass_test: CompileTimeError # Issue 23773 18 mixin_supertype_subclass_test: CompileTimeError # Issue 23773
22 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773 19 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773
23 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773 20 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773
24 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 21 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773
25 mixin_of_mixin_test: CompileTimeError # Issue 23773 22 mixin_of_mixin_test: CompileTimeError # Issue 23773
26 23
27 # The following tests are supposed to fail. 24 # The following tests are supposed to fail.
28 # In testing-mode, dart2js supports all dart:X libraries (because it 25 # In testing-mode, dart2js supports all dart:X libraries (because it
29 # uses '--categories=all'). 26 # uses '--categories=all').
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 *: Skip # `assert` not implemented 356 *: Skip # `assert` not implemented
360 357
361 [ $compiler == dart2js && $host_checked ] 358 [ $compiler == dart2js && $host_checked ]
362 regress_26855_test/1: Crash # Issue 26867 359 regress_26855_test/1: Crash # Issue 26867
363 regress_26855_test/2: Crash # Issue 26867 360 regress_26855_test/2: Crash # Issue 26867
364 regress_26855_test/3: Crash # Issue 26867 361 regress_26855_test/3: Crash # Issue 26867
365 regress_26855_test/4: Crash # Issue 26867 362 regress_26855_test/4: Crash # Issue 26867
366 363
367 [ $compiler != dart2analyzer] 364 [ $compiler != dart2analyzer]
368 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status 365 switch_case_warn_test: SKIP # Analyzer only, see language_analyzer2.status
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698