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

Side by Side Diff: dart/tests/co19/co19-leg.status

Issue 9395070: Triage Expect. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 10 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
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 == leg ] 7 [ $component == leg ]
8 # These classes have been removed, co19 issue 79. 8 # These classes have been removed, co19 issue 79.
9 LibTest/core/Dispatcher/*: Fail, OK 9 LibTest/core/Dispatcher/*: Fail, OK
10 LibTest/core/List/every_A03_t01: Fail, OK 10 LibTest/core/List/every_A03_t01: Fail, OK
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 LibTest/core/double/remainder_A01_t07: Fail, OK # VM handling of double literals . 115 LibTest/core/double/remainder_A01_t07: Fail, OK # VM handling of double literals .
116 LibTest/core/double/round_A01_t01: Fail, OK # VM handling of double literals. 116 LibTest/core/double/round_A01_t01: Fail, OK # VM handling of double literals.
117 LibTest/core/double/toInt_A01_t01: Fail, OK # VM handling of double literals. 117 LibTest/core/double/toInt_A01_t01: Fail, OK # VM handling of double literals.
118 LibTest/core/double/toInt_A01_t02: Fail, OK # VM handling of double literals. 118 LibTest/core/double/toInt_A01_t02: Fail, OK # VM handling of double literals.
119 LibTest/core/double/toInt_A01_t05: Fail, OK # VM handling of double literals. 119 LibTest/core/double/toInt_A01_t05: Fail, OK # VM handling of double literals.
120 LibTest/core/double/toStringAsFixed_A01_t04: Fail, OK # VM handling of double li terals. 120 LibTest/core/double/toStringAsFixed_A01_t04: Fail, OK # VM handling of double li terals.
121 LibTest/core/double/toStringAsFixed_A01_t07: Fail, OK # VM handling of double li terals. 121 LibTest/core/double/toStringAsFixed_A01_t07: Fail, OK # VM handling of double li terals.
122 LibTest/core/double/truncate_A01_t01: Fail, OK # VM handling of double literals. 122 LibTest/core/double/truncate_A01_t01: Fail, OK # VM handling of double literals.
123 123
124 124
125 LibTest/core/Expect/setEquals_A01_t01: Fail # Cannot find value
126 LibTest/core/Expect/setEquals_A01_t02: Fail # Cannot find value
127 LibTest/core/Expect/setEquals_A03_t01: Fail # Cannot find value
128 LibTest/core/Expect/stringEquals_A01_t01: Fail # SsaBuilder.visitBreakStatement
129 LibTest/core/Expect/stringEquals_A01_t02: Fail # SsaBuilder.visitBreakStatement
130 LibTest/core/Expect/stringEquals_A02_t01: Fail # SsaBuilder.visitBreakStatement
131 LibTest/core/Expect/throws_A01_t01: Fail # Bad code generation.
132 LibTest/core/Expect/throws_A02_t01: Fail # Bad code generation.
125 LibTest/core/List/List.from_A01_t01: Fail # Cannot find value. 133 LibTest/core/List/List.from_A01_t01: Fail # Cannot find value.
126 LibTest/core/List/every_A01_t01: Fail # Duplicate definition. 134 LibTest/core/List/every_A01_t01: Fail # Duplicate definition.
127 LibTest/core/List/every_A01_t02: Fail # Cannot find value. 135 LibTest/core/List/every_A01_t02: Fail # Cannot find value.
128 LibTest/core/List/every_A02_t01: Fail # Duplicate definition. 136 LibTest/core/List/every_A02_t01: Fail # Duplicate definition.
129 LibTest/core/List/every_A02_t02: Fail # Cannot find value. 137 LibTest/core/List/every_A02_t02: Fail # Cannot find value.
130 LibTest/core/List/every_A04_t01: Fail # Cannot find value. 138 LibTest/core/List/every_A04_t01: Fail # Cannot find value.
131 LibTest/core/List/filter_A01_t01: Fail # Cannot find value. 139 LibTest/core/List/filter_A01_t01: Fail # Cannot find value.
132 LibTest/core/List/filter_A01_t02: Fail # Cannot find value. 140 LibTest/core/List/filter_A01_t02: Fail # Cannot find value.
133 LibTest/core/List/filter_A02_t01: Fail # Duplicate definition. 141 LibTest/core/List/filter_A02_t01: Fail # Duplicate definition.
134 LibTest/core/List/filter_A04_t01: Fail # Cannot find value. 142 LibTest/core/List/filter_A04_t01: Fail # Cannot find value.
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 LibTest/core/String/contains_A01_t02: Fail # JSSyntaxRegExp is not implemented. 236 LibTest/core/String/contains_A01_t02: Fail # JSSyntaxRegExp is not implemented.
229 LibTest/core/String/contains_A01_t03: Fail # JSSyntaxRegExp is not implemented. 237 LibTest/core/String/contains_A01_t03: Fail # JSSyntaxRegExp is not implemented.
230 LibTest/core/String/replaceAll_A01_t01: Fail # JSSyntaxRegExp is not implemented . 238 LibTest/core/String/replaceAll_A01_t01: Fail # JSSyntaxRegExp is not implemented .
231 LibTest/core/String/replaceAll_A02_t01: Fail # JSSyntaxRegExp is not implemented . 239 LibTest/core/String/replaceAll_A02_t01: Fail # JSSyntaxRegExp is not implemented .
232 LibTest/core/String/replaceFirst_A01_t01: Fail # JSSyntaxRegExp is not implement ed. 240 LibTest/core/String/replaceFirst_A01_t01: Fail # JSSyntaxRegExp is not implement ed.
233 LibTest/core/String/replaceFirst_A02_t01: Fail # JSSyntaxRegExp is not implement ed. 241 LibTest/core/String/replaceFirst_A02_t01: Fail # JSSyntaxRegExp is not implement ed.
234 LibTest/core/String/split_A01_t01: Fail # JSSyntaxRegExp is not implemented. 242 LibTest/core/String/split_A01_t01: Fail # JSSyntaxRegExp is not implemented.
235 LibTest/core/String/split_A01_t02: Fail # JSSyntaxRegExp is not implemented. 243 LibTest/core/String/split_A01_t02: Fail # JSSyntaxRegExp is not implemented.
236 244
237 245
246 # TODO(floitsch): Please review these.
247 LibTest/core/Expect/approxEquals_A01_t04: Fail # Unknown issue with doubles.
248 LibTest/core/Expect/identical_A01_t01: Fail # Is NaN identical to NaN?
249
238 250
239 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01: Fail 251 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01: Fail
240 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t01: Fail 252 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t01: Fail
241 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t02: Fail 253 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t02: Fail
242 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A06_t02: Fail 254 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A06_t02: Fail
243 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t03: Fail 255 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t03: Fail
244 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04: Fail 256 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04: Fail
245 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t05: Fail 257 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t05: Fail
246 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t03: Fail 258 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t03: Fail
247 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04: Fail 259 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04: Fail
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 Language/13_Types/5_Function_Types_A02_t03: Fail 653 Language/13_Types/5_Function_Types_A02_t03: Fail
642 Language/13_Types/5_Function_Types_A02_t04: Fail 654 Language/13_Types/5_Function_Types_A02_t04: Fail
643 Language/13_Types/5_Function_Types_A02_t05: Fail 655 Language/13_Types/5_Function_Types_A02_t05: Fail
644 Language/13_Types/6_Type_Dynamic_A01_t01: Fail 656 Language/13_Types/6_Type_Dynamic_A01_t01: Fail
645 Language/13_Types/6_Type_Dynamic_A02_t01: Fail 657 Language/13_Types/6_Type_Dynamic_A02_t01: Fail
646 Language/13_Types/6_Type_Dynamic_A03_t01: Fail 658 Language/13_Types/6_Type_Dynamic_A03_t01: Fail
647 Language/13_Types/6_Type_Dynamic_A04_t01: Fail 659 Language/13_Types/6_Type_Dynamic_A04_t01: Fail
648 Language/13_Types/7_Type_Void_A01_t09: Fail 660 Language/13_Types/7_Type_Void_A01_t09: Fail
649 661
650 662
651 LibTest/core/Expect/approxEquals_A01_t04: Fail
652 LibTest/core/Expect/approxEquals_A04_t01: Fail
653 LibTest/core/Expect/equals_A02_t01: Fail
654 LibTest/core/Expect/fail_A02_t01: Fail
655 LibTest/core/Expect/identical_A01_t01: Fail
656 LibTest/core/Expect/identical_A02_t01: Fail
657 LibTest/core/Expect/isFalse_A02_t01: Fail
658 LibTest/core/Expect/isNotNull_A02_t01: Fail
659 LibTest/core/Expect/isNull_A02_t01: Fail
660 LibTest/core/Expect/isTrue_A02_t01: Fail
661 LibTest/core/Expect/listEquals_A02_t01: Fail
662 LibTest/core/Expect/listEquals_A03_t01: Fail
663 LibTest/core/Expect/notEquals_A02_t01: Fail
664 LibTest/core/Expect/setEquals_A01_t01: Fail
665 LibTest/core/Expect/setEquals_A01_t02: Fail
666 LibTest/core/Expect/setEquals_A02_t01: Fail
667 LibTest/core/Expect/setEquals_A03_t01: Fail
668 LibTest/core/Expect/stringEquals_A01_t01: Fail
669 LibTest/core/Expect/stringEquals_A01_t02: Fail
670 LibTest/core/Expect/stringEquals_A02_t01: Fail
671 LibTest/core/Expect/throws_A01_t01: Fail
672 LibTest/core/Expect/throws_A02_t01: Fail
673 LibTest/core/ExpectException/toString_A01_t01: Fail
674 LibTest/core/FallThroughError/toString_A01_t02: Fail 663 LibTest/core/FallThroughError/toString_A01_t02: Fail
675 LibTest/core/HashMap/HashMap.from_A01_t01: Fail 664 LibTest/core/HashMap/HashMap.from_A01_t01: Fail
676 LibTest/core/HashMap/HashMap.from_A02_t01: Fail 665 LibTest/core/HashMap/HashMap.from_A02_t01: Fail
677 LibTest/core/HashSet/HashSet.from_A01_t01: Fail 666 LibTest/core/HashSet/HashSet.from_A01_t01: Fail
678 LibTest/core/HashSet/HashSet.from_A02_t01: Fail 667 LibTest/core/HashSet/HashSet.from_A02_t01: Fail
679 LibTest/core/HashSet/HashSet_A01_t01: Fail 668 LibTest/core/HashSet/HashSet_A01_t01: Fail
680 LibTest/core/Isolate/Isolate_A01_t01: Fail 669 LibTest/core/Isolate/Isolate_A01_t01: Fail
681 LibTest/core/Isolate/Isolate_class_A01_t01: Fail 670 LibTest/core/Isolate/Isolate_class_A01_t01: Fail
682 LibTest/core/Isolate/Isolate_class_A02_t01: Fail 671 LibTest/core/Isolate/Isolate_class_A02_t01: Fail
683 LibTest/core/Isolate/main_A01_t01: Fail 672 LibTest/core/Isolate/main_A01_t01: Fail
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 LibTest/core/StringBuffer/addAll_A02_t01: Fail 888 LibTest/core/StringBuffer/addAll_A02_t01: Fail
900 LibTest/core/StringBuffer/addAll_A03_t01: Fail 889 LibTest/core/StringBuffer/addAll_A03_t01: Fail
901 LibTest/core/StringBuffer/add_A01_t01: Fail 890 LibTest/core/StringBuffer/add_A01_t01: Fail
902 LibTest/core/StringBuffer/add_A01_t02: Fail 891 LibTest/core/StringBuffer/add_A01_t02: Fail
903 LibTest/core/StringBuffer/add_A02_t01: Fail 892 LibTest/core/StringBuffer/add_A02_t01: Fail
904 LibTest/core/StringBuffer/clear_A01_t01: Fail 893 LibTest/core/StringBuffer/clear_A01_t01: Fail
905 LibTest/core/StringBuffer/clear_A02_t01: Fail 894 LibTest/core/StringBuffer/clear_A02_t01: Fail
906 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail 895 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail
907 LibTest/core/StringBuffer/length_A01_t01: Fail 896 LibTest/core/StringBuffer/length_A01_t01: Fail
908 LibTest/core/StringBuffer/toString_A01_t01: Fail 897 LibTest/core/StringBuffer/toString_A01_t01: Fail
OLDNEW
« dart/frog/leg/ssa/codegen.dart ('K') | « dart/frog/leg/ssa/codegen.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698