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

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

Issue 8430032: Skip tests that behaves differently in checked mode (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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 LibTest/core/int/remainder/int/remainder/A01/t03: Fail 269 LibTest/core/int/remainder/int/remainder/A01/t03: Fail
270 LibTest/core/int/toRadixString/int/toRadixString/A01/t01: Fail 270 LibTest/core/int/toRadixString/int/toRadixString/A01/t01: Fail
271 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail 271 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail
272 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail 272 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail
273 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail 273 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail
274 [ $component == vm && $system == macos ] 274 [ $component == vm && $system == macos ]
275 LibTest/core/Math/acos/Math/acos/A01/t01: Fail 275 LibTest/core/Math/acos/Math/acos/A01/t01: Fail
276 LibTest/core/Math/asin/Math/asin/A01/t01: Fail 276 LibTest/core/Math/asin/Math/asin/A01/t01: Fail
277 LibTest/core/Math/atan/Math/atan/A01/t01: Fail 277 LibTest/core/Math/atan/Math/atan/A01/t01: Fail
278 LibTest/core/Math/cos/Math/cos/A01/t01: Fail 278 LibTest/core/Math/cos/Math/cos/A01/t01: Fail
279 [ $component == vm ]
280 # The following tests behave differently in checked mode.
281 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01: Skip
282 LangGuideTest/03_Values/03_2_Numbers/A02/t01: Skip
283 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A03/t01: Skip
284 LangGuideTest/08_Expressions/08_2_Assignment_Operator/Variable_Or_Parameter_Assi gnment/A03/t04: Skip
285 LangGuideTest/08_Expressions/A01/t02: Skip
286 LangGuideTest/08_Expressions/A02/t02: Skip
287 LangSpecTest/13_Types/13_1_Static_Types/A01/t01: Skip
288 LangSpecTest/13_Types/13_1_Static_Types/A04/t01: Skip
289 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t02: Skip
290 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A01/t01: Skip
291 LangSpecTest/13_Types/13_4_Interface_Types/A01/t01: Skip
292 LangSpecTest/13_Types/13_4_Interface_Types/A02/t01: Skip
293 LangSpecTest/13_Types/13_4_Interface_Types/A08/t03: Skip
294 LangSpecTest/13_Types/13_4_Interface_Types/A09/t01: Skip
295 LangSpecTest/13_Types/13_4_Interface_Types/A10/t03: Skip
296 LangSpecTest/13_Types/13_4_Interface_Types/A10/t10: Skip
297 LangSpecTest/13_Types/13_4_Interface_Types/A10/t11: Skip
298 LangSpecTest/13_Types/13_4_Interface_Types/A12/t01: Skip
299 LangSpecTest/13_Types/13_4_Interface_Types/A12/t02: Skip
300 LangSpecTest/13_Types/13_4_Interface_Types/A12/t03: Skip
301 LangSpecTest/13_Types/13_4_Interface_Types/A12/t04: Skip
302 LangSpecTest/13_Types/13_4_Interface_Types/A12/t05: Skip
303 LangSpecTest/13_Types/13_4_Interface_Types/A12/t06: Skip
304 LangSpecTest/13_Types/13_4_Interface_Types/A12/t07: Skip
305 LangSpecTest/13_Types/13_4_Interface_Types/A12/t08: Skip
306 LangSpecTest/13_Types/13_4_Interface_Types/A12/t15: Skip
307 LangSpecTest/13_Types/13_4_Interface_Types/A12/t17: Skip
308 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t01: Skip
309 LibTest/core/BadNumberFormatException/BadNumberFormatException/BadNumberFormatEx ception/A01/t01: Skip
310 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t01: Skip
311 LibTest/core/IllegalArgumentException/IllegalArgumentException/IllegalArgumentEx ception/A01/t01: Skip
312 LibTest/core/InternalError/toString/InternalError/toString/A01/t01: Skip
313 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t10: Skip
314 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t11: Skip
315 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Skip
316 LibTest/core/List/every/List/every/A01/t02: Skip
317 LibTest/core/List/every/List/every/A01/t05: Skip
318 LibTest/core/List/every/List/every/A01/t06: Skip
319 LibTest/core/List/every/List/every/A01/t07: Skip
320 LibTest/core/List/every/List/every/A01/t09: Skip
321 LibTest/core/List/every/List/every/A01/t10: Skip
322 LibTest/core/List/filter/List/filter/A01/t07: Skip
323 LibTest/core/List/filter/List/filter/A01/t09: Skip
324 LibTest/core/List/forEach/List/forEach/A01/t04: Skip
325 LibTest/core/List/forEach/List/forEach/A01/t07: Skip
326 LibTest/core/List/some/List/some/A01/t02: Skip
327 LibTest/core/List/some/List/some/A01/t04: Skip
328 LibTest/core/List/some/List/some/A01/t05: Skip
329 LibTest/core/List/some/List/some/A01/t06: Skip
330 LibTest/core/List/some/List/some/A01/t07: Skip
331 LibTest/core/List/some/List/some/A01/t09: Skip
332 LibTest/core/List/some/List/some/A01/t10: Skip
333 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t03: Skip
334 LibTest/core/Match/group/Match/group/A01/t01: Skip
335 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Skip
336 LibTest/core/Queue/add/Queue/add/A01/t01: Skip
337 LibTest/core/Queue/addLast/Queue/addLast/A01/t01: Skip
338 LibTest/core/Queue/iterator_hasNext/Queue/iterator/hasNext/A01/t01: Skip
339 LibTest/core/SendPort/send/SendPort/send/A02/t01: Skip
340 LibTest/core/Set/add/Set/add/A01/t03: Skip
341 LibTest/core/TypeError/column/TypeError/column/A01/t01: Skip
342 LibTest/core/TypeError/dstName/TypeError/dstName/A01/t01: Skip
343 LibTest/core/TypeError/dstType/TypeError/dstType/A01/t01: Skip
344 LibTest/core/TypeError/failedAssertion/TypeError/failedAssertion/A01/t01: Skip
345 LibTest/core/TypeError/line/TypeError/line/A01/t01: Skip
346 LibTest/core/TypeError/toString/TypeError/toString/A01/t01: Skip
347 LibTest/core/TypeError/url/TypeError/url/A01/t01: Skip
348 LibTest/core/UnsupportedOperationException/UnsupportedOperationException/Unsuppo rtedOperationException/A01/t01: Skip
349 LibTest/core/double/ceil/double/ceil/A01/t02: Skip
350 LibTest/core/double/floor/double/floor/A01/t02: Skip
351 LibTest/core/double/operator%/double/operator%/A01/t01: Skip
352 LibTest/core/double/operator~div/double/operator~div/A01/t07: Skip
353 LibTest/core/double/remainder/double/remainder/A01/t01: Skip
354 LibTest/core/double/truncate/double/truncate/A01/t01: Skip
355 LibTest/core/int/operator_div/int/operator/div/A01/t01: Skip
279 356
280 357
281 [ $arch == x64 ] 358 [ $arch == x64 ]
282 *: Skip 359 *: Skip
283 360
284 361
285 [ $arch == simarm ] 362 [ $arch == simarm ]
286 *: Skip 363 *: Skip
287 364
288 365
289 [ $arch == arm ] 366 [ $arch == arm ]
290 *: Skip 367 *: 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