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

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

Issue 12413023: "Reverting 19985" (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 | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/co19/co19-dart2js.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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 107
108 108
109 LibTest/core/Set/add_A01_t06: Fail # issue 390 109 LibTest/core/Set/add_A01_t06: Fail # issue 390
110 LibTest/core/Set/containsAll_A01_t01: Fail # issue 390 110 LibTest/core/Set/containsAll_A01_t01: Fail # issue 390
111 LibTest/core/Set/containsAll_A01_t02: Fail # issue 390 111 LibTest/core/Set/containsAll_A01_t02: Fail # issue 390
112 LibTest/core/Set/every_A01_t01: Fail # issue 390 112 LibTest/core/Set/every_A01_t01: Fail # issue 390
113 LibTest/core/Set/every_A01_t03: Fail # issue 390 113 LibTest/core/Set/every_A01_t03: Fail # issue 390
114 LibTest/core/Set/forEach_A01_t05: Fail # issue 390 114 LibTest/core/Set/forEach_A01_t05: Fail # issue 390
115 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 115 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
116 LibTest/core/Set/intersection_A01_t02: Pass # issue 390 116 LibTest/core/Set/intersection_A01_t02: Pass # issue 390
117 LibTest/core/Set/isSubsetOf_A01_t01: Fail # issue 390
118 LibTest/core/Set/isSubsetOf_A01_t02: Fail # issue 390
117 LibTest/core/Set/removeAll_A01_t01: Fail # issue 390 119 LibTest/core/Set/removeAll_A01_t01: Fail # issue 390
118 LibTest/core/Set/remove_A01_t01: Fail # issue 390 120 LibTest/core/Set/remove_A01_t01: Fail # issue 390
119 LibTest/core/Set/remove_A01_t03: Fail # issue 390 121 LibTest/core/Set/remove_A01_t03: Fail # issue 390
120 122
121 123
122 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)
123 125
124 126
125 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
126 128
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 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)
573 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)
574 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 )
575 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)
576 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)
577 579
578 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
579 581
580 [ $runtime == drt && $compiler == none ] 582 [ $runtime == drt && $compiler == none ]
581 *: Skip 583 *: Skip
OLDNEW
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698