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

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

Issue 8513015: Update co19 test expectations after fixing Expect.listEquals. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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/co19/co19-compiler.status ('k') | tests/co19/co19-runtime.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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 prefix co19 5 prefix co19
6 6
7 [ $component == frog || $component == frogsh || $component == leg ] 7 [ $component == frog || $component == frogsh || $component == leg ]
8 8
9 LangSpecTest/13_Types/13_4_Interface_Types/A12/t10: Fail 9 LangSpecTest/13_Types/13_4_Interface_Types/A12/t10: Fail
10 LangSpecTest/13_Types/13_4_Interface_Types/A12/t09: Fail 10 LangSpecTest/13_Types/13_4_Interface_Types/A12/t09: Fail
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 LibTest/core/Expect/isFalse/Expect/isFalse/A02/t01: Fail 129 LibTest/core/Expect/isFalse/Expect/isFalse/A02/t01: Fail
130 LibTest/core/Expect/identical/Expect/identical/A02/t01: Fail 130 LibTest/core/Expect/identical/Expect/identical/A02/t01: Fail
131 LibTest/core/Expect/identical/Expect/identical/A01/t01: Fail 131 LibTest/core/Expect/identical/Expect/identical/A01/t01: Fail
132 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t02: Fail 132 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t02: Fail
133 LibTest/core/Expect/throws/Expect/throws/A01/t03: Fail 133 LibTest/core/Expect/throws/Expect/throws/A01/t03: Fail
134 LibTest/core/Expect/throws/Expect/throws/A02/t01: Fail 134 LibTest/core/Expect/throws/Expect/throws/A02/t01: Fail
135 LibTest/core/Expect/throws/Expect/throws/A03/t01: Fail 135 LibTest/core/Expect/throws/Expect/throws/A03/t01: Fail
136 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t01: Fail 136 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t01: Fail
137 LibTest/core/Expect/throws/Expect/throws/A01/t04: Fail 137 LibTest/core/Expect/throws/Expect/throws/A01/t04: Fail
138 LibTest/core/Expect/equals/Expect/equals/A02/t01: Fail 138 LibTest/core/Expect/equals/Expect/equals/A02/t01: Fail
139 LibTest/core/Expect/listEquals/Expect/listEquals/A03/t01: Fail
140 LibTest/core/Expect/isNotNull/Expect/isNotNull/A02/t01: Fail 139 LibTest/core/Expect/isNotNull/Expect/isNotNull/A02/t01: Fail
141 LibTest/core/Date/timeZone/Date/timeZone/A01/t01: Fail 140 LibTest/core/Date/timeZone/Date/timeZone/A01/t01: Fail
142 LibTest/core/Date/Date.fromString/Date/Date.fromString/A01/t03: Fail 141 LibTest/core/Date/Date.fromString/Date/Date.fromString/A01/t03: Fail
143 LibTest/core/Date/Date.fromEpoch/Date/Date.fromEpoch/A01/t02: Fail 142 LibTest/core/Date/Date.fromEpoch/Date/Date.fromEpoch/A01/t02: Fail
144 LibTest/core/Date/Date.fromString/Date/Date.fromString/A01/t04: Fail 143 LibTest/core/Date/Date.fromString/Date/Date.fromString/A01/t04: Fail
145 LibTest/core/Date/Date.fromString/Date/Date.fromString/A01/t02: Fail 144 LibTest/core/Date/Date.fromString/Date/Date.fromString/A01/t02: Fail
146 LibTest/core/Date/Date.fromEpoch/Date/Date.fromEpoch/A03/t01: Fail 145 LibTest/core/Date/Date.fromEpoch/Date/Date.fromEpoch/A03/t01: Fail
147 LibTest/core/Date/Date.fromString/Date/Date.fromString/A04/t01: Fail 146 LibTest/core/Date/Date.fromString/Date/Date.fromString/A04/t01: Fail
148 LibTest/core/Date/Date.fromString/Date/Date.fromString/A05/t01: Fail 147 LibTest/core/Date/Date.fromString/Date/Date.fromString/A05/t01: Fail
149 LibTest/core/Date/Date/Date/A01/t01: Fail 148 LibTest/core/Date/Date/Date/A01/t01: Fail
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 # The following tests fail due to renaming of StopWatch to Stopwatch. 573 # The following tests fail due to renaming of StopWatch to Stopwatch.
575 [ $component == frog || $component == frogsh || $component == leg ] 574 [ $component == frog || $component == frogsh || $component == leg ]
576 LibTest/core/StopWatch/StopWatch/StopWatch/A01/t01: Fail 575 LibTest/core/StopWatch/StopWatch/StopWatch/A01/t01: Fail
577 LibTest/core/StopWatch/start/StopWatch/start/A01/t01: Fail 576 LibTest/core/StopWatch/start/StopWatch/start/A01/t01: Fail
578 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail # Also broken test. 577 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail # Also broken test.
579 LibTest/core/StopWatch/start/StopWatch/start/A01/t03: Fail 578 LibTest/core/StopWatch/start/StopWatch/start/A01/t03: Fail
580 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t01: Fail 579 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t01: Fail
581 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Fail 580 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Fail
582 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t03: Fail 581 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t03: Fail
583 LibTest/core/StopWatch/frequency/StopWatch/frequency/A01/t01: Fail 582 LibTest/core/StopWatch/frequency/StopWatch/frequency/A01/t01: Fail
OLDNEW
« no previous file with comments | « tests/co19/co19-compiler.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698