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

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

Issue 10388019: Allow self referencing typedefs (issue 2490). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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 | « tests/language/function_type_alias_negative_test.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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 constructor6_test: Fail # Parse failure in initializers. 263 constructor6_test: Fail # Parse failure in initializers.
264 execute_finally6_test: Fail 264 execute_finally6_test: Fail
265 expect_test: Fail 265 expect_test: Fail
266 fauxverride_test/03: Fail 266 fauxverride_test/03: Fail
267 fauxverride_test/05: Fail 267 fauxverride_test/05: Fail
268 field3_negative_test: Fail # Issue 729 268 field3_negative_test: Fail # Issue 729
269 final_param_negative_test: Fail 269 final_param_negative_test: Fail
270 for2_test: Fail 270 for2_test: Fail
271 function_syntax_test: Fail 271 function_syntax_test: Fail
272 function_test: Fail 272 function_test: Fail
273 function_type_alias_negative_test: Fail 273 function_malformed_result_type_test: Fail
274 function_type_alias_test: Fail 274 function_type_alias_test: Fail
275 function_type_alias2_test: Fail 275 function_type_alias2_test: Fail
276 function_type_alias3_test: Fail 276 function_type_alias3_test: Fail
277 function_type_alias4_test: Fail 277 function_type_alias4_test: Fail
278 function_type_alias6_test: Fail
278 function_type_parameter2_test: Fail 279 function_type_parameter2_test: Fail
279 function_type_parameter_test: Fail 280 function_type_parameter_test: Fail
280 generic_deep_test: Fail 281 generic_deep_test: Fail
281 generic_instanceof_test: Fail 282 generic_instanceof_test: Fail
282 generic_instanceof2_test: Fail 283 generic_instanceof2_test: Fail
283 generic_syntax_test: Fail 284 generic_syntax_test: Fail
284 generic_test: Fail 285 generic_test: Fail
285 generics_test: Fail 286 generics_test: Fail
286 getter_closure_execution_order_test: Pass # TODO(jmesserly): I don't think this is really passing in the static case 287 getter_closure_execution_order_test: Pass # TODO(jmesserly): I don't think this is really passing in the static case
287 implicit_scope_test: Fail 288 implicit_scope_test: Fail
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 constructor6_test: Fail # Closures inside initializers not implemented. 484 constructor6_test: Fail # Closures inside initializers not implemented.
484 default_factory_library_test: Fail # lib is not a type 485 default_factory_library_test: Fail # lib is not a type
485 dynamic_test: Fail # cannot resolve type F1 486 dynamic_test: Fail # cannot resolve type F1
486 factory3_test: Fail # internal error: visitIs for type variables not implemented 487 factory3_test: Fail # internal error: visitIs for type variables not implemented
487 function_literals2_test: Fail # Closures inside initializers not implemented. 488 function_literals2_test: Fail # Closures inside initializers not implemented.
488 function_syntax_test: Fail # Closures inside initializers not implemented. 489 function_syntax_test: Fail # Closures inside initializers not implemented.
489 function_test: Fail # internal error: Closures inside initializers not implement ed 490 function_test: Fail # internal error: Closures inside initializers not implement ed
490 function_type_alias2_test: Fail # cannot resolve type f1 491 function_type_alias2_test: Fail # cannot resolve type f1
491 function_type_alias3_test: Fail # cannot resolve type F 492 function_type_alias3_test: Fail # cannot resolve type F
492 function_type_alias4_test: Fail # cannot resolve type F 493 function_type_alias4_test: Fail # cannot resolve type F
494 function_type_alias6_test: Fail # visitIs for typedefs not implemented
493 function_type_alias_test: Fail # cannot resolve type Fun 495 function_type_alias_test: Fail # cannot resolve type Fun
494 function_type_parameter2_test: Fail # Internal Error: expected optional paramete rs 496 function_type_parameter2_test: Fail # Internal Error: expected optional paramete rs
495 function_type_parameter_test: Fail # Internal Error: expected optional parameter s 497 function_type_parameter_test: Fail # Internal Error: expected optional parameter s
496 generic_instanceof_test: Fail # cannot resolve type T 498 generic_instanceof_test: Fail # cannot resolve type T
497 generic_instanceof2_test: Fail # fails an instance of test at run time 499 generic_instanceof2_test: Fail # fails an instance of test at run time
498 generic_instanceof3_test: Fail # cannot handle generics. 500 generic_instanceof3_test: Fail # cannot handle generics.
499 generic_test: Fail # cannot resolve type T 501 generic_test: Fail # cannot resolve type T
500 get_set_syntax_test/none: Fail # Parsing of pseudo keywords. 502 get_set_syntax_test/none: Fail # Parsing of pseudo keywords.
501 getters_setters_test: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 503 getters_setters_test: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
502 implicit_scope_test: Fail # duplicate definition of a="bar" 504 implicit_scope_test: Fail # duplicate definition of a="bar"
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 673
672 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31. 674 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31.
673 675
674 final_syntax_test/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". 676 final_syntax_test/none: Fail, OK # Uses deprecated "StrConstant + StrConstant".
675 677
676 [ $compiler == dart2js && $mode == release ] 678 [ $compiler == dart2js && $mode == release ]
677 assign_top_method_negative_test: Crash 679 assign_top_method_negative_test: Crash
678 680
679 [ $compiler == dart2js && $runtime == none ] 681 [ $compiler == dart2js && $runtime == none ]
680 *: Fail, Pass # TODO(ahe): Triage these tests. 682 *: Fail, Pass # TODO(ahe): Triage these tests.
OLDNEW
« no previous file with comments | « tests/language/function_type_alias_negative_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698