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

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

Issue 1173523002: Fix analyzer's handling of import prefixes not followed by '.'. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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') | tests/language/prefix_assignment_test.dart » ('j') | 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 ref_before_declaration_test/04: MissingCompileTimeError 56 ref_before_declaration_test/04: MissingCompileTimeError
57 ref_before_declaration_test/05: MissingCompileTimeError 57 ref_before_declaration_test/05: MissingCompileTimeError
58 ref_before_declaration_test/06: MissingCompileTimeError 58 ref_before_declaration_test/06: MissingCompileTimeError
59 59
60 regress_22976_test/01: CompileTimeError # Issue 23132 60 regress_22976_test/01: CompileTimeError # Issue 23132
61 regress_22976_test/02: CompileTimeError # Issue 23132 61 regress_22976_test/02: CompileTimeError # Issue 23132
62 62
63 if_null_assignment_behavior_test/13: Crash # Issue 23491 63 if_null_assignment_behavior_test/13: Crash # Issue 23491
64 if_null_assignment_behavior_test/14: Crash # Issue 23491 64 if_null_assignment_behavior_test/14: Crash # Issue 23491
65 65
66 conditional_method_invocation_test/11: MissingCompileTimeError # Issue 23611
67 conditional_property_access_test/09: MissingCompileTimeError # Issue 23611
68 conditional_property_assignment_test/20: MissingCompileTimeError # Issue 23611
69 conditional_property_assignment_test/21: MissingCompileTimeError # Issue 23611
70 conditional_property_assignment_test/22: MissingCompileTimeError # Issue 23611
71 if_null_assignment_behavior_test/29: Crash # Issue 23611
72 if_null_assignment_behavior_test/30: Crash # Issue 23611
73 prefix_assignment_test/01: Crash # Issue 23611
74 prefix_assignment_test/02: Crash # Issue 23611
75 prefix_identifier_reference_test/01: MissingCompileTimeError # Issue 23611
76 prefix_identifier_reference_test/02: MissingCompileTimeError # Issue 23611
77 prefix_identifier_reference_test/03: MissingCompileTimeError # Issue 23611
78 prefix_identifier_reference_test/04: Crash # Issue 23611
79 prefix_identifier_reference_test/05: Crash # Issue 23611
80 prefix_unqualified_invocation_test/01: RuntimeError # Issue 23611
81
66 # VM specific tests that should not be run by dart2js. 82 # VM specific tests that should not be run by dart2js.
67 vm/*: Skip # Issue 12699 83 vm/*: Skip # Issue 12699
68 84
69 [ $compiler == dart2js && $checked ] 85 [ $compiler == dart2js && $checked ]
70 type_variable_bounds_test/02: Fail # Issue 12702 86 type_variable_bounds_test/02: Fail # Issue 12702
71 type_variable_bounds2_test/01: Fail # Issue 12702 87 type_variable_bounds2_test/01: Fail # Issue 12702
72 type_variable_bounds2_test/04: Fail # Issue 12702 88 type_variable_bounds2_test/04: Fail # Issue 12702
73 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). 89 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons).
74 type_variable_bounds3_test/00: Fail # Issue 12702 90 type_variable_bounds3_test/00: Fail # Issue 12702
75 closure_type_test: Fail # Issue 12745 91 closure_type_test: Fail # Issue 12745
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
945 type_variable_typedef_test: Crash # type expression Foo<T> (typedef) 961 type_variable_typedef_test: Crash # type expression Foo<T> (typedef)
946 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1. 962 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1.
947 typevariable_substitution2_test/01: Crash # Please triage this failure. 963 typevariable_substitution2_test/01: Crash # Please triage this failure.
948 typevariable_substitution2_test/02: Crash # Please triage this failure. 964 typevariable_substitution2_test/02: Crash # Please triage this failure.
949 typevariable_substitution2_test/none: Crash # Please triage this failure. 965 typevariable_substitution2_test/none: Crash # Please triage this failure.
950 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 966 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
951 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 967 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
952 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 968 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
953 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 969 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
954 void_type_test: Crash # Unhandled node 970 void_type_test: Crash # Unhandled node
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/prefix_assignment_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698