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

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

Issue 1100073002: Allow access to type variables as expressions in factory constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « pkg/compiler/lib/src/resolution/members.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
11 async_star_test/02: RuntimeError # 22853 11 async_star_test/02: RuntimeError # 22853
12 async_star_test/05: RuntimeError, Timeout 12 async_star_test/05: RuntimeError, Timeout
13 13
14 try_catch_on_syntax_test/10: Fail # Issue 19823 14 try_catch_on_syntax_test/10: Fail # Issue 19823
15 try_catch_on_syntax_test/11: Fail # Issue 19823 15 try_catch_on_syntax_test/11: Fail # Issue 19823
16 16
17 deferred_load_constants_test/none: CompileTimeError # issue 22893 17 deferred_load_constants_test/none: CompileTimeError # issue 22893
18 18
19 [ $compiler == dart2js && $runtime == jsshell ] 19 [ $compiler == dart2js && $runtime == jsshell ]
20 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 20 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728
21 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728 21 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728
22 22
23 [ $compiler == dart2js || $compiler == dart2dart ] 23 [ $compiler == dart2js || $compiler == dart2dart ]
24 regress_22700_test: CompileTimeError # Issue 22700
25 reify_typevar_static_test/01: CompileTimeError # Issue 22700
26 symbol_literal_test/*: Fail # Issue 21825 24 symbol_literal_test/*: Fail # Issue 21825
27 constructor_duplicate_final_test/01: Fail # Issue 13363 25 constructor_duplicate_final_test/01: Fail # Issue 13363
28 constructor_duplicate_final_test/02: Fail # Issue 13363 26 constructor_duplicate_final_test/02: Fail # Issue 13363
29 override_inheritance_mixed_test/08: Fail # Issue 18124 27 override_inheritance_mixed_test/08: Fail # Issue 18124
30 override_inheritance_mixed_test/09: Fail # Issue 18124 28 override_inheritance_mixed_test/09: Fail # Issue 18124
31 bad_constructor_test/05: CompileTimeError # Issue 13669 29 bad_constructor_test/05: CompileTimeError # Issue 13669
32 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 30 full_stacktrace1_test: Pass, RuntimeError # Issue 12698
33 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 31 full_stacktrace2_test: Pass, RuntimeError # Issue 12698
34 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 32 full_stacktrace3_test: Pass, RuntimeError # Issue 12698
35 stacktrace_test: Pass, RuntimeError # # Issue 12698 33 stacktrace_test: Pass, RuntimeError # # Issue 12698
(...skipping 2285 matching lines...) Expand 10 before | Expand all | Expand 10 after
2321 unresolved_top_level_method_negative_test: Crash # unsupported element kind: a:f ield 2319 unresolved_top_level_method_negative_test: Crash # unsupported element kind: a:f ield
2322 unresolved_top_level_var_negative_test: Crash # unsupported element kind: a:fiel d 2320 unresolved_top_level_var_negative_test: Crash # unsupported element kind: a:fiel d
2323 value_range2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator 2321 value_range2_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator
2324 value_range3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator 2322 value_range3_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGene rator
2325 value_range_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener ator 2323 value_range_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener ator
2326 variable_declaration_metadata_test/06: Crash # (new C()): Error expression `new C()` unhandled. 2324 variable_declaration_metadata_test/06: Crash # (new C()): Error expression `new C()` unhandled.
2327 variable_declaration_metadata_test/08: Crash # (new C()): Error expression `new C()` unhandled. 2325 variable_declaration_metadata_test/08: Crash # (new C()): Error expression `new C()` unhandled.
2328 var_init_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato r 2326 var_init_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerato r
2329 void_type_test: Crash # (try {var x=func();}on TypeError catch (error){got_type_ error=true;}): "on T" catch block 2327 void_type_test: Crash # (try {var x=func();}on TypeError catch (error){got_type_ error=true;}): "on T" catch block
2330 while_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator 2328 while_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/resolution/members.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698