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

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

Issue 10377095: Implement latest rules prohibiting some self referencing typedefs. (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_alias7_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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 const_constructor_syntax_test/05: Fail 82 const_constructor_syntax_test/05: Fail
83 const_counter_negative_test: Fail # issue 1655 83 const_counter_negative_test: Fail # issue 1655
84 constructor3_negative_test: Fail 84 constructor3_negative_test: Fail
85 constructor_call_wrong_argument_count_negative_test: Fail 85 constructor_call_wrong_argument_count_negative_test: Fail
86 default_factory_library_test: Fail # Issue 514 86 default_factory_library_test: Fail # Issue 514
87 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. 87 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support.
88 duplicate_implements_test: Skip # Issue 976 88 duplicate_implements_test: Skip # Issue 976
89 field3a_negative_test: Fail 89 field3a_negative_test: Fail
90 field_method4_negative_test: Fail 90 field_method4_negative_test: Fail
91 final_syntax_test/*: Skip # can't handle base case 91 final_syntax_test/*: Skip # can't handle base case
92 function_type_alias5_test/00: Fail # Legally self referencing typedef
93 function_type_alias5_test/01: Fail # Legally self referencing typedef
94 function_type_alias5_test/02: Fail # Legally self referencing typedef
92 function_type_alias_negative_test: Fail # Bug 5231617. 95 function_type_alias_negative_test: Fail # Bug 5231617.
93 generic_parameterized_extends_test: Skip # Bug 5392297 96 generic_parameterized_extends_test: Skip # Bug 5392297
94 getters_setters_type3_test: Fail # Issue 2351 97 getters_setters_type3_test: Fail # Issue 2351
95 instance_call_wrong_argument_count_negative_test: Fail 98 instance_call_wrong_argument_count_negative_test: Fail
96 instanceof3_test: Fail # Issue 2571 99 instanceof3_test: Fail # Issue 2571
97 label2_negative_test: Fail # issue 1658 100 label2_negative_test: Fail # issue 1658
98 library4_negative_test: Fail # Bug 5406175 101 library4_negative_test: Fail # Bug 5406175
99 list_literal4_test: Fail # Issue 1343 102 list_literal4_test: Fail # Issue 1343
100 literal_unary_plus_test/01: Fail # Issue 1399 103 literal_unary_plus_test/01: Fail # Issue 1399
101 map_literal4_test: Fail # Issue 1343 104 map_literal4_test: Fail # Issue 1343
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 field3_negative_test: Fail # Issue 729 271 field3_negative_test: Fail # Issue 729
269 final_param_negative_test: Fail 272 final_param_negative_test: Fail
270 for2_test: Fail 273 for2_test: Fail
271 function_syntax_test: Fail 274 function_syntax_test: Fail
272 function_test: Fail 275 function_test: Fail
273 function_malformed_result_type_test: Fail 276 function_malformed_result_type_test: Fail
274 function_type_alias_test: Fail 277 function_type_alias_test: Fail
275 function_type_alias2_test: Fail 278 function_type_alias2_test: Fail
276 function_type_alias3_test: Fail 279 function_type_alias3_test: Fail
277 function_type_alias4_test: Fail 280 function_type_alias4_test: Fail
281 function_type_alias5_test/00: Fail
282 function_type_alias5_test/01: Fail
283 function_type_alias5_test/02: Fail
278 function_type_alias6_test: Fail 284 function_type_alias6_test: Fail
279 function_type_alias7_test: Fail
280 function_type_parameter2_test: Fail 285 function_type_parameter2_test: Fail
281 function_type_parameter_test: Fail 286 function_type_parameter_test: Fail
282 generic_deep_test: Fail 287 generic_deep_test: Fail
283 generic_instanceof_test: Fail 288 generic_instanceof_test: Fail
284 generic_instanceof2_test: Fail 289 generic_instanceof2_test: Fail
285 generic_syntax_test: Fail 290 generic_syntax_test: Fail
286 generic_test: Fail 291 generic_test: Fail
287 generics_test: Fail 292 generics_test: Fail
288 getter_closure_execution_order_test: Pass # TODO(jmesserly): I don't think this is really passing in the static case 293 getter_closure_execution_order_test: Pass # TODO(jmesserly): I don't think this is really passing in the static case
289 implicit_scope_test: Fail 294 implicit_scope_test: Fail
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 constructor6_test: Fail # Closures inside initializers not implemented. 490 constructor6_test: Fail # Closures inside initializers not implemented.
486 default_factory_library_test: Fail # lib is not a type 491 default_factory_library_test: Fail # lib is not a type
487 dynamic_test: Fail # cannot resolve type F1 492 dynamic_test: Fail # cannot resolve type F1
488 factory3_test: Fail # internal error: visitIs for type variables not implemented 493 factory3_test: Fail # internal error: visitIs for type variables not implemented
489 function_literals2_test: Fail # Closures inside initializers not implemented. 494 function_literals2_test: Fail # Closures inside initializers not implemented.
490 function_syntax_test: Fail # Closures inside initializers not implemented. 495 function_syntax_test: Fail # Closures inside initializers not implemented.
491 function_test: Fail # internal error: Closures inside initializers not implement ed 496 function_test: Fail # internal error: Closures inside initializers not implement ed
492 function_type_alias2_test: Fail # cannot resolve type f1 497 function_type_alias2_test: Fail # cannot resolve type f1
493 function_type_alias3_test: Fail # cannot resolve type F 498 function_type_alias3_test: Fail # cannot resolve type F
494 function_type_alias4_test: Fail # cannot resolve type F 499 function_type_alias4_test: Fail # cannot resolve type F
500 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented
501 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented
502 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented
495 function_type_alias6_test: Fail # visitIs for typedefs not implemented 503 function_type_alias6_test: Fail # visitIs for typedefs not implemented
496 function_type_alias7_test: Fail # visitIs for typedefs not implemented
497 function_type_alias_test: Fail # cannot resolve type Fun 504 function_type_alias_test: Fail # cannot resolve type Fun
498 function_type_parameter2_test: Fail # Internal Error: expected optional paramete rs 505 function_type_parameter2_test: Fail # Internal Error: expected optional paramete rs
499 function_type_parameter_test: Fail # Internal Error: expected optional parameter s 506 function_type_parameter_test: Fail # Internal Error: expected optional parameter s
500 generic_instanceof_test: Fail # cannot resolve type T 507 generic_instanceof_test: Fail # cannot resolve type T
501 generic_instanceof2_test: Fail # fails an instance of test at run time 508 generic_instanceof2_test: Fail # fails an instance of test at run time
502 generic_instanceof3_test: Fail # cannot handle generics. 509 generic_instanceof3_test: Fail # cannot handle generics.
503 generic_test: Fail # cannot resolve type T 510 generic_test: Fail # cannot resolve type T
504 get_set_syntax_test/none: Fail # Parsing of pseudo keywords. 511 get_set_syntax_test/none: Fail # Parsing of pseudo keywords.
505 getters_setters_test: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 512 getters_setters_test: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
506 implicit_scope_test: Fail # duplicate definition of a="bar" 513 implicit_scope_test: Fail # duplicate definition of a="bar"
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 677
671 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31. 678 list_test: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011- 10-31.
672 679
673 final_syntax_test/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". 680 final_syntax_test/none: Fail, OK # Uses deprecated "StrConstant + StrConstant".
674 681
675 [ $compiler == dart2js && $mode == release ] 682 [ $compiler == dart2js && $mode == release ]
676 assign_top_method_negative_test: Crash 683 assign_top_method_negative_test: Crash
677 684
678 [ $compiler == dart2js && $runtime == none ] 685 [ $compiler == dart2js && $runtime == none ]
679 *: Fail, Pass # TODO(ahe): Triage these tests. 686 *: Fail, Pass # TODO(ahe): Triage these tests.
OLDNEW
« no previous file with comments | « tests/language/function_type_alias7_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698