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

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

Issue 9422026: Pass all co19 int tests. (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/*: Skip 9 LibTest/core/Dispatcher/*: Skip
10 LibTest/core/List/every_A03_t01: Skip 10 LibTest/core/List/every_A03_t01: Skip
(...skipping 25 matching lines...) Expand all
36 Language/06_Functions/06_Functions_A01_t01: Crash 36 Language/06_Functions/06_Functions_A01_t01: Crash
37 LibTest/core/List/List.from_A02_t01: Crash 37 LibTest/core/List/List.from_A02_t01: Crash
38 LibTest/core/List/addAll_A01_t01: Crash 38 LibTest/core/List/addAll_A01_t01: Crash
39 LibTest/core/Queue/addAll_A01_t01: Crash 39 LibTest/core/Queue/addAll_A01_t01: Crash
40 LibTest/core/Queue/addAll_A01_t02: Crash 40 LibTest/core/Queue/addAll_A01_t02: Crash
41 LibTest/core/Queue/addAll_A02_t01: Crash 41 LibTest/core/Queue/addAll_A02_t01: Crash
42 LibTest/core/Queue/iterator_A01_t02: Crash 42 LibTest/core/Queue/iterator_A01_t02: Crash
43 LibTest/core/Queue/iterator_next_A01_t01: Crash 43 LibTest/core/Queue/iterator_next_A01_t01: Crash
44 44
45 45
46 # Issues with co19 test suite.
47 LibTest/core/double/operator_truncating_division_A01_t06: Fail # Conflicts with int semantics.
46 LibTest/core/double/toRadixString_A01_t01: Fail # Unimplemented test stub. 48 LibTest/core/double/toRadixString_A01_t01: Fail # Unimplemented test stub.
47 LibTest/core/double/toStringAsExponential_A01_t01: Fail # Unimplemented test stu b. 49 LibTest/core/double/toStringAsExponential_A01_t01: Fail # Unimplemented test stu b.
48 LibTest/core/double/toStringAsPrecision_A01_t01: Fail # Unimplemented test stub. 50 LibTest/core/double/toStringAsPrecision_A01_t01: Fail # Unimplemented test stub.
51 LibTest/core/int/compareTo_A01_t01: Fail # Requires big int.
52 LibTest/core/int/hashCode_A01_t01: Fail # co19 testing missing assertion.
53 LibTest/core/int/isEven_A01_t01: Fail # Not in API.
54 LibTest/core/int/isOdd_A01_t01: Fail # Not in API.
55 LibTest/core/int/operator_NOT_A01_t01: Fail # Requires big int.
56 LibTest/core/int/operator_left_shift_A01_t01: Fail # Requires big int.
57 LibTest/core/int/operator_truncating_division_A01_t01: Fail # Requires big int.
58 LibTest/core/int/remainder_A01_t01: Fail # TODO(floitsch): Review.
59 LibTest/core/int/remainder_A01_t02: Fail # TODO(floitsch): Review.
60 LibTest/core/int/toDouble_A01_t01: Fail # Requires big int.
61 LibTest/core/int/toInt_A01_t01: Fail # Requires big int.
62 LibTest/core/int/toStringAsExponential_A01_t01: Fail # TODO(floitsch): Review.
63 LibTest/core/int/toStringAsFixed_A01_t01: Fail # TODO(floitsch): Review.
64 LibTest/core/int/toStringAsPrecision_A01_t01: Fail # TODO(floitsch): Review.
49 65
50 66
51 LibTest/core/double/abs_A01_t02: Fail # VM handling of double literals. 67 LibTest/core/double/abs_A01_t02: Fail # VM handling of double literals.
52 LibTest/core/double/ceil_A01_t01: Fail # VM handling of double literals. 68 LibTest/core/double/ceil_A01_t01: Fail # VM handling of double literals.
53 LibTest/core/double/ceil_A01_t02: Fail # VM handling of double literals. 69 LibTest/core/double/ceil_A01_t02: Fail # VM handling of double literals.
54 LibTest/core/double/ceil_A01_t07: Fail # VM handling of double literals. 70 LibTest/core/double/ceil_A01_t07: Fail # VM handling of double literals.
55 LibTest/core/double/compareTo_A01_t02: Fail # VM handling of double literals. 71 LibTest/core/double/compareTo_A01_t02: Fail # VM handling of double literals.
56 LibTest/core/double/floor_A01_t02: Fail # VM handling of double literals. 72 LibTest/core/double/floor_A01_t02: Fail # VM handling of double literals.
57 LibTest/core/double/isNegative_A01_t01: Fail # VM handling of double literals. 73 LibTest/core/double/isNegative_A01_t01: Fail # VM handling of double literals.
74 LibTest/core/double/operator_GE_A01_t01: Fail # VM handling of double literals.
58 LibTest/core/double/operator_GE_A01_t02: Fail # VM handling of double literals. 75 LibTest/core/double/operator_GE_A01_t02: Fail # VM handling of double literals.
76 LibTest/core/double/operator_GT_A01_t01: Fail # VM handling of double literals.
59 LibTest/core/double/operator_GT_A01_t02: Fail # VM handling of double literals. 77 LibTest/core/double/operator_GT_A01_t02: Fail # VM handling of double literals.
78 LibTest/core/double/operator_LE_A01_t01: Fail # VM handling of double literals.
60 LibTest/core/double/operator_LE_A01_t02: Fail # VM handling of double literals. 79 LibTest/core/double/operator_LE_A01_t02: Fail # VM handling of double literals.
80 LibTest/core/double/operator_LT_A01_t01: Fail # VM handling of double literals.
61 LibTest/core/double/operator_LT_A01_t02: Fail # VM handling of double literals. 81 LibTest/core/double/operator_LT_A01_t02: Fail # VM handling of double literals.
62 LibTest/core/double/remainder_A01_t01: Fail # VM handling of double literals. 82 LibTest/core/double/remainder_A01_t01: Fail # VM handling of double literals.
63 LibTest/core/double/remainder_A01_t07: Fail # VM handling of double literals. 83 LibTest/core/double/remainder_A01_t07: Fail # VM handling of double literals.
64 LibTest/core/double/round_A01_t01: Fail # VM handling of double literals. 84 LibTest/core/double/round_A01_t01: Fail # VM handling of double literals.
65 LibTest/core/double/toInt_A01_t01: Fail # VM handling of double literals. 85 LibTest/core/double/toInt_A01_t01: Fail # VM handling of double literals.
66 LibTest/core/double/toInt_A01_t02: Fail # VM handling of double literals. 86 LibTest/core/double/toInt_A01_t02: Fail # VM handling of double literals.
67 LibTest/core/double/toInt_A01_t05: Fail # VM handling of double literals. 87 LibTest/core/double/toInt_A01_t05: Fail # VM handling of double literals.
68 LibTest/core/double/toStringAsFixed_A01_t04: Fail # VM handling of double litera ls. 88 LibTest/core/double/toStringAsFixed_A01_t04: Fail # VM handling of double litera ls.
69 LibTest/core/double/toStringAsFixed_A01_t07: Fail # VM handling of double litera ls. 89 LibTest/core/double/toStringAsFixed_A01_t07: Fail # VM handling of double litera ls.
70 LibTest/core/double/truncate_A01_t01: Fail # VM handling of double literals. 90 LibTest/core/double/truncate_A01_t01: Fail # VM handling of double literals.
71 LibTest/core/double/operator_LT_A01_t01: Fail # VM handling of double literals.
72 LibTest/core/double/operator_LE_A01_t01: Fail # VM handling of double literals.
73 LibTest/core/double/operator_GT_A01_t01: Fail # VM handling of double literals.
74 LibTest/core/double/operator_GE_A01_t01: Fail # VM handling of double literals.
75 91
76 92
77 LibTest/core/List/List.from_A01_t01: Fail # Cannot find value. 93 LibTest/core/List/List.from_A01_t01: Fail # Cannot find value.
78 LibTest/core/List/every_A01_t01: Fail # Duplicate definition. 94 LibTest/core/List/every_A01_t01: Fail # Duplicate definition.
79 LibTest/core/List/every_A01_t02: Fail # Cannot find value. 95 LibTest/core/List/every_A01_t02: Fail # Cannot find value.
80 LibTest/core/List/every_A02_t01: Fail # Duplicate definition. 96 LibTest/core/List/every_A02_t01: Fail # Duplicate definition.
81 LibTest/core/List/every_A02_t02: Fail # Cannot find value. 97 LibTest/core/List/every_A02_t02: Fail # Cannot find value.
82 LibTest/core/List/every_A04_t01: Fail # Cannot find value. 98 LibTest/core/List/every_A04_t01: Fail # Cannot find value.
83 LibTest/core/List/filter_A01_t01: Fail # Cannot find value. 99 LibTest/core/List/filter_A01_t01: Fail # Cannot find value.
84 LibTest/core/List/filter_A01_t02: Fail # Cannot find value. 100 LibTest/core/List/filter_A01_t02: Fail # Cannot find value.
85 LibTest/core/List/filter_A02_t01: Fail # Duplicate definition. 101 LibTest/core/List/filter_A02_t01: Fail # Duplicate definition.
86 LibTest/core/List/filter_A04_t01: Fail # Cannot find value. 102 LibTest/core/List/filter_A04_t01: Fail # Cannot find value.
87 LibTest/core/List/forEach_A01_t01: Fail # Cannot find value. 103 LibTest/core/List/forEach_A01_t01: Fail # Cannot find value.
88 LibTest/core/List/forEach_A03_t01: Fail # Cannot find value. 104 LibTest/core/List/forEach_A03_t01: Fail # Cannot find value.
89 LibTest/core/List/some_A01_t01: Fail # Duplicate definition. 105 LibTest/core/List/some_A01_t01: Fail # Duplicate definition.
90 LibTest/core/List/some_A01_t02: Fail # Cannot find value. 106 LibTest/core/List/some_A01_t02: Fail # Cannot find value.
91 LibTest/core/List/sort_A01_t01: Fail # visitContinueStatement not implemented 107 LibTest/core/List/sort_A01_t01: Fail # visitContinueStatement not implemented
92 LibTest/core/List/sort_A01_t02: Fail # non-empty instruction stack 108 LibTest/core/List/sort_A01_t02: Fail # non-empty instruction stack
93 LibTest/core/List/sort_A01_t03: Fail # Cannot find value. 109 LibTest/core/List/sort_A01_t03: Fail # Cannot find value.
110 LibTest/core/int/toRadixString_A01_t01: Fail # SsaBuilder.visitBreakStatement.
94 111
95 112
96 LibTest/core/List/addLast_A01_t01: Fail # Adding interceptor crashes Leg. 113 LibTest/core/List/addLast_A01_t01: Fail # Adding interceptor crashes Leg.
97 LibTest/core/List/addLast_A01_t02: Fail # Adding interceptor crashes Leg. 114 LibTest/core/List/addLast_A01_t02: Fail # Adding interceptor crashes Leg.
98 LibTest/core/List/addLast_A01_t03: Fail # Adding interceptor crashes Leg. 115 LibTest/core/List/addLast_A01_t03: Fail # Adding interceptor crashes Leg.
99 LibTest/core/List/addLast_A02_t01: Fail # Adding interceptor crashes Leg. 116 LibTest/core/List/addLast_A02_t01: Fail # Adding interceptor crashes Leg.
100 LibTest/core/List/forEach_A01_t02: Fail # Adding interceptor crashes Leg. 117 LibTest/core/List/forEach_A01_t02: Fail # Adding interceptor crashes Leg.
101 LibTest/core/List/forEach_A02_t01: Fail # Adding interceptor crashes Leg. 118 LibTest/core/List/forEach_A02_t01: Fail # Adding interceptor crashes Leg.
102 LibTest/core/double/compareTo_A01_t03: Fail # Adding interceptor crashes Leg. 119 LibTest/core/double/compareTo_A01_t03: Fail # Adding interceptor crashes Leg.
103 LibTest/core/double/operator_GE_A01_t03: Fail # Adding interceptor crashes Leg. 120 LibTest/core/double/operator_GE_A01_t03: Fail # Adding interceptor crashes Leg.
(...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after
991 LibTest/core/StringBuffer/length_A01_t01: Fail 1008 LibTest/core/StringBuffer/length_A01_t01: Fail
992 LibTest/core/StringBuffer/toString_A01_t01: Fail 1009 LibTest/core/StringBuffer/toString_A01_t01: Fail
993 LibTest/core/Strings/concatAll_A01_t01: Fail 1010 LibTest/core/Strings/concatAll_A01_t01: Fail
994 LibTest/core/Strings/concatAll_A02_t01: Fail 1011 LibTest/core/Strings/concatAll_A02_t01: Fail
995 LibTest/core/Strings/concatAll_A03_t01: Fail 1012 LibTest/core/Strings/concatAll_A03_t01: Fail
996 LibTest/core/Strings/concatAll_A04_t01: Fail 1013 LibTest/core/Strings/concatAll_A04_t01: Fail
997 LibTest/core/Strings/join_A01_t01: Fail 1014 LibTest/core/Strings/join_A01_t01: Fail
998 LibTest/core/Strings/join_A02_t01: Fail 1015 LibTest/core/Strings/join_A02_t01: Fail
999 LibTest/core/Strings/join_A03_t01: Fail 1016 LibTest/core/Strings/join_A03_t01: Fail
1000 LibTest/core/Strings/join_A04_t01: Fail 1017 LibTest/core/Strings/join_A04_t01: Fail
1001 LibTest/core/int/compareTo_A01_t01: Fail
1002 LibTest/core/int/hashCode_A01_t01: Fail
1003 LibTest/core/int/isEven_A01_t01: Fail
1004 LibTest/core/int/isOdd_A01_t01: Fail
1005 LibTest/core/int/operator_NOT_A01_t01: Fail
1006 LibTest/core/int/operator_left_shift_A01_t01: Fail
1007 LibTest/core/int/operator_truncating_division_A01_t01: Fail
1008 LibTest/core/int/operator_truncating_division_A01_t02: Fail
1009 LibTest/core/int/remainder_A01_t01: Fail
1010 LibTest/core/int/remainder_A01_t03: Fail
1011 LibTest/core/int/toDouble_A01_t01: Fail, Crash
1012 LibTest/core/int/toInt_A01_t01: Fail
1013 LibTest/core/int/toRadixString_A01_t01: Fail
1014 LibTest/core/int/toStringAsExponential_A01_t01: Fail
1015 LibTest/core/int/toStringAsFixed_A01_t01: Fail
1016 LibTest/core/int/toStringAsPrecision_A01_t01: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698