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

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

Issue 1939053002: Add test on dart2js static analysis of method type parameters. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Review response Created 4 years, 7 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 tearoff_basic_test: Skip # Tear-off not supported 10 tearoff_basic_test: Skip # Tear-off not supported
(...skipping 22 matching lines...) Expand all
33 accessor_conflict_import2_test: RuntimeError # Issue 25626 33 accessor_conflict_import2_test: RuntimeError # Issue 25626
34 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626 34 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25626
35 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626 35 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25626
36 accessor_conflict_import_test: RuntimeError # Issue 25626 36 accessor_conflict_import_test: RuntimeError # Issue 25626
37 37
38 # Experimental feature: Syntactic support for generic methods. 38 # Experimental feature: Syntactic support for generic methods.
39 generic_functions_test: CompileTimeError # Issue 25835 39 generic_functions_test: CompileTimeError # Issue 25835
40 generic_local_functions_test: CompileTimeError # Issue 25835 40 generic_local_functions_test: CompileTimeError # Issue 25835
41 generic_methods_test: CompileTimeError # Issue 25835 41 generic_methods_test: CompileTimeError # Issue 25835
42 generic_sends_test: CompileTimeError # Issue 25835 42 generic_sends_test: CompileTimeError # Issue 25835
43 generic_method_type_usage_test: CompiletimeError # Tests --generic-method-syntax , plus issue 25835
43 44
44 [ $compiler == dart2js && $runtime == jsshell ] 45 [ $compiler == dart2js && $runtime == jsshell ]
45 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 46 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728
46 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728 47 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728
47 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss ue 7728 48 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss ue 7728
48 async_star_no_cancel_test: RuntimeError # Need triage 49 async_star_no_cancel_test: RuntimeError # Need triage
49 async_star_no_cancel2_test: RuntimeError # Need triage 50 async_star_no_cancel2_test: RuntimeError # Need triage
50 51
51 [ $compiler == dart2js && $browser ] 52 [ $compiler == dart2js && $browser ]
52 config_import_test: Fail # Test flag is not passed to the compiler. 53 config_import_test: Fail # Test flag is not passed to the compiler.
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 accessor_conflict_export_test: Crash # Duplicate export of 'x' 314 accessor_conflict_export_test: Crash # Duplicate export of 'x'
314 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 315 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
315 async_throw_in_catch_test/none: Crash # Issue 24485 316 async_throw_in_catch_test/none: Crash # Issue 24485
316 execute_finally9_test: Crash # Issue 24485 317 execute_finally9_test: Crash # Issue 24485
317 regress_21795_test: Crash # Issue 24485 318 regress_21795_test: Crash # Issue 24485
318 regress_23537_test: Crash # Issue 24485 319 regress_23537_test: Crash # Issue 24485
319 try_finally_regress_25333_test: Crash # Issue 24485 320 try_finally_regress_25333_test: Crash # Issue 24485
320 321
321 [ $compiler == dart2js && $cps_ir && $checked ] 322 [ $compiler == dart2js && $cps_ir && $checked ]
322 *: Skip # `assert` not implemented 323 *: Skip # `assert` not implemented
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