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

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

Issue 8921033: Implement revised factories in the VM. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years 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
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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 LibTest/core/String/split/String/split/A01/t01: Fail 97 LibTest/core/String/split/String/split/A01/t01: Fail
98 LibTest/core/String/split/String/split/A01/t02: Fail 98 LibTest/core/String/split/String/split/A01/t02: Fail
99 LibTest/core/String/split/String/split/A02/t01: Fail 99 LibTest/core/String/split/String/split/A02/t01: Fail
100 LibTest/core/String/contains/String/contains/A03/t01: Fail 100 LibTest/core/String/contains/String/contains/A03/t01: Fail
101 LibTest/core/String/charCodes/String/charCodes/A01/t01: Fail 101 LibTest/core/String/charCodes/String/charCodes/A01/t01: Fail
102 LibTest/core/String/contains/String/contains/A02/t01: Fail 102 LibTest/core/String/contains/String/contains/A02/t01: Fail
103 LibTest/core/String/contains/String/contains/A01/t01: Fail 103 LibTest/core/String/contains/String/contains/A01/t01: Fail
104 LibTest/core/String/operator\+/String/operator\+/A01/t03: Fail 104 LibTest/core/String/operator\+/String/operator\+/A01/t03: Fail
105 LibTest/core/String/String.fromCharCodes/String/String.fromCharCodes/A02/t01: Fa il 105 LibTest/core/String/String.fromCharCodes/String/String.fromCharCodes/A02/t01: Fa il
106 LibTest/core/String/String.fromCharCodes/String/String.fromCharCodes/A03/t01: Fa il 106 LibTest/core/String/String.fromCharCodes/String/String.fromCharCodes/A03/t01: Fa il
107 LibTest/core/String/replaceFirst/String/replaceFirst/A01/t01: Fail
108 LibTest/core/String/indexOf/String/indexOf/A01/t02: Fail 107 LibTest/core/String/indexOf/String/indexOf/A01/t02: Fail
109 LibTest/core/String/indexOf/String/indexOf/A03/t01: Fail 108 LibTest/core/String/indexOf/String/indexOf/A03/t01: Fail
110 LibTest/core/String/replaceFirst/String/replaceFirst/A02/t01: Fail 109 LibTest/core/String/replaceFirst/String/replaceFirst/A02/t01: Fail
111 LibTest/core/Expect/isTrue/Expect/isTrue/A02/t01: Fail 110 LibTest/core/Expect/isTrue/Expect/isTrue/A02/t01: Fail
112 LibTest/core/Expect/approxEquals/Expect/approxEquals/A02/t01: Fail 111 LibTest/core/Expect/approxEquals/Expect/approxEquals/A02/t01: Fail
113 LibTest/core/Expect/stringEquals/Expect/stringEquals/A02/t01: Fail 112 LibTest/core/Expect/stringEquals/Expect/stringEquals/A02/t01: Fail
114 LibTest/core/Expect/approxEquals/Expect/approxEquals/A03/t01: Fail 113 LibTest/core/Expect/approxEquals/Expect/approxEquals/A03/t01: Fail
115 LibTest/core/Expect/approxEquals/Expect/approxEquals/A01/t02: Fail 114 LibTest/core/Expect/approxEquals/Expect/approxEquals/A01/t02: Fail
116 LibTest/core/Expect/approxEquals/Expect/approxEquals/A04/t01: Fail 115 LibTest/core/Expect/approxEquals/Expect/approxEquals/A04/t01: Fail
117 LibTest/core/Expect/approxEquals/Expect/approxEquals/A01/t01: Fail 116 LibTest/core/Expect/approxEquals/Expect/approxEquals/A01/t01: Fail
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 # checked mode to throw the right error. 507 # checked mode to throw the right error.
509 [ ($component == frog || $component == frogsh || $component == leg) && $unchecke d ] 508 [ ($component == frog || $component == frogsh || $component == leg) && $unchecke d ]
510 LangSpecTest/13_Types/13_1_Static_Types/A03/t01: Fail 509 LangSpecTest/13_Types/13_1_Static_Types/A03/t01: Fail
511 LangSpecTest/13_Types/13_1_Static_Types/A03/t02: Fail 510 LangSpecTest/13_Types/13_1_Static_Types/A03/t02: Fail
512 LibTest/core/Map/forEach/Map/forEach/A01/t03: Fail 511 LibTest/core/Map/forEach/Map/forEach/A01/t03: Fail
513 LibTest/core/Map/operator\[]/Map/operator\[]/A01/t03: Fail 512 LibTest/core/Map/operator\[]/Map/operator\[]/A01/t03: Fail
514 LibTest/core/Map/operator\[]=/Map/operator\[]=/A01/t03: Fail 513 LibTest/core/Map/operator\[]=/Map/operator\[]=/A01/t03: Fail
515 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t04: Fail 514 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t04: Fail
516 LangSpecTest/13_Types/13_7_Type_Void/A01/t05: Fail 515 LangSpecTest/13_Types/13_7_Type_Void/A01/t05: Fail
517 LibTest/core/AssertError/line/AssertError/line/A01/t02: Fail 516 LibTest/core/AssertError/line/AssertError/line/A01/t02: Fail
518 LibTest/core/AssertError/toString/AssertError/toString/A01/t02: Fail
519 LibTest/core/AssertError/column/AssertError/column/A01/t02: Fail 517 LibTest/core/AssertError/column/AssertError/column/A01/t02: Fail
520 LibTest/core/AssertError/failedAssertion/AssertError/failedAssertion/A01/t01: Fa il 518 LibTest/core/AssertError/failedAssertion/AssertError/failedAssertion/A01/t01: Fa il
521 LibTest/core/TypeError/toString/TypeError/toString/A01/t01: Fail 519 LibTest/core/TypeError/toString/TypeError/toString/A01/t01: Fail
522 520
523 [ ($component == frog || $component == frogsh || $component == leg) && $checked ] 521 [ ($component == frog || $component == frogsh || $component == leg) && $checked ]
524 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01: Pass # for the wrong reasons 522 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01: Pass # for the wrong reasons
525 LangGuideTest/08_Expressions/A02/t02: Fail 523 LangGuideTest/08_Expressions/A02/t02: Fail
526 LangGuideTest/08_Expressions/A01/t02: Fail 524 LangGuideTest/08_Expressions/A01/t02: Fail
527 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail 525 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail
528 LangSpecTest/13_Types/13_1_Static_Types/A01/t01: Fail 526 LangSpecTest/13_Types/13_1_Static_Types/A01/t01: Fail
(...skipping 28 matching lines...) Expand all
557 # The following tests fail due to renaming of StopWatch to Stopwatch. 555 # The following tests fail due to renaming of StopWatch to Stopwatch.
558 [ $component == frog || $component == frogsh || $component == leg ] 556 [ $component == frog || $component == frogsh || $component == leg ]
559 LibTest/core/StopWatch/StopWatch/StopWatch/A01/t01: Fail 557 LibTest/core/StopWatch/StopWatch/StopWatch/A01/t01: Fail
560 LibTest/core/StopWatch/start/StopWatch/start/A01/t01: Fail 558 LibTest/core/StopWatch/start/StopWatch/start/A01/t01: Fail
561 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail # Also broken test. 559 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail # Also broken test.
562 LibTest/core/StopWatch/start/StopWatch/start/A01/t03: Fail 560 LibTest/core/StopWatch/start/StopWatch/start/A01/t03: Fail
563 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t01: Fail 561 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t01: Fail
564 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Fail 562 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Fail
565 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t03: Fail 563 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t03: Fail
566 LibTest/core/StopWatch/frequency/StopWatch/frequency/A01/t01: Fail 564 LibTest/core/StopWatch/frequency/StopWatch/frequency/A01/t01: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698