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

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

Issue 1186033004: Update analyzer to reflect new rules for prefixes. (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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 list_literal4_test: RuntimeError # Issue 12890 194 list_literal4_test: RuntimeError # Issue 12890
195 built_in_identifier_test/01: CompileTimeError # Issue 13022 195 built_in_identifier_test/01: CompileTimeError # Issue 13022
196 196
197 scope_variable_test/01: MissingCompileTimeError # Issue 13016 197 scope_variable_test/01: MissingCompileTimeError # Issue 13016
198 198
199 numbers_test: RuntimeError, OK # Issue 1533 199 numbers_test: RuntimeError, OK # Issue 1533
200 canonical_const2_test: RuntimeError, OK # Issue 1533 200 canonical_const2_test: RuntimeError, OK # Issue 1533
201 bit_operations_test: RuntimeError, OK # Issue 1533 201 bit_operations_test: RuntimeError, OK # Issue 1533
202 expect_test: RuntimeError, OK # Issue 13080 202 expect_test: RuntimeError, OK # Issue 13080
203 203
204 illegal_invocation_test/01: MissingCompileTimeError # Issue 23611
205 prefix_unqualified_invocation_test/01: MissingCompileTimeError # Issue 23611
206 prefix_unqualified_invocation_test/02: MissingCompileTimeError # Issue 23611
207
204 [ $compiler == dart2js && $runtime == none ] 208 [ $compiler == dart2js && $runtime == none ]
205 *: Fail, Pass # TODO(ahe): Triage these tests. 209 *: Fail, Pass # TODO(ahe): Triage these tests.
206 210
207 [ $compiler == dart2js && $runtime == chrome && $system == macos ] 211 [ $compiler == dart2js && $runtime == chrome && $system == macos ]
208 await_future_test: Pass, Timeout # Issue 22695. 212 await_future_test: Pass, Timeout # Issue 22695.
209 async_await_test/none: Pass, Timeout # Issue 22695. 213 async_await_test/none: Pass, Timeout # Issue 22695.
210 async_await_test/02: Pass, Timeout # Issue 22695. 214 async_await_test/02: Pass, Timeout # Issue 22695.
211 async_await_test/03: Pass, Timeout # Issue 22695. 215 async_await_test/03: Pass, Timeout # Issue 22695.
212 216
213 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] 217 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)]
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 type_variable_typedef_test: Crash # type expression Foo<T> (typedef) 875 type_variable_typedef_test: Crash # type expression Foo<T> (typedef)
872 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1. 876 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1.
873 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available. 877 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available.
874 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available. 878 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available.
875 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available. 879 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available.
876 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 880 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
877 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 881 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
878 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 882 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
879 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 883 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
880 void_type_test: Crash # (switch (n){case 0:x... Unhandled node 884 void_type_test: Crash # (switch (n){case 0:x... 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