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

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

Issue 1227353002: Refactor handling of library prefixes. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Update unittest expectations. Created 5 years, 5 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/compiler/dart2js/semantic_visitor_test_send_data.dart ('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 15 matching lines...) Expand all
26 override_inheritance_mixed_test/08: Fail # Issue 18124 26 override_inheritance_mixed_test/08: Fail # Issue 18124
27 override_inheritance_mixed_test/09: Fail # Issue 18124 27 override_inheritance_mixed_test/09: Fail # Issue 18124
28 bad_constructor_test/05: CompileTimeError # Issue 13669 28 bad_constructor_test/05: CompileTimeError # Issue 13669
29 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 29 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
30 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 30 full_stacktrace2_test: Pass, RuntimeError # Issue 12698
31 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 31 full_stacktrace3_test: Pass, RuntimeError # Issue 12698
32 stacktrace_test: Pass, RuntimeError # # Issue 12698 32 stacktrace_test: Pass, RuntimeError # # Issue 12698
33 stacktrace_rethrow_nonerror_test: Pass, RuntimeError # Issue 12698 33 stacktrace_rethrow_nonerror_test: Pass, RuntimeError # Issue 12698
34 stacktrace_rethrow_error_test: Pass, RuntimeError # Issue 12698 34 stacktrace_rethrow_error_test: Pass, RuntimeError # Issue 12698
35 instantiate_type_variable_test/01: CompileTimeError # Issue 13631 35 instantiate_type_variable_test/01: CompileTimeError # Issue 13631
36 library_ambiguous_test/00: CompileTimeError # Issue 13632
37 library_ambiguous_test/01: CompileTimeError # Issue 13632
38 library_ambiguous_test/02: CompileTimeError # Issue 13632
39 library_ambiguous_test/03: CompileTimeError # Issue 13632
40 type_variable_conflict_test/01: Fail # Issue 13702 36 type_variable_conflict_test/01: Fail # Issue 13702
41 type_variable_conflict_test/02: Fail # Issue 13702 37 type_variable_conflict_test/02: Fail # Issue 13702
42 type_variable_conflict_test/03: Fail # Issue 13702 38 type_variable_conflict_test/03: Fail # Issue 13702
43 type_variable_conflict_test/04: Fail # Issue 13702 39 type_variable_conflict_test/04: Fail # Issue 13702
44 type_variable_conflict_test/05: Fail # Issue 13702 40 type_variable_conflict_test/05: Fail # Issue 13702
45 type_variable_conflict_test/06: Fail # Issue 13702 41 type_variable_conflict_test/06: Fail # Issue 13702
46 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # Issue 15101 42 mixin_forwarding_constructor4_test/01: MissingCompileTimeError # Issue 15101
47 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # Issue 15101 43 mixin_forwarding_constructor4_test/02: MissingCompileTimeError # Issue 15101
48 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # Issue 15101 44 mixin_forwarding_constructor4_test/03: MissingCompileTimeError # Issue 15101
49 mixin_super_constructor_named_test/01: Fail # Issue 15101 45 mixin_super_constructor_named_test/01: Fail # Issue 15101
50 mixin_super_constructor_positionals_test/01: Fail # Issue 15101 46 mixin_super_constructor_positionals_test/01: Fail # Issue 15101
51 47
52 ref_before_declaration_test/00: MissingCompileTimeError 48 ref_before_declaration_test/00: MissingCompileTimeError
53 ref_before_declaration_test/01: MissingCompileTimeError 49 ref_before_declaration_test/01: MissingCompileTimeError
54 ref_before_declaration_test/02: MissingCompileTimeError 50 ref_before_declaration_test/02: MissingCompileTimeError
55 ref_before_declaration_test/03: MissingCompileTimeError 51 ref_before_declaration_test/03: MissingCompileTimeError
56 ref_before_declaration_test/04: MissingCompileTimeError 52 ref_before_declaration_test/04: MissingCompileTimeError
57 ref_before_declaration_test/05: MissingCompileTimeError 53 ref_before_declaration_test/05: MissingCompileTimeError
58 ref_before_declaration_test/06: MissingCompileTimeError 54 ref_before_declaration_test/06: MissingCompileTimeError
59 55
60 regress_22976_test/01: CompileTimeError # Issue 23132 56 regress_22976_test/01: CompileTimeError # Issue 23132
61 regress_22976_test/02: CompileTimeError # Issue 23132 57 regress_22976_test/02: CompileTimeError # Issue 23132
62 58
63 if_null_assignment_behavior_test/13: Crash # Issue 23491 59 if_null_assignment_behavior_test/13: Crash # Issue 23491
64 if_null_assignment_behavior_test/14: Crash # Issue 23491 60 if_null_assignment_behavior_test/14: Crash # Issue 23491
65 nullaware_opt_test: Fail # Fails at e?.f ??= 200; 61 nullaware_opt_test: Fail # Fails at e?.f ??= 200;
66 62
67 conditional_method_invocation_test/11: MissingCompileTimeError # Issue 23611
68 conditional_property_access_test/09: MissingCompileTimeError # Issue 23611
69 conditional_property_assignment_test/20: MissingCompileTimeError # Issue 23611
70 conditional_property_assignment_test/21: MissingCompileTimeError # Issue 23611
71 conditional_property_assignment_test/22: MissingCompileTimeError # Issue 23611
72 if_null_assignment_behavior_test/29: Crash # Issue 23611 63 if_null_assignment_behavior_test/29: Crash # Issue 23611
73 if_null_assignment_behavior_test/30: Crash # Issue 23611 64 if_null_assignment_behavior_test/30: Crash # Issue 23611
74 prefix_assignment_test/01: Crash # Issue 23611 65 prefix_assignment_test/01: Crash # Issue 23611
75 prefix_assignment_test/02: Crash # Issue 23611 66 prefix_assignment_test/02: Crash # Issue 23611
76 prefix_identifier_reference_test/01: MissingCompileTimeError # Issue 23611
77 prefix_identifier_reference_test/02: MissingCompileTimeError # Issue 23611
78 prefix_identifier_reference_test/03: MissingCompileTimeError # Issue 23611
79 prefix_identifier_reference_test/04: Crash # Issue 23611 67 prefix_identifier_reference_test/04: Crash # Issue 23611
80 prefix_identifier_reference_test/05: Crash # Issue 23611 68 prefix_identifier_reference_test/05: Crash # Issue 23611
81 prefix_unqualified_invocation_test/01: RuntimeError # Issue 23611
82 69
83 const_error_multiply_initialized_test/02: CompileTimeError # Issue 23618 70 const_error_multiply_initialized_test/02: CompileTimeError # Issue 23618
84 const_error_multiply_initialized_test/04: CompileTimeError # Issue 23618 71 const_error_multiply_initialized_test/04: CompileTimeError # Issue 23618
85 72
86 # VM specific tests that should not be run by dart2js. 73 # VM specific tests that should not be run by dart2js.
87 vm/*: Skip # Issue 12699 74 vm/*: Skip # Issue 12699
88 75
89 [ $compiler == dart2js && $checked ] 76 [ $compiler == dart2js && $checked ]
90 type_variable_bounds_test/02: Fail # Issue 12702 77 type_variable_bounds_test/02: Fail # Issue 12702
91 type_variable_bounds2_test/01: Fail # Issue 12702 78 type_variable_bounds2_test/01: Fail # Issue 12702
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 list_literal4_test: RuntimeError # Issue 12890 186 list_literal4_test: RuntimeError # Issue 12890
200 built_in_identifier_test/01: CompileTimeError # Issue 13022 187 built_in_identifier_test/01: CompileTimeError # Issue 13022
201 188
202 scope_variable_test/01: MissingCompileTimeError # Issue 13016 189 scope_variable_test/01: MissingCompileTimeError # Issue 13016
203 190
204 numbers_test: RuntimeError, OK # Issue 1533 191 numbers_test: RuntimeError, OK # Issue 1533
205 canonical_const2_test: RuntimeError, OK # Issue 1533 192 canonical_const2_test: RuntimeError, OK # Issue 1533
206 bit_operations_test: RuntimeError, OK # Issue 1533 193 bit_operations_test: RuntimeError, OK # Issue 1533
207 expect_test: RuntimeError, OK # Issue 13080 194 expect_test: RuntimeError, OK # Issue 13080
208 195
209 illegal_invocation_test/01: MissingCompileTimeError # Issue 23611
210 prefix_unqualified_invocation_test/01: MissingCompileTimeError # Issue 23611
211 prefix_unqualified_invocation_test/02: MissingCompileTimeError # Issue 23611
212
213 [ $compiler == dart2js && $runtime == none ] 196 [ $compiler == dart2js && $runtime == none ]
214 *: Fail, Pass # TODO(ahe): Triage these tests. 197 *: Fail, Pass # TODO(ahe): Triage these tests.
215 198
216 [ $compiler == dart2js && $runtime == chrome && $system == macos ] 199 [ $compiler == dart2js && $runtime == chrome && $system == macos ]
217 await_future_test: Pass, Timeout # Issue 22695. 200 await_future_test: Pass, Timeout # Issue 22695.
218 async_await_test/none: Pass, Timeout # Issue 22695. 201 async_await_test/none: Pass, Timeout # Issue 22695.
219 async_await_test/02: Pass, Timeout # Issue 22695. 202 async_await_test/02: Pass, Timeout # Issue 22695.
220 async_await_test/03: Pass, Timeout # Issue 22695. 203 async_await_test/03: Pass, Timeout # Issue 22695.
221 204
222 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] 205 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)]
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 try_catch_test/none: Crash # The null object does not have a getter '_element'. 493 try_catch_test/none: Crash # The null object does not have a getter '_element'.
511 type_parameter_test/01: Crash # Invalid argument(s) 494 type_parameter_test/01: Crash # Invalid argument(s)
512 type_parameter_test/02: Crash # Invalid argument(s) 495 type_parameter_test/02: Crash # Invalid argument(s)
513 type_parameter_test/03: Crash # Invalid argument(s) 496 type_parameter_test/03: Crash # Invalid argument(s)
514 type_parameter_test/04: Crash # Invalid argument(s) 497 type_parameter_test/04: Crash # Invalid argument(s)
515 type_parameter_test/05: Crash # Invalid argument(s) 498 type_parameter_test/05: Crash # Invalid argument(s)
516 type_parameter_test/06: Crash # Invalid argument(s) 499 type_parameter_test/06: Crash # Invalid argument(s)
517 type_parameter_test/none: Crash # Invalid argument(s) 500 type_parameter_test/none: Crash # Invalid argument(s)
518 type_variable_closure2_test: RuntimeError # Please triage this failure. 501 type_variable_closure2_test: RuntimeError # Please triage this failure.
519 type_variable_closure_test: Crash # Invalid argument(s) 502 type_variable_closure_test: Crash # Invalid argument(s)
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/semantic_visitor_test_send_data.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698