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

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

Issue 1638923002: Compile-time error if mixing class has a factory (Closed) Base URL: git@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
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 async_star_await_pauses_test: Fail, Timeout # Issue 22853 10 async_star_await_pauses_test: Fail, Timeout # Issue 22853
11 tearoff_basic_test: Skip # Tear-off not supported 11 tearoff_basic_test: Skip # Tear-off not supported
12 tearoff_constructor_basic_test: Skip # Tear-off not supported 12 tearoff_constructor_basic_test: Skip # Tear-off not supported
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 mixin_illegal_constructor_test/20: MissingCompileTimeError # 25587
18 mixin_illegal_constructor_test/21: MissingCompileTimeError # 25587
19
17 deep_nesting1_negative_test: Crash # Issue 25557 20 deep_nesting1_negative_test: Crash # Issue 25557
18 deep_nesting2_negative_test: Crash # Issue 25557 21 deep_nesting2_negative_test: Crash # Issue 25557
19 22
20 call_function_apply_test: RuntimeError # Issue 23873 23 call_function_apply_test: RuntimeError # Issue 23873
21 24
22 # The following tests are supposed to fail. 25 # The following tests are supposed to fail.
23 # When run for testing dart2js supports all dart:X libraries (because it 26 # When run for testing dart2js supports all dart:X libraries (because it
24 # uses '--categories=all'). 27 # uses '--categories=all').
25 library_env_test/has_no_html_support: RuntimeError, OK 28 library_env_test/has_no_html_support: RuntimeError, OK
26 library_env_test/has_no_io_support: RuntimeError, OK 29 library_env_test/has_no_io_support: RuntimeError, OK
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 313
311 [ $compiler == dart2js && $cps_ir && $host_checked == false ] 314 [ $compiler == dart2js && $cps_ir && $host_checked == false ]
312 regress_21795_test: Pass, RuntimeError # Due to inlining? 315 regress_21795_test: Pass, RuntimeError # Due to inlining?
313 316
314 [ $compiler == dart2js && $cps_ir && $host_checked ] 317 [ $compiler == dart2js && $cps_ir && $host_checked ]
315 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 318 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
316 async_throw_in_catch_test/none: Crash # Issue 24485 319 async_throw_in_catch_test/none: Crash # Issue 24485
317 execute_finally9_test: Crash # Issue 24485 320 execute_finally9_test: Crash # Issue 24485
318 regress_21795_test: Crash # Issue 24485 321 regress_21795_test: Crash # Issue 24485
319 regress_23537_test: Crash # Issue 24485 322 regress_23537_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/mixin_illegal_constructor_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698