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

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

Issue 2085003002: Parse field initializer expressions in the correct scope class (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 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 | « runtime/vm/parser.cc ('k') | tests/language/regress_18713_test.dart » ('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 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 tearoff_basic_test: Skip # Tear-off not supported 10 tearoff_basic_test: Skip # Tear-off not supported
11 tearoff_constructor_basic_test: Skip # Tear-off not supported 11 tearoff_constructor_basic_test: Skip # Tear-off not supported
12 12
13 try_catch_on_syntax_test/10: Fail # Issue 19823 13 try_catch_on_syntax_test/10: Fail # Issue 19823
14 try_catch_on_syntax_test/11: Fail # Issue 19823 14 try_catch_on_syntax_test/11: Fail # Issue 19823
15 15
16 deep_nesting1_negative_test: Crash # Issue 25557 16 deep_nesting1_negative_test: Crash # Issue 25557
17 deep_nesting2_negative_test: Crash # Issue 25557 17 deep_nesting2_negative_test: Crash # Issue 25557
18 18
19 regress_18713_test: Fail # Issue 26743
20
19 call_function_apply_test: RuntimeError # Issue 23873 21 call_function_apply_test: RuntimeError # Issue 23873
20 mixin_supertype_subclass_test: CompileTimeError # Issue 23773 22 mixin_supertype_subclass_test: CompileTimeError # Issue 23773
21 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773 23 mixin_supertype_subclass2_test: CompileTimeError # Issue 23773
22 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773 24 mixin_supertype_subclass3_test: CompileTimeError # Issue 23773
23 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 25 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773
24 mixin_of_mixin_test: CompileTimeError # Issue 23773 26 mixin_of_mixin_test: CompileTimeError # Issue 23773
25 27
26 # The following tests are supposed to fail. 28 # The following tests are supposed to fail.
27 # In testing-mode, dart2js supports all dart:X libraries (because it 29 # In testing-mode, dart2js supports all dart:X libraries (because it
28 # uses '--categories=all'). 30 # uses '--categories=all').
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 accessor_conflict_export_test: Crash # Duplicate export of 'x' 327 accessor_conflict_export_test: Crash # Duplicate export of 'x'
326 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 328 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
327 async_throw_in_catch_test/none: Crash # Issue 24485 329 async_throw_in_catch_test/none: Crash # Issue 24485
328 execute_finally9_test: Crash # Issue 24485 330 execute_finally9_test: Crash # Issue 24485
329 regress_21795_test: Crash # Issue 24485 331 regress_21795_test: Crash # Issue 24485
330 regress_23537_test: Crash # Issue 24485 332 regress_23537_test: Crash # Issue 24485
331 try_finally_regress_25333_test: Crash # Issue 24485 333 try_finally_regress_25333_test: Crash # Issue 24485
332 334
333 [ $compiler == dart2js && $cps_ir && $checked ] 335 [ $compiler == dart2js && $cps_ir && $checked ]
334 *: Skip # `assert` not implemented 336 *: Skip # `assert` not implemented
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/regress_18713_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698