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

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

Issue 16843011: Move incorrectly placed co19 test expectations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 | « 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) 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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597 6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http: //dartbug.com/9597
7 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415. 7 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415.
8 8
9 [ $compiler == none && $runtime == vm ] 9 [ $compiler == none && $runtime == vm ]
10 Language/05_Variables/05_Variables_A07_t01: Fail # TODO(vm-team): Please triage this failure. 10 Language/05_Variables/05_Variables_A07_t01: Fail # TODO(vm-team): Please triage this failure.
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 396
397 LibTest/async/Completer/completeError_A01_t01: Fail # No AsyncError anymore. Iss ue 407 397 LibTest/async/Completer/completeError_A01_t01: Fail # No AsyncError anymore. Iss ue 407
398 LibTest/async/Future/Future.immediateError_A01_t01: Fail # No AsyncError anymore . Issue 407 398 LibTest/async/Future/Future.immediateError_A01_t01: Fail # No AsyncError anymore . Issue 407
399 LibTest/async/Future/catchError_A02_t01: Fail # No AsyncError anymore. Issue 407 399 LibTest/async/Future/catchError_A02_t01: Fail # No AsyncError anymore. Issue 407
400 400
401 LibTest/async/Completer/complete_A01_t03: Fail # Completer is now asynchronous. Issue 419 401 LibTest/async/Completer/complete_A01_t03: Fail # Completer is now asynchronous. Issue 419
402 LibTest/async/Completer/complete_A01_t04: Fail # Completer is now asynchronous. Issue 419 402 LibTest/async/Completer/complete_A01_t04: Fail # Completer is now asynchronous. Issue 419
403 LibTest/async/Future/then_A01_t01: Fail # Completer is now asynchronous. Issue 4 19 403 LibTest/async/Future/then_A01_t01: Fail # Completer is now asynchronous. Issue 4 19
404 LibTest/async/Future/then_A01_t04: Fail # Completer is now asynchronous. Issue 4 19 404 LibTest/async/Future/then_A01_t04: Fail # Completer is now asynchronous. Issue 4 19
405 405
406 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427
407 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427
408
406 # end [ $compiler == none && $runtime == vm ] 409 # end [ $compiler == none && $runtime == vm ]
407 410
408 411
409 [ $compiler == none && $runtime == vm && $unchecked ] 412 [ $compiler == none && $runtime == vm && $unchecked ]
410 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure. 413 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea se triage this failure.
411 414
412 LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issu e 402 415 LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issu e 402
413 416
414 417
415 [ $compiler == none && $runtime == vm && $checked ] 418 [ $compiler == none && $runtime == vm && $checked ]
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 LibTest/collection/Queue/Queue.from_A01_t02: Fail # Issue 400 451 LibTest/collection/Queue/Queue.from_A01_t02: Fail # Issue 400
449 LibTest/core/List/List.from_A01_t01: Fail # Issue 400 452 LibTest/core/List/List.from_A01_t01: Fail # Issue 400
450 LibTest/core/List/every_A01_t01: Fail # Issue 400 453 LibTest/core/List/every_A01_t01: Fail # Issue 400
451 LibTest/core/Match/str_A01_t01: Fail # Issue 400 454 LibTest/core/Match/str_A01_t01: Fail # Issue 400
452 455
453 LibTest/async/Completer/completeError_A03_t02: Fail # No AsyncError anymore. Iss ue 407 456 LibTest/async/Completer/completeError_A03_t02: Fail # No AsyncError anymore. Iss ue 407
454 LibTest/async/Completer/complete_A02_t02: Fail # No AsyncError anymore. Issue 40 7 457 LibTest/async/Completer/complete_A02_t02: Fail # No AsyncError anymore. Issue 40 7
455 LibTest/async/Future/catchError_A01_t01: Fail # No AsyncError anymore. Issue 407 458 LibTest/async/Future/catchError_A01_t01: Fail # No AsyncError anymore. Issue 407
456 LibTest/async/Future/catchError_A01_t02: Fail # No AsyncError anymore. Issue 407 459 LibTest/async/Future/catchError_A01_t02: Fail # No AsyncError anymore. Issue 407
457 460
458 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427
459 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427
460
461 #end [ $compiler == none && $runtime == vm && $checked ] 461 #end [ $compiler == none && $runtime == vm && $checked ]
462 462
463 463
464 [ $compiler == none && $runtime == vm && $mode == debug ] 464 [ $compiler == none && $runtime == vm && $mode == debug ]
465 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 465 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
466 466
467 467
468 [ $compiler == none && $runtime == vm && $system == macos ] 468 [ $compiler == none && $runtime == vm && $system == macos ]
469 LibTest/math/exp_A01_t01: Fail, OK # Issue co19 - 44 469 LibTest/math/exp_A01_t01: Fail, OK # Issue co19 - 44
470 LibTest/math/acos_A01_t01: Fail, OK # Issue co19 - 44 470 LibTest/math/acos_A01_t01: Fail, OK # Issue co19 - 44
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 LibTest/core/double/truncate_A01_t01: Fail, Pass # Pass on Mac 521 LibTest/core/double/truncate_A01_t01: Fail, Pass # Pass on Mac
522 522
523 523
524 [ $compiler == none && $runtime == vm && $arch == mips ] 524 [ $compiler == none && $runtime == vm && $arch == mips ]
525 *: Skip 525 *: Skip
526 526
527 527
528 [ $compiler == none && $runtime == vm && $arch == simmips ] 528 [ $compiler == none && $runtime == vm && $arch == simmips ]
529 *: Skip 529 *: Skip
530 530
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