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

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

Issue 1653833002: Add shared tests demonstrating bugs #25624, #25625, and #25626. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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
« no previous file with comments | « tests/language/language_analyzer2.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 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
(...skipping 16 matching lines...) Expand all
27 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773 27 mixin_supertype_subclass4_test: CompileTimeError # Issue 23773
28 mixin_of_mixin_test: CompileTimeError # Issue 23773 28 mixin_of_mixin_test: CompileTimeError # Issue 23773
29 29
30 # The following tests are supposed to fail. 30 # The following tests are supposed to fail.
31 # When run for testing dart2js supports all dart:X libraries (because it 31 # When run for testing dart2js supports all dart:X libraries (because it
32 # uses '--categories=all'). 32 # uses '--categories=all').
33 library_env_test/has_no_html_support: RuntimeError, OK 33 library_env_test/has_no_html_support: RuntimeError, OK
34 library_env_test/has_no_io_support: RuntimeError, OK 34 library_env_test/has_no_io_support: RuntimeError, OK
35 library_env_test/has_no_mirror_support: RuntimeError, OK 35 library_env_test/has_no_mirror_support: RuntimeError, OK
36 36
37 accessor_conflict_export2_test: Crash # Issue 25626
38 accessor_conflict_export_test: Crash # Issue 25626
39 accessor_conflict_import2_test: RuntimeError # Issue 25626
40 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626
41 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626
42 accessor_conflict_import_test: RuntimeError # Issue 25626
43
37 [ $compiler == dart2js && $runtime == jsshell ] 44 [ $compiler == dart2js && $runtime == jsshell ]
38 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 45 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728
39 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728 46 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728
40 47
41 [ $compiler == dart2js && $browser ] 48 [ $compiler == dart2js && $browser ]
42 config_import_test: Fail # Test flag is not passed to the compiler. 49 config_import_test: Fail # Test flag is not passed to the compiler.
43 50
44 [ $compiler == dart2js ] 51 [ $compiler == dart2js ]
45 invocation_mirror_empty_arguments_test: Fail # Issue 24331 52 invocation_mirror_empty_arguments_test: Fail # Issue 24331
46 nan_identical_test: Fail # Issue 11551 53 nan_identical_test: Fail # Issue 11551
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 309
303 [ $compiler == dart2js && $cps_ir && $host_checked == false ] 310 [ $compiler == dart2js && $cps_ir && $host_checked == false ]
304 regress_21795_test: Pass, RuntimeError # Due to inlining? 311 regress_21795_test: Pass, RuntimeError # Due to inlining?
305 312
306 [ $compiler == dart2js && $cps_ir && $host_checked ] 313 [ $compiler == dart2js && $cps_ir && $host_checked ]
307 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 314 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
308 async_throw_in_catch_test/none: Crash # Issue 24485 315 async_throw_in_catch_test/none: Crash # Issue 24485
309 execute_finally9_test: Crash # Issue 24485 316 execute_finally9_test: Crash # Issue 24485
310 regress_21795_test: Crash # Issue 24485 317 regress_21795_test: Crash # Issue 24485
311 regress_23537_test: Crash # Issue 24485 318 regress_23537_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698