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

Side by Side Diff: tests/co19/co19-compiler.status

Issue 12940010: Update function subtyping rules to latest spec (issue 9057). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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 | « runtime/vm/object.cc ('k') | tests/co19/co19-dart2dart.status » ('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 == dartc ] 5 [ $compiler == dartc ]
6 6
7 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365 # co19 iss ue 365 (iterator changes) 7 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365 # co19 iss ue 365 (iterator changes)
8 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365 # co19 issue 365 (itera tor changes) 8 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365 # co19 issue 365 (itera tor changes)
9 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365 # co19 issue 365 (i terator changes) 9 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365 # co19 issue 365 (i terator changes)
10 10
(...skipping 25 matching lines...) Expand all
36 Language/12_Statements/10_Try_A03_t03: Fail # co19 issue 340 (deprecated catch s yntax) 36 Language/12_Statements/10_Try_A03_t03: Fail # co19 issue 340 (deprecated catch s yntax)
37 37
38 38
39 Language/11_Expressions/31_Type_Test_A01_t02: Fail # co19 issue 341 (class Type has no type parameters) 39 Language/11_Expressions/31_Type_Test_A01_t02: Fail # co19 issue 341 (class Type has no type parameters)
40 Language/11_Expressions/31_Type_Test_A01_t04: Fail # co19 issue 341 (class Type has no type parameters) 40 Language/11_Expressions/31_Type_Test_A01_t04: Fail # co19 issue 341 (class Type has no type parameters)
41 41
42 42
43 Language/11_Expressions/32_Type_Cast_A01_t04: Fail # co19 issue 342 (class can b e used anywhere, including left side of "as") 43 Language/11_Expressions/32_Type_Cast_A01_t04: Fail # co19 issue 342 (class can b e used anywhere, including left side of "as")
44 44
45 45
46 Language/14_Types/5_Function_Types_A01_t10: Pass # co19 issue 392, issue 9058
47 Language/14_Types/5_Function_Types_A02_t06: Pass # co19 issue 392, issue 9058
46 Language/14_Types/5_Function_Types_A04_t01: Fail # co19 issue 345 (optional para meters list cannot by empty) 48 Language/14_Types/5_Function_Types_A04_t01: Fail # co19 issue 345 (optional para meters list cannot by empty)
47 49
48 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # co1 9 issue 346 (invalid 'one ugly cascade') 50 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # co1 9 issue 346 (invalid 'one ugly cascade')
49 51
50 Language/08_Interfaces/5_Superinterfaces_A01_t02: Fail # co19 issue 347 (duplica te class in implements clause) 52 Language/08_Interfaces/5_Superinterfaces_A01_t02: Fail # co19 issue 347 (duplica te class in implements clause)
51 53
52 Language/13_Libraries_and_Scripts/1_Imports_A02_t12: Fail, OK # co19 issue 320 54 Language/13_Libraries_and_Scripts/1_Imports_A02_t12: Fail, OK # co19 issue 320
53 Language/13_Libraries_and_Scripts/1_Imports_A02_t15: Fail, OK # co19 issue 320 55 Language/13_Libraries_and_Scripts/1_Imports_A02_t15: Fail, OK # co19 issue 320
54 Language/13_Libraries_and_Scripts/1_Imports_A02_t18: Fail, OK # co19 issue 320 56 Language/13_Libraries_and_Scripts/1_Imports_A02_t18: Fail, OK # co19 issue 320
55 Language/13_Libraries_and_Scripts/1_Imports_A02_t19: Fail, OK # co19 issue 320 57 Language/13_Libraries_and_Scripts/1_Imports_A02_t19: Fail, OK # co19 issue 320
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 LibTest/core/Date/toString_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) 563 LibTest/core/Date/toString_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
562 LibTest/core/Date/toString_A02_t01: Fail # Renamed Date to DateTime (issue 373, 374) 564 LibTest/core/Date/toString_A02_t01: Fail # Renamed Date to DateTime (issue 373, 374)
563 LibTest/core/Date/toUtc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374 ) 565 LibTest/core/Date/toUtc_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374 )
564 LibTest/core/Date/weekday_A01_t01: Fail # Renamed Date to DateTime (issue 373, 3 74) 566 LibTest/core/Date/weekday_A01_t01: Fail # Renamed Date to DateTime (issue 373, 3 74)
565 LibTest/core/Date/year_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374) 567 LibTest/core/Date/year_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
566 568
567 LibTest/core/int/operator_division_A01_t01: Fail # truncate/ceil/floor/round ret urns ints, issue 389 569 LibTest/core/int/operator_division_A01_t01: Fail # truncate/ceil/floor/round ret urns ints, issue 389
568 570
569 [ $runtime == drt && $compiler == none ] 571 [ $runtime == drt && $compiler == none ]
570 *: Skip 572 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/object.cc ('k') | tests/co19/co19-dart2dart.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698