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

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

Issue 8574011: Fix build, by disabling the correct tests (Expects.StringEquals should not throw an exception and... (Closed) Base URL: http://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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 LibTest/core/String/operator\+/String/operator\+/A01/t03: Fail 113 LibTest/core/String/operator\+/String/operator\+/A01/t03: Fail
114 LibTest/core/String/String.fromCharCodes/String/String.fromCharCodes/A02/t01: Fa il 114 LibTest/core/String/String.fromCharCodes/String/String.fromCharCodes/A02/t01: Fa il
115 LibTest/core/String/String.fromCharCodes/String/String.fromCharCodes/A03/t01: Fa il 115 LibTest/core/String/String.fromCharCodes/String/String.fromCharCodes/A03/t01: Fa il
116 LibTest/core/String/replaceFirst/String/replaceFirst/A01/t01: Fail 116 LibTest/core/String/replaceFirst/String/replaceFirst/A01/t01: Fail
117 LibTest/core/String/indexOf/String/indexOf/A01/t02: Fail 117 LibTest/core/String/indexOf/String/indexOf/A01/t02: Fail
118 LibTest/core/String/indexOf/String/indexOf/A03/t01: Fail 118 LibTest/core/String/indexOf/String/indexOf/A03/t01: Fail
119 LibTest/core/String/replaceFirst/String/replaceFirst/A02/t01: Fail 119 LibTest/core/String/replaceFirst/String/replaceFirst/A02/t01: Fail
120 LibTest/core/Expect/isTrue/Expect/isTrue/A02/t01: Fail 120 LibTest/core/Expect/isTrue/Expect/isTrue/A02/t01: Fail
121 LibTest/core/Expect/approxEquals/Expect/approxEquals/A02/t01: Fail 121 LibTest/core/Expect/approxEquals/Expect/approxEquals/A02/t01: Fail
122 LibTest/core/Expect/stringEquals/Expect/stringEquals/A02/t01: Fail 122 LibTest/core/Expect/stringEquals/Expect/stringEquals/A02/t01: Fail
123 LibTest/core/Expect/stringEquals/Expect/stringEquals/A01/t02: Fail
123 LibTest/core/Expect/approxEquals/Expect/approxEquals/A03/t01: Fail 124 LibTest/core/Expect/approxEquals/Expect/approxEquals/A03/t01: Fail
124 LibTest/core/Expect/stringEquals/Expect/stringEquals/A01/t02: Fail 125 LibTest/core/Expect/stringEquals/Expect/stringEquals/A01/t02: Fail
125 LibTest/core/Expect/approxEquals/Expect/approxEquals/A01/t02: Fail 126 LibTest/core/Expect/approxEquals/Expect/approxEquals/A01/t02: Fail
126 LibTest/core/Expect/approxEquals/Expect/approxEquals/A04/t01: Fail 127 LibTest/core/Expect/approxEquals/Expect/approxEquals/A04/t01: Fail
127 LibTest/core/Expect/approxEquals/Expect/approxEquals/A01/t01: Fail 128 LibTest/core/Expect/approxEquals/Expect/approxEquals/A01/t01: Fail
128 LibTest/core/Expect/approxEquals/Expect/approxEquals/A01/t03: Fail 129 LibTest/core/Expect/approxEquals/Expect/approxEquals/A01/t03: Fail
129 LibTest/core/Expect/notEquals/Expect/notEquals/A02/t01: Fail 130 LibTest/core/Expect/notEquals/Expect/notEquals/A02/t01: Fail
130 LibTest/core/Expect/isFalse/Expect/isFalse/A02/t01: Fail 131 LibTest/core/Expect/isFalse/Expect/isFalse/A02/t01: Fail
131 LibTest/core/Expect/identical/Expect/identical/A02/t01: Fail 132 LibTest/core/Expect/identical/Expect/identical/A02/t01: Fail
132 LibTest/core/Expect/identical/Expect/identical/A01/t01: Fail 133 LibTest/core/Expect/identical/Expect/identical/A01/t01: Fail
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 # The following tests fail due to renaming of StopWatch to Stopwatch. 576 # The following tests fail due to renaming of StopWatch to Stopwatch.
576 [ $component == frog || $component == frogsh || $component == leg ] 577 [ $component == frog || $component == frogsh || $component == leg ]
577 LibTest/core/StopWatch/StopWatch/StopWatch/A01/t01: Fail 578 LibTest/core/StopWatch/StopWatch/StopWatch/A01/t01: Fail
578 LibTest/core/StopWatch/start/StopWatch/start/A01/t01: Fail 579 LibTest/core/StopWatch/start/StopWatch/start/A01/t01: Fail
579 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail # Also broken test. 580 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail # Also broken test.
580 LibTest/core/StopWatch/start/StopWatch/start/A01/t03: Fail 581 LibTest/core/StopWatch/start/StopWatch/start/A01/t03: Fail
581 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t01: Fail 582 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t01: Fail
582 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Fail 583 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Fail
583 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t03: Fail 584 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t03: Fail
584 LibTest/core/StopWatch/frequency/StopWatch/frequency/A01/t01: Fail 585 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