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

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

Issue 8573008: Remove more broken co19 tests, ENABLE tests for frog and dartc. (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-frog.status ('k') | 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 7
8 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4 8 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4
9 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip 9 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip
10 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip 10 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t01: Fail # Issue 441 315 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t01: Fail # Issue 441
316 316
317 317
318 # Started failing after changing how @dynamic-type-error is handled. 318 # Started failing after changing how @dynamic-type-error is handled.
319 [ $component == vm && $checked ] 319 [ $component == vm && $checked ]
320 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail # Issue 220 320 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail # Issue 220
321 LibTest/core/List/every/List/every/A01/t04: Fail # Issue co19 - 46 321 LibTest/core/List/every/List/every/A01/t04: Fail # Issue co19 - 46
322 LibTest/core/List/filter/List/filter/A01/t04: Fail # Issue co19 - 46 322 LibTest/core/List/filter/List/filter/A01/t04: Fail # Issue co19 - 46
323 LibTest/core/List/forEach/List/forEach/A01/t05: Fail # Issue co19 - 46 323 LibTest/core/List/forEach/List/forEach/A01/t05: Fail # Issue co19 - 46
324 LibTest/core/List/some/List/some/A01/t03: Fail # Issue co19 - 46 324 LibTest/core/List/some/List/some/A01/t03: Fail # Issue co19 - 46
325 325 LibTest/core/Queue/every/Queue/every/A01/t03: Fail # Issue co19 - 46
326 LibTest/core/Promise/then/Promise/then/A01/t02: Fail # Issue co19 - 46
327 LibTest/core/Promise/join/Promise/join/A01/t06: Fail # Issue co19 - 46
328 LibTest/core/Promise/addErrorHandler/Promise/addErrorHandler/A01/t05: Fail # Iss ue co19 - 46
329 LibTest/core/Promise/addCompleteHandler/Promise/addCompleteHandler/A01/t05: Fail # Issue co19 - 46
330 LibTest/core/Promise/addCancelHandler/Promise/addCancelHandler/A01/t04: Fail # I ssue co19 - 46
326 331
327 # Started failing after rename from StopWatch to Stopwatch. 332 # Started failing after rename from StopWatch to Stopwatch.
328 [ $component == vm ] 333 [ $component == vm ]
329 LibTest/core/StopWatch/StopWatch/StopWatch/A01/t01: Fail # Issue co19 - 30 334 LibTest/core/StopWatch/StopWatch/StopWatch/A01/t01: Fail # Issue co19 - 30
330 LibTest/core/StopWatch/start/StopWatch/start/A01/t01: Fail # Issue co19 - 30 335 LibTest/core/StopWatch/start/StopWatch/start/A01/t01: Fail # Issue co19 - 30
331 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail # Issue co19 - 30; A lso broken test. 336 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail # Issue co19 - 30; A lso broken test.
332 LibTest/core/StopWatch/start/StopWatch/start/A01/t03: Fail # Issue co19 - 30 337 LibTest/core/StopWatch/start/StopWatch/start/A01/t03: Fail # Issue co19 - 30
333 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t01: Fail # Issue co19 - 30 338 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t01: Fail # Issue co19 - 30
334 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Fail # Issue co19 - 30 339 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Fail # Issue co19 - 30
335 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t03: Fail # Issue co19 - 30 340 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t03: Fail # Issue co19 - 30
336 LibTest/core/StopWatch/frequency/StopWatch/frequency/A01/t01: Fail # Issue co19 - 30 341 LibTest/core/StopWatch/frequency/StopWatch/frequency/A01/t01: Fail # Issue co19 - 30
337 342
338 [ $arch == x64 ] 343 [ $arch == x64 ]
339 *: Skip 344 *: Skip
340 345
341 346
342 [ $arch == simarm ] 347 [ $arch == simarm ]
343 *: Skip 348 *: Skip
344 349
345 350
346 [ $arch == arm ] 351 [ $arch == arm ]
347 *: Skip 352 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-frog.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698