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

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

Issue 1963703003: Adds `DartOptions` to generic method syntax tests (updated CL). (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Rebased on fresh master 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 17 matching lines...) Expand all
28 # uses '--categories=all'). 28 # uses '--categories=all').
29 library_env_test/has_no_html_support: RuntimeError, OK 29 library_env_test/has_no_html_support: RuntimeError, OK
30 library_env_test/has_no_io_support: RuntimeError, OK 30 library_env_test/has_no_io_support: RuntimeError, OK
31 library_env_test/has_no_mirror_support: RuntimeError, OK 31 library_env_test/has_no_mirror_support: RuntimeError, OK
32 32
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.
39 generic_functions_test: CompileTimeError # Issue 25835
40 generic_local_functions_test: CompileTimeError # Issue 25835
41 generic_methods_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
44
45 [ $compiler == dart2js && $runtime == jsshell ] 38 [ $compiler == dart2js && $runtime == jsshell ]
46 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 39 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728
47 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728 40 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728
48 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss ue 7728 41 regress_23996_test: RuntimeError # Jsshell does not provide non-zero timers, Iss ue 7728
49 async_star_no_cancel_test: RuntimeError # Need triage 42 async_star_no_cancel_test: RuntimeError # Need triage
50 async_star_no_cancel2_test: RuntimeError # Need triage 43 async_star_no_cancel2_test: RuntimeError # Need triage
51 44
52 [ $compiler == dart2js && $browser ] 45 [ $compiler == dart2js && $browser ]
53 config_import_test: Fail # Test flag is not passed to the compiler. 46 config_import_test: Fail # Test flag is not passed to the compiler.
54 47
48 # Experimental feature: Syntactic support for generic methods.
49 generic_functions_test: CompileTimeError # DartOptions not passed to compiler.
50 generic_local_functions_test: CompileTimeError # DartOptions not passed to compi ler.
51 generic_methods_test: CompileTimeError # DartOptions not passed to compiler.
52 generic_sends_test: CompileTimeError # DartOptions not passed to compiler.
53
55 [ $compiler == dart2js ] 54 [ $compiler == dart2js ]
56 invocation_mirror_empty_arguments_test: Fail # Issue 24331 55 invocation_mirror_empty_arguments_test: Fail # Issue 24331
57 nan_identical_test: Fail # Issue 11551 56 nan_identical_test: Fail # Issue 11551
58 symbol_literal_test/*: Fail # Issue 21825 57 symbol_literal_test/*: Fail # Issue 21825
59 constructor_duplicate_final_test/01: Fail # Issue 13363 58 constructor_duplicate_final_test/01: Fail # Issue 13363
60 constructor_duplicate_final_test/02: Fail # Issue 13363 59 constructor_duplicate_final_test/02: Fail # Issue 13363
61 override_inheritance_mixed_test/08: Fail # Issue 18124 60 override_inheritance_mixed_test/08: Fail # Issue 18124
62 override_inheritance_mixed_test/09: Fail # Issue 18124 61 override_inheritance_mixed_test/09: Fail # Issue 18124
63 bad_constructor_test/05: CompileTimeError # Issue 13669 62 bad_constructor_test/05: CompileTimeError # Issue 13669
64 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 63 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 malbounded_redirecting_factory_test/03: Fail # Issue 12825 125 malbounded_redirecting_factory_test/03: Fail # Issue 12825
127 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 126 malbounded_redirecting_factory2_test/02: Fail # Issue 12825
128 malbounded_redirecting_factory2_test/03: Fail # Issue 12825 127 malbounded_redirecting_factory2_test/03: Fail # Issue 12825
129 malbounded_instantiation_test/01: Fail # Issue 12702 128 malbounded_instantiation_test/01: Fail # Issue 12702
130 malbounded_type_cast_test: Fail # Issue 14121 129 malbounded_type_cast_test: Fail # Issue 14121
131 malbounded_type_cast2_test: Fail # Issue 14121 130 malbounded_type_cast2_test: Fail # Issue 14121
132 malbounded_type_test_test/03: Fail # Issue 14121 131 malbounded_type_test_test/03: Fail # Issue 14121
133 malbounded_type_test_test/04: Fail # Issue 14121 132 malbounded_type_test_test/04: Fail # Issue 14121
134 malbounded_type_test2_test: Fail # Issue 14121 133 malbounded_type_test2_test: Fail # Issue 14121
135 default_factory2_test/01: Fail # Issue 14121 134 default_factory2_test/01: Fail # Issue 14121
135 generic_functions_test: Crash # Issue 26436
136 generic_local_functions_test: Crash # Issue 26436
137 generic_methods_test: Crash # Issue 26436
136 138
137 [ $compiler == dart2js && $unchecked ] 139 [ $compiler == dart2js && $unchecked ]
138 type_checks_in_factory_method_test: RuntimeError # Issue 12746 140 type_checks_in_factory_method_test: RuntimeError # Issue 12746
139 assertion_test: RuntimeError # Issue 12748 141 assertion_test: RuntimeError # Issue 12748
140 generic_test: RuntimeError, OK 142 generic_test: RuntimeError, OK
141 map_literal4_test: RuntimeError, OK # Checked mode required. 143 map_literal4_test: RuntimeError, OK # Checked mode required.
142 named_parameters_type_test/01: MissingRuntimeError, OK 144 named_parameters_type_test/01: MissingRuntimeError, OK
143 named_parameters_type_test/02: MissingRuntimeError, OK 145 named_parameters_type_test/02: MissingRuntimeError, OK
144 named_parameters_type_test/03: MissingRuntimeError, OK 146 named_parameters_type_test/03: MissingRuntimeError, OK
145 positional_parameters_type_test/01: MissingRuntimeError, OK 147 positional_parameters_type_test/01: MissingRuntimeError, OK
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 accessor_conflict_export_test: Crash # Duplicate export of 'x' 319 accessor_conflict_export_test: Crash # Duplicate export of 'x'
318 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 320 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
319 async_throw_in_catch_test/none: Crash # Issue 24485 321 async_throw_in_catch_test/none: Crash # Issue 24485
320 execute_finally9_test: Crash # Issue 24485 322 execute_finally9_test: Crash # Issue 24485
321 regress_21795_test: Crash # Issue 24485 323 regress_21795_test: Crash # Issue 24485
322 regress_23537_test: Crash # Issue 24485 324 regress_23537_test: Crash # Issue 24485
323 try_finally_regress_25333_test: Crash # Issue 24485 325 try_finally_regress_25333_test: Crash # Issue 24485
324 326
325 [ $compiler == dart2js && $cps_ir && $checked ] 327 [ $compiler == dart2js && $cps_ir && $checked ]
326 *: Skip # `assert` not implemented 328 *: 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