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

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

Issue 12570014: Update analyzer co19 expectations for Set methods. (Closed) Base URL: https://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 | « no previous file | 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 == 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 99
100 100
101 Language/07_Classes/6_Constructors_A03_t03: Fail # co19 issue 372 (@static-clean where type warnings are expected) 101 Language/07_Classes/6_Constructors_A03_t03: Fail # co19 issue 372 (@static-clean where type warnings are expected)
102 Language/11_Expressions/11_Instance_Creation/1_New_A06_t04: Fail # co19 issue 37 2 (@static-clean where type warnings are expected) 102 Language/11_Expressions/11_Instance_Creation/1_New_A06_t04: Fail # co19 issue 37 2 (@static-clean where type warnings are expected)
103 Language/11_Expressions/11_Instance_Creation/1_New_A06_t05: Fail # co19 issue 37 2 (@static-clean where type warnings are expected) 103 Language/11_Expressions/11_Instance_Creation/1_New_A06_t05: Fail # co19 issue 37 2 (@static-clean where type warnings are expected)
104 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: F ail # co19 issue 372 (@static-clean where type warnings are expected) 104 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: F ail # co19 issue 372 (@static-clean where type warnings are expected)
105 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F ail # co19 issue 372 (@static-clean where type warnings are expected) 105 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F ail # co19 issue 372 (@static-clean where type warnings are expected)
106 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # co19 issue 372 (@static-clean where type warnings are expected) 106 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail # co19 issue 372 (@static-clean where type warnings are expected)
107 107
108 108
109 LibTest/core/Set/add_A01_t06: Fail # issue 390
110 LibTest/core/Set/containsAll_A01_t01: Fail # issue 390
111 LibTest/core/Set/containsAll_A01_t02: Fail # issue 390
112 LibTest/core/Set/every_A01_t01: Fail # issue 390
113 LibTest/core/Set/every_A01_t03: Fail # issue 390
114 LibTest/core/Set/forEach_A01_t05: Fail # issue 390
115 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
116 LibTest/core/Set/intersection_A01_t02: Pass # issue 390
floitsch 2013/03/13 14:02:54 Don't keep "pass" lines.
117 LibTest/core/Set/isSubsetOf_A01_t01: Fail # issue 390
118 LibTest/core/Set/isSubsetOf_A01_t02: Fail # issue 390
119 LibTest/core/Set/removeAll_A01_t01: Fail # issue 390
120 LibTest/core/Set/remove_A01_t01: Fail # issue 390
121 LibTest/core/Set/remove_A01_t03: Fail # issue 390
109 122
110 123
111 Language/11_Expressions/30_Identifier_Reference_A01_t08: Skip # testing framewor k or VM issue 7388 (dies on Turkish character) 124 Language/11_Expressions/30_Identifier_Reference_A01_t08: Skip # testing framewor k or VM issue 7388 (dies on Turkish character)
112 125
113 126
114 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK # deprecated parameter syntax 127 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK # deprecated parameter syntax
115 128
116 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail # Iss ue 3323 129 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail # Iss ue 3323
117 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # Issue 2477 130 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # Issue 2477
118 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail # Issue 2477 131 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail # Issue 2477
(...skipping 442 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) 574 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) 575 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 ) 576 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) 577 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) 578 LibTest/core/Date/year_A01_t01: Fail # Renamed Date to DateTime (issue 373, 374)
566 579
567 LibTest/core/int/operator_division_A01_t01: Fail # truncate/ceil/floor/round ret urns ints, issue 389 580 LibTest/core/int/operator_division_A01_t01: Fail # truncate/ceil/floor/round ret urns ints, issue 389
568 581
569 [ $runtime == drt && $compiler == none ] 582 [ $runtime == drt && $compiler == none ]
570 *: Skip 583 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698