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

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

Issue 1323573002: Prepare for computation of NewStructure in Resolution. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix erroneous prefix. Created 5 years, 3 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/co19/co19-dart2js.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 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 18 matching lines...) Expand all
29 constructor_duplicate_final_test/02: Fail # Issue 13363 29 constructor_duplicate_final_test/02: Fail # Issue 13363
30 override_inheritance_mixed_test/08: Fail # Issue 18124 30 override_inheritance_mixed_test/08: Fail # Issue 18124
31 override_inheritance_mixed_test/09: Fail # Issue 18124 31 override_inheritance_mixed_test/09: Fail # Issue 18124
32 bad_constructor_test/05: CompileTimeError # Issue 13669 32 bad_constructor_test/05: CompileTimeError # Issue 13669
33 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 33 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
34 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 34 full_stacktrace2_test: Pass, RuntimeError # Issue 12698
35 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 35 full_stacktrace3_test: Pass, RuntimeError # Issue 12698
36 stacktrace_test: Pass, RuntimeError # # Issue 12698 36 stacktrace_test: Pass, RuntimeError # # Issue 12698
37 stacktrace_rethrow_nonerror_test: Pass, RuntimeError # Issue 12698 37 stacktrace_rethrow_nonerror_test: Pass, RuntimeError # Issue 12698
38 stacktrace_rethrow_error_test: Pass, RuntimeError # Issue 12698 38 stacktrace_rethrow_error_test: Pass, RuntimeError # Issue 12698
39 instantiate_type_variable_test/01: CompileTimeError # Issue 13631
40 type_variable_conflict_test/01: Fail # Issue 13702 39 type_variable_conflict_test/01: Fail # Issue 13702
41 type_variable_conflict_test/02: Fail # Issue 13702 40 type_variable_conflict_test/02: Fail # Issue 13702
42 type_variable_conflict_test/03: Fail # Issue 13702 41 type_variable_conflict_test/03: Fail # Issue 13702
43 type_variable_conflict_test/04: Fail # Issue 13702 42 type_variable_conflict_test/04: Fail # Issue 13702
44 type_variable_conflict_test/05: Fail # Issue 13702 43 type_variable_conflict_test/05: Fail # Issue 13702
45 type_variable_conflict_test/06: Fail # Issue 13702 44 type_variable_conflict_test/06: Fail # Issue 13702
46 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # Issue 15101 45 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # Issue 15101
47 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # Issue 15101 46 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # Issue 15101
48 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # Issue 15101 47 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # Issue 15101
49 mixin_super_constructor_named_test/01: Fail # Issue 15101 48 mixin_super_constructor_named_test/01: Fail # Issue 15101
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 138
140 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream bles/d8.js 139 malformed_test/none: Fail # Expect failure in lib/_internal/js_runtime/lib/pream bles/d8.js
141 140
142 type_variable_conflict2_test/01: RuntimeError # Issue 19725 141 type_variable_conflict2_test/01: RuntimeError # Issue 19725
143 142
144 branch_canonicalization_test: RuntimeError # Issue 638. 143 branch_canonicalization_test: RuntimeError # Issue 638.
145 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596 144 identical_closure2_test: RuntimeError # Issue 1533, Issue 12596
146 integer_division_by_zero_test: RuntimeError # Issue 8301 145 integer_division_by_zero_test: RuntimeError # Issue 8301
147 built_in_identifier_prefix_test: CompileTimeError # Issue 6972 146 built_in_identifier_prefix_test: CompileTimeError # Issue 6972
148 number_identity2_test: RuntimeError # Issue 12596 147 number_identity2_test: RuntimeError # Issue 12596
149 new_expression_type_args_test/00: CompileTimeError # Issue 5519
150 new_expression_type_args_test/01: CompileTimeError # Issue 5519
151 double_int_to_string_test: RuntimeError # Issue 1533 148 double_int_to_string_test: RuntimeError # Issue 1533
152 mint_arithmetic_test: RuntimeError # Issue 1533 149 mint_arithmetic_test: RuntimeError # Issue 1533
153 left_shift_test: RuntimeError # Issue 1533 150 left_shift_test: RuntimeError # Issue 1533
154 factory_redirection_test/01: CompileTimeError # Issue 12752
155 bad_override_test/01: CompileTimeError # Issue 11496 151 bad_override_test/01: CompileTimeError # Issue 11496
156 bad_override_test/02: CompileTimeError # Issue 11496 152 bad_override_test/02: CompileTimeError # Issue 11496
157 constructor_named_arguments_test/01: CompileTimeError # Issue 5519 153 constructor_named_arguments_test/01: CompileTimeError # Issue 5519
158 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838 154 not_enough_positional_arguments_test/01: CompileTimeError # Issue 12838
159 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838 155 not_enough_positional_arguments_test/02: CompileTimeError # Issue 12838
160 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838 156 not_enough_positional_arguments_test/05: CompileTimeError # Issue 12838
161 metadata_test: CompileTimeError # Issue 5841 157 metadata_test: CompileTimeError # Issue 5841
162 infinity_test: RuntimeError # Issue 4984 158 infinity_test: RuntimeError # Issue 4984
163 mixin_mixin2_test: RuntimeError # Issue 13109. 159 mixin_mixin2_test: RuntimeError # Issue 13109.
164 mixin_mixin3_test: RuntimeError # Issue 13109. 160 mixin_mixin3_test: RuntimeError # Issue 13109.
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions 281 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions
286 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h andle sync*/async* functions 282 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h andle sync*/async* functions
287 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy nc*/async* functions 283 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy nc*/async* functions
288 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async * functions 284 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async * functions
289 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions 285 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions
290 await_for_cancel_test: Crash # (await for(var x in controller.stream){for(int j= 0;j<10;j++ ){if(j==5)continue outer;}}): await for 286 await_for_cancel_test: Crash # (await for(var x in controller.stream){for(int j= 0;j<10;j++ ){if(j==5)continue outer;}}): await for
291 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break ;t4.record(x);}): await for 287 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break ;t4.record(x);}): await for
292 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for 288 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for
293 await_future_test: RuntimeError # Please triage this failure. 289 await_future_test: RuntimeError # Please triage this failure.
294 await_regression_test: RuntimeError # Please triage this failure. 290 await_regression_test: RuntimeError # Please triage this failure.
295 await_test: RuntimeError # $async$temp1.S is not a function
296 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented 291 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented
297 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented 292 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented
298 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented 293 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented
299 closure_in_constructor_test: RuntimeError # Typed lists. 294 closure_in_constructor_test: RuntimeError # Typed lists.
300 closures_initializer_test: RuntimeError # Please triage this failure. 295 closures_initializer_test: RuntimeError # Please triage this failure.
301 const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle sync*/a sync* functions 296 const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle sync*/a sync* functions
302 constructor12_test: RuntimeError # Please triage this failure. 297 constructor12_test: RuntimeError # Please triage this failure.
303 crash_6725_test/01: Crash # unsupported operation on erroneous element 298 crash_6725_test/01: Crash # unsupported operation on erroneous element
304 cyclic_default_values_test: RuntimeError # Z.cyclic_default_values_test__foo$clo sure is not a function 299 cyclic_default_values_test: RuntimeError # Z.cyclic_default_values_test__foo$clo sure is not a function
305 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i s not implemented 300 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i s not implemented
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle sync* /async* functions 391 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle sync* /async* functions
397 sync_generator3_test/test2: Crash # (g()sync*{try {yield "a";throw "pow!";}final ly {yield "b";}}): cannot handle sync*/async* functions 392 sync_generator3_test/test2: Crash # (g()sync*{try {yield "a";throw "pow!";}final ly {yield "b";}}): cannot handle sync*/async* functions
398 syncstar_less_than_test: Crash # (Iterable<int> foo()... cannot handle sync*/as ync* functions 393 syncstar_less_than_test: Crash # (Iterable<int> foo()... cannot handle sync*/as ync* functions
399 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p++ ;yield p+i;}): cannot handle sync*/async* functions 394 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p++ ;yield p+i;}): cannot handle sync*/async* functions
400 syncstar_yield_test/none: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p ++ ;yield p+i;}): cannot handle sync*/async* functions 395 syncstar_yield_test/none: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p ++ ;yield p+i;}): cannot handle sync*/async* functions
401 syncstar_yieldstar_test: Crash # (foo()sync*{yield* [1,2,3];yield null;yield* ba r();}): cannot handle sync*/async* functions 396 syncstar_yieldstar_test: Crash # (foo()sync*{yield* [1,2,3];yield null;yield* ba r();}): cannot handle sync*/async* functions
402 type_variable_closure2_test: RuntimeError # Please triage this failure. 397 type_variable_closure2_test: RuntimeError # Please triage this failure.
403 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 398 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
404 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 399 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
405 type_variable_nested_test: RuntimeError # Please triage this failure. 400 type_variable_nested_test: RuntimeError # Please triage this failure.
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698