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

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

Issue 12042065: - Make sure we can "run" all tests using simarm/simmips. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 11 months 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 | « samples/tests/samples/samples.status ('k') | tests/corelib/corelib.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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $compiler == none && $runtime == vm && $checked ] 5 [ $compiler == none && $runtime == vm && $checked ]
6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366 6 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366
7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366 7 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366
8 8
9 [ $compiler == none && $runtime == vm ] 9 [ $compiler == none && $runtime == vm ]
10 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 10 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail 389 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail
390 390
391 391
392 [ $compiler == none && $runtime == vm && $checked ] 392 [ $compiler == none && $runtime == vm && $checked ]
393 Language/03_Overview/1_Scoping_A02_t30: Fail 393 Language/03_Overview/1_Scoping_A02_t30: Fail
394 394
395 395
396 [ $compiler == none && $runtime == vm && $mode == debug ] 396 [ $compiler == none && $runtime == vm && $mode == debug ]
397 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 397 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
398 398
399 [ $compiler == none && $arch == simarm ]
400 *: Skip
401
402 [ $compiler == none && $arch == arm ]
403 *: Skip
404
405
406 [ $compiler == none && $runtime == vm ] 399 [ $compiler == none && $runtime == vm ]
407 LibTest/core/Completer/Completer_A01_t01: Fail # Future is in async library. co1 9 issue 367 400 LibTest/core/Completer/Completer_A01_t01: Fail # Future is in async library. co1 9 issue 367
408 LibTest/core/Completer/completeException_A01_t01: Fail # Future is in async libr ary. co19 issue 367 401 LibTest/core/Completer/completeException_A01_t01: Fail # Future is in async libr ary. co19 issue 367
409 LibTest/core/Completer/completeException_A02_t01: Fail # Future is in async libr ary. co19 issue 367 402 LibTest/core/Completer/completeException_A02_t01: Fail # Future is in async libr ary. co19 issue 367
410 LibTest/core/Completer/completeException_A03_t01: Fail # Future is in async libr ary. co19 issue 367 403 LibTest/core/Completer/completeException_A03_t01: Fail # Future is in async libr ary. co19 issue 367
411 LibTest/core/Completer/completeException_A03_t02: Fail # Future is in async libr ary. co19 issue 367 404 LibTest/core/Completer/completeException_A03_t02: Fail # Future is in async libr ary. co19 issue 367
412 LibTest/core/Completer/complete_A01_t01: Fail # Future is in async library. co19 issue 367 405 LibTest/core/Completer/complete_A01_t01: Fail # Future is in async library. co19 issue 367
413 LibTest/core/Completer/complete_A02_t01: Fail # Future is in async library. co19 issue 367 406 LibTest/core/Completer/complete_A02_t01: Fail # Future is in async library. co19 issue 367
414 LibTest/core/Completer/complete_A02_t02: Fail # Future is in async library. co19 issue 367 407 LibTest/core/Completer/complete_A02_t02: Fail # Future is in async library. co19 issue 367
415 LibTest/core/Completer/future_A01_t01: Fail # Future is in async library. co19 i ssue 367 408 LibTest/core/Completer/future_A01_t01: Fail # Future is in async library. co19 i ssue 367
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 502 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
510 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 503 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
511 504
512 [ $compiler == none && $runtime == vm && $unchecked ] 505 [ $compiler == none && $runtime == vm && $unchecked ]
513 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367 506 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue 367
514 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367 507 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i ssue 367
515 508
516 [ $compiler == none && $runtime == vm && $checked ] 509 [ $compiler == none && $runtime == vm && $checked ]
517 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367 510 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i ssue 367
518 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371. 511 Language/14_Types/4_Interface_Types_A08_t06: Fail # Moved collection classes fro m core to collection. co19 issue 371.
512
513 [ $compiler == none && $arch == simarm ]
514 *: Skip
515
516 [ $compiler == none && $arch == arm ]
517 *: Skip
518
519 [ $compiler == none && $arch == simmips ]
520 *: Skip
521
522 [ $compiler == none && $arch == mips ]
523 *: Skip
OLDNEW
« no previous file with comments | « samples/tests/samples/samples.status ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698