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

Side by Side Diff: dart/tests/co19/co19-runtime.status

Issue 8432032: Update VM co19 status file (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 | « 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) 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 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4 7 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4
8 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip 8 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip
9 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip 9 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip
10 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Skip 10 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Skip
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 LibTest/core/List/operator\[]=/List/operator\[]=/A02/t01: Fail 169 LibTest/core/List/operator\[]=/List/operator\[]=/A02/t01: Fail
170 LibTest/core/List/operator\[]=/List/operator\[]=/A03/t01: Fail 170 LibTest/core/List/operator\[]=/List/operator\[]=/A03/t01: Fail
171 LibTest/core/List/removeRange/List/removeRange/A01/t01: Fail 171 LibTest/core/List/removeRange/List/removeRange/A01/t01: Fail
172 LibTest/core/List/setRange/List/setRange/A01/t01: Fail 172 LibTest/core/List/setRange/List/setRange/A01/t01: Fail
173 LibTest/core/List/some/List/some/A01/t03: Fail 173 LibTest/core/List/some/List/some/A01/t03: Fail
174 LibTest/core/Map/forEach/Map/forEach/A01/t02: Fail 174 LibTest/core/Map/forEach/Map/forEach/A01/t02: Fail
175 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t06: Fail 175 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t06: Fail
176 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t08: Fail 176 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t08: Fail
177 LibTest/core/Match/operator\[]/Match/operator\[]/A01/t01: Fail 177 LibTest/core/Match/operator\[]/Match/operator\[]/A01/t01: Fail
178 LibTest/core/Match/pattern/Match/pattern/A01/t01: Fail 178 LibTest/core/Match/pattern/Match/pattern/A01/t01: Fail
179 LibTest/core/Math/acos/Math/acos/A01/t01: Fail
180 LibTest/core/Math/asin/Math/asin/A01/t01: Fail
181 LibTest/core/Math/atan/Math/atan/A01/t01: Fail
182 LibTest/core/Math/cos/Math/cos/A01/t01: Fail
183 LibTest/core/Math/exp/Math/exp/A01/t01: Fail 179 LibTest/core/Math/exp/Math/exp/A01/t01: Fail
184 LibTest/core/Math/max/Math/max/A01/t02: Fail 180 LibTest/core/Math/max/Math/max/A01/t02: Fail
185 LibTest/core/Math/pow/Math/pow/A01/t01: Fail 181 LibTest/core/Math/pow/Math/pow/A01/t01: Fail
186 LibTest/core/Math/pow/Math/pow/A01/t02: Fail 182 LibTest/core/Math/pow/Math/pow/A01/t02: Fail
187 LibTest/core/Math/pow/Math/pow/A11/t01: Fail 183 LibTest/core/Math/pow/Math/pow/A11/t01: Fail
188 LibTest/core/Math/pow/Math/pow/A13/t01: Fail 184 LibTest/core/Math/pow/Math/pow/A13/t01: Fail
189 LibTest/core/Math/pow/Math/pow/A18/t01: Fail 185 LibTest/core/Math/pow/Math/pow/A18/t01: Fail
190 LibTest/core/Math/sin/Math/sin/A01/t01: Fail 186 LibTest/core/Math/sin/Math/sin/A01/t01: Fail
191 LibTest/core/Math/sqrt/Math/sqrt/A01/t03: Fail 187 LibTest/core/Math/sqrt/Math/sqrt/A01/t03: Fail
192 LibTest/core/Math/tan/Math/tan/A01/t01: Fail 188 LibTest/core/Math/tan/Math/tan/A01/t01: Fail
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t03: crash 265 LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t03: crash
270 LibTest/core/int/operator_mul/int/operator/mul/A01/t01: Fail 266 LibTest/core/int/operator_mul/int/operator/mul/A01/t01: Fail
271 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t03: crash 267 LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t03: crash
272 LibTest/core/int/remainder/int/remainder/A01/t02: Fail 268 LibTest/core/int/remainder/int/remainder/A01/t02: Fail
273 LibTest/core/int/remainder/int/remainder/A01/t03: Fail 269 LibTest/core/int/remainder/int/remainder/A01/t03: Fail
274 LibTest/core/int/toRadixString/int/toRadixString/A01/t01: Fail 270 LibTest/core/int/toRadixString/int/toRadixString/A01/t01: Fail
275 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail 271 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail
276 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail 272 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail
277 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail 273 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail
278 274
275
279 [ $arch == x64 ] 276 [ $arch == x64 ]
280 *: Skip 277 *: Skip
281 278
282 279
283 [ $arch == simarm ] 280 [ $arch == simarm ]
284 *: Skip 281 *: Skip
285 282
286 283
287 [ $arch == arm ] 284 [ $arch == arm ]
288 *: Skip 285 *: 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