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

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

Issue 8539003: fix co19 tests - updates that I didn't catch after merging with John's cl (Closed) Base URL: https://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 | « 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 [ $component == frog || $component == frogsh || $component == leg ] 7 [ $component == frog || $component == frogsh || $component == leg ]
8 8
9 LangSpecTest/13_Types/13_4_Interface_Types/A12/t10: Fail 9 LangSpecTest/13_Types/13_4_Interface_Types/A12/t10: Fail
10 LangSpecTest/13_Types/13_4_Interface_Types/A12/t09: Fail 10 LangSpecTest/13_Types/13_4_Interface_Types/A12/t09: Fail
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 LibTest/core/Map/operator\[]=/Map/operator\[]=/A01/t03: Fail 536 LibTest/core/Map/operator\[]=/Map/operator\[]=/A01/t03: Fail
537 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t04: Fail 537 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t04: Fail
538 LangSpecTest/13_Types/13_7_Type_Void/A01/t05: Fail 538 LangSpecTest/13_Types/13_7_Type_Void/A01/t05: Fail
539 LibTest/core/AssertError/line/AssertError/line/A01/t02: Fail 539 LibTest/core/AssertError/line/AssertError/line/A01/t02: Fail
540 LibTest/core/AssertError/toString/AssertError/toString/A01/t02: Fail 540 LibTest/core/AssertError/toString/AssertError/toString/A01/t02: Fail
541 LibTest/core/AssertError/column/AssertError/column/A01/t02: Fail 541 LibTest/core/AssertError/column/AssertError/column/A01/t02: Fail
542 LibTest/core/AssertError/failedAssertion/AssertError/failedAssertion/A01/t01: Fa il 542 LibTest/core/AssertError/failedAssertion/AssertError/failedAssertion/A01/t01: Fa il
543 LibTest/core/TypeError/toString/TypeError/toString/A01/t01: Fail 543 LibTest/core/TypeError/toString/TypeError/toString/A01/t01: Fail
544 544
545 [ ($component == frog || $component == frogsh || $component == leg) && $checked ] 545 [ ($component == frog || $component == frogsh || $component == leg) && $checked ]
546 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01: Fail 546 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01: Pass # for the wrong reasons
547 LangGuideTest/08_Expressions/A02/t02: Fail 547 LangGuideTest/08_Expressions/A02/t02: Fail
548 LangGuideTest/08_Expressions/A01/t02: Fail 548 LangGuideTest/08_Expressions/A01/t02: Fail
549 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A01/t01: Fail 549 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A01/t01: Fail
550 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail 550 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail
551 LangSpecTest/13_Types/13_1_Static_Types/A01/t01: Fail 551 LangSpecTest/13_Types/13_1_Static_Types/A01/t01: Fail
552 LangSpecTest/13_Types/13_4_Interface_Types/A12/t08: Fail 552 LangSpecTest/13_Types/13_4_Interface_Types/A12/t08: Fail
553 LangSpecTest/13_Types/13_4_Interface_Types/A12/t01: Fail 553 LangSpecTest/13_Types/13_4_Interface_Types/A12/t01: Fail
554 LangSpecTest/13_Types/13_4_Interface_Types/A08/t03: Fail 554 LangSpecTest/13_Types/13_4_Interface_Types/A08/t03: Fail
555 LangSpecTest/13_Types/13_4_Interface_Types/A12/t03: Fail 555 LangSpecTest/13_Types/13_4_Interface_Types/A12/t03: Fail
556 LangSpecTest/13_Types/13_4_Interface_Types/A09/t01: Fail 556 LangSpecTest/13_Types/13_4_Interface_Types/A09/t01: Fail
557 LangSpecTest/13_Types/13_4_Interface_Types/A12/t15: Fail 557 LangSpecTest/13_Types/13_4_Interface_Types/A12/t15: Fail
558 LibTest/core/Strings/concatAll/Strings/concatAll/A01/t02: Fail 558 LibTest/core/Strings/concatAll/Strings/concatAll/A01/t02: Fail
559 LibTest/core/List/some/List/some/A01/t05: Fail 559 LibTest/core/List/some/List/some/A01/t05: Fail
560 LibTest/core/List/some/List/some/A01/t04: Fail 560 LibTest/core/List/some/List/some/A01/t04: Fail
561 LibTest/core/List/some/List/some/A01/t06: Fail 561 LibTest/core/List/some/List/some/A01/t06: Fail
562 LibTest/core/List/forEach/List/forEach/A01/t07: Fail 562 LibTest/core/List/forEach/List/forEach/A01/t07: Pass # for the wrong reasons
563 LibTest/core/List/every/List/every/A01/t07: Fail 563 LibTest/core/List/every/List/every/A01/t07: Fail
564 LibTest/core/List/every/List/every/A01/t05: Fail 564 LibTest/core/List/every/List/every/A01/t05: Fail
565 LibTest/core/List/every/List/every/A01/t06: Fail 565 LibTest/core/List/every/List/every/A01/t06: Fail
566 LibTest/core/List/filter/List/filter/A01/t07: Fail 566 LibTest/core/List/filter/List/filter/A01/t07: Fail
567 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Fail 567 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Fail
568 LibTest/core/BadNumberFormatException/BadNumberFormatException/BadNumberFormatEx ception/A01/t01: Fail 568 LibTest/core/BadNumberFormatException/BadNumberFormatException/BadNumberFormatEx ception/A01/t01: Fail
569 LibTest/core/UnsupportedOperationException/UnsupportedOperationException/Unsuppo rtedOperationException/A01/t01: Fail 569 LibTest/core/UnsupportedOperationException/UnsupportedOperationException/Unsuppo rtedOperationException/A01/t01: Fail
570 LibTest/core/RegExp/RegExp/RegExp/A01/t02: Fail
571 LibTest/core/Map/forEach/Map/forEach/A01/t03: Fail 570 LibTest/core/Map/forEach/Map/forEach/A01/t03: Fail
572 LibTest/core/Map/operator\[\]/Map/operator\[\]/A01/t03: Fail 571 LibTest/core/Map/operator\[\]/Map/operator\[\]/A01/t03: Fail
573 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t04: Fail 572 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t04: Fail
574 LangSpecTest/13_Types/13_1_Static_Types/A03/t01: Fail 573 LangSpecTest/13_Types/13_1_Static_Types/A03/t01: Fail
575 LangSpecTest/13_Types/13_1_Static_Types/A03/t02: Fail 574 LangSpecTest/13_Types/13_1_Static_Types/A03/t02: Fail
576 LibTest/core/Map/operator\[\]=/Map/operator\[\]=/A01/t03: Fail 575 LibTest/core/Map/operator\[\]=/Map/operator\[\]=/A01/t03: Fail
576 LibTest/core/List/some/List/some/A01/t02: Fail
577 LibTest/core/List/every/List/every/A01/t02: Fail
578 LangGuideTest/02_Language_Constructs/02_6_Functions/A04/t01: Fail
579 LangGuideTest/02_Language_Constructs/02_2_Interface/A01/t01: Fail
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