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

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

Issue 9113043: Implement Double.{toString, toStringAsExponential, toStringAsPrecision} (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated status files. Created 8 years, 9 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 | « runtime/vm/object.cc ('k') | tests/co19/co19-runtime.status » ('j') | 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 == 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 LibTest/core/Queue/addAll_A01_t01: Fail, Crash 51 LibTest/core/Queue/addAll_A01_t01: Fail, Crash
52 52
53 53
54 # Issues with co19 test suite. 54 # Issues with co19 test suite.
55 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # Undocumented behavior. 55 LibTest/core/Date/Date.fromString_A01_t02: Fail, OK # Undocumented behavior.
56 LibTest/core/Date/Date.fromString_A01_t03: Fail, OK # Undocumented behavior. 56 LibTest/core/Date/Date.fromString_A01_t03: Fail, OK # Undocumented behavior.
57 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # Undocumented behavior. 57 LibTest/core/Date/Date.fromString_A01_t04: Fail, OK # Undocumented behavior.
58 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. 58 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string.
59 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 59 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
60 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable. 60 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It erable.
61 LibTest/core/Math/acos_A01_t01: Fail, OK # TODO(floitsch): Review.
62 LibTest/core/Math/acos_A01_t03: Fail, OK # TODO(floitsch): Review.
63 LibTest/core/Math/asin_A01_t01: Fail, OK # TODO(floitsch): Review.
64 LibTest/core/Math/asin_A01_t03: Fail, OK # TODO(floitsch): Review.
65 LibTest/core/Math/atan2_A01_t01: Fail, OK # TODO(floitsch): Review.
66 LibTest/core/Math/atan2_A01_t01: Fail, OK # TODO(floitsch): Review.
67 LibTest/core/Math/atan2_A01_t01: Fail, OK # TODO(floitsch): Review.
68 LibTest/core/Math/atan2_A01_t03: Fail, OK # TODO(floitsch): Review. 61 LibTest/core/Math/atan2_A01_t03: Fail, OK # TODO(floitsch): Review.
69 LibTest/core/Math/atan_A01_t01: Fail, OK # TODO(floitsch): Review.
70 LibTest/core/Math/atan_A01_t02: Fail, OK # TODO(floitsch): Review.
71 LibTest/core/Math/cos_A01_t01: Fail, OK # TODO(floitsch): Review.
72 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review. 62 LibTest/core/Math/exp_A01_t01: Fail, OK # TODO(floitsch): Review.
73 LibTest/core/Math/log_A01_t01: Fail, OK # TODO(floitsch): Review.
74 LibTest/core/Math/parseInt_A01_t01: Fail, OK # Requires big int. 63 LibTest/core/Math/parseInt_A01_t01: Fail, OK # Requires big int.
75 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow( x, y)). 64 LibTest/core/Math/pow_A01_t01: Fail, OK # Bad test (uses x.pow(y), not Math.pow( x, y)).
76 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. 65 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review.
77 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. 66 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review.
78 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. 67 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review.
79 LibTest/core/Math/sqrt_A01_t01: Fail, OK # TODO(floitsch): Review.
80 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. 68 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review.
81 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8. 69 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8.
82 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return an Iterable. 70 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return an Iterable.
83 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern. 71 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern.
84 LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode. 72 LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode.
85 LibTest/core/double/operator_truncating_division_A01_t06: Fail, OK # Conflicts w ith int semantics. 73 LibTest/core/double/operator_truncating_division_A01_t06: Fail, OK # Conflicts w ith int semantics.
86 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. 74 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub.
87 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test stub. 75 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test stub.
88 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s tub. 76 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s tub.
89 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. 77 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int.
90 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion. 78 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion.
91 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API. 79 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API.
92 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API. 80 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API.
93 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int. 81 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int.
94 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. 82 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int.
95 LibTest/core/int/operator_truncating_division_A01_t01: Fail, OK # Requires big i nt. 83 LibTest/core/int/operator_truncating_division_A01_t01: Fail, OK # Requires big i nt.
96 LibTest/core/int/remainder_A01_t01: Fail, OK # TODO(floitsch): Review. 84 LibTest/core/int/remainder_A01_t01: Fail, OK # TODO(floitsch): Review.
97 LibTest/core/int/remainder_A01_t02: Fail, OK # TODO(floitsch): Review. 85 LibTest/core/int/remainder_A01_t02: Fail, OK # TODO(floitsch): Review.
98 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. 86 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int.
99 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie w. 87 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # TODO(floitsch): Revie w.
100 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review. 88 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # TODO(floitsch): Review.
101 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review. 89 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # TODO(floitsch): Review.
102 LibTest/core/Math/parseDouble_A01_t01: Fail, OK # VM handling of double literals . 90 LibTest/core/Math/parseDouble_A01_t01: Fail, OK # VM handling of double literals .
103 LibTest/core/Math/pow_A08_t01: Fail, OK # VM handling of double literals.
104 LibTest/core/Math/pow_A09_t01: Fail, OK # VM handling of double literals.
105 LibTest/core/Math/pow_A12_t01: Fail, OK # VM handling of double literals.
106 LibTest/core/Math/pow_A14_t01: Fail, OK # VM handling of double literals.
107 LibTest/core/Math/pow_A15_t01: Fail, OK # VM handling of double literals.
108 LibTest/core/Math/pow_A16_t01: Fail, OK # VM handling of double literals.
109 LibTest/core/Math/pow_A17_t01: Fail, OK # VM handling of double literals.
110 LibTest/core/Math/sqrt_A01_t03: Fail, OK # VM handling of double literals.
111 LibTest/core/double/abs_A01_t02: Fail, OK # VM handling of double literals.
112 LibTest/core/double/ceil_A01_t01: Fail, OK # VM handling of double literals.
113 LibTest/core/double/ceil_A01_t02: Fail, OK # VM handling of double literals.
114 LibTest/core/double/ceil_A01_t07: Fail, OK # VM handling of double literals.
115 LibTest/core/double/compareTo_A01_t02: Fail, OK # VM handling of double literals . 91 LibTest/core/double/compareTo_A01_t02: Fail, OK # VM handling of double literals .
116 LibTest/core/double/floor_A01_t02: Fail, OK # VM handling of double literals.
117 LibTest/core/double/isNegative_A01_t01: Fail, OK # VM handling of double literal s. 92 LibTest/core/double/isNegative_A01_t01: Fail, OK # VM handling of double literal s.
118 LibTest/core/double/operator_GE_A01_t01: Fail, OK # VM handling of double litera ls.
119 LibTest/core/double/operator_GE_A01_t02: Fail, OK # VM handling of double litera ls.
120 LibTest/core/double/operator_GT_A01_t01: Fail, OK # VM handling of double litera ls.
121 LibTest/core/double/operator_GT_A01_t02: Fail, OK # VM handling of double litera ls.
122 LibTest/core/double/operator_LE_A01_t01: Fail, OK # VM handling of double litera ls.
123 LibTest/core/double/operator_LE_A01_t02: Fail, OK # VM handling of double litera ls.
124 LibTest/core/double/operator_LT_A01_t01: Fail, OK # VM handling of double litera ls.
125 LibTest/core/double/operator_LT_A01_t02: Fail, OK # VM handling of double litera ls.
126 LibTest/core/double/operator_division_A01_t05: Fail, OK # VM handling of double literals. 93 LibTest/core/double/operator_division_A01_t05: Fail, OK # VM handling of double literals.
127 LibTest/core/double/operator_division_A01_t07: Fail, OK # VM handling of double literals.
128 LibTest/core/double/operator_division_A01_t11: Fail, OK # VM handling of double literals.
129 LibTest/core/double/operator_multiplication_A01_t02: Fail, OK # VM handling of d ouble literals.
130 LibTest/core/double/operator_remainder_A01_t02: Fail, OK # VM handling of double literals. 94 LibTest/core/double/operator_remainder_A01_t02: Fail, OK # VM handling of double literals.
131 LibTest/core/double/operator_remainder_A01_t03: Fail, OK # VM handling of double literals. 95 LibTest/core/double/operator_remainder_A01_t03: Fail, OK # VM handling of double literals.
132 LibTest/core/double/operator_remainder_A01_t04: Fail, OK # VM handling of double literals.
133 LibTest/core/double/operator_remainder_A01_t05: Fail, OK # VM handling of double literals. 96 LibTest/core/double/operator_remainder_A01_t05: Fail, OK # VM handling of double literals.
134 LibTest/core/double/operator_remainder_A01_t06: Fail, OK # VM handling of double literals.
135 LibTest/core/double/operator_truncating_division_A01_t01: Fail, OK # VM handling of double literals. 97 LibTest/core/double/operator_truncating_division_A01_t01: Fail, OK # VM handling of double literals.
136 LibTest/core/double/operator_truncating_division_A01_t03: Fail, OK # VM handling of double literals.
137 LibTest/core/double/operator_truncating_division_A01_t05: Fail, OK # VM handling of double literals. 98 LibTest/core/double/operator_truncating_division_A01_t05: Fail, OK # VM handling of double literals.
138 LibTest/core/double/operator_truncating_division_A01_t08: Fail, OK # VM handling of double literals.
139 LibTest/core/double/remainder_A01_t01: Fail, OK # VM handling of double literals .
140 LibTest/core/double/remainder_A01_t02: Fail, OK # VM handling of double literals . 99 LibTest/core/double/remainder_A01_t02: Fail, OK # VM handling of double literals .
141 LibTest/core/double/remainder_A01_t03: Fail, OK # VM handling of double literals . 100 LibTest/core/double/remainder_A01_t03: Fail, OK # VM handling of double literals .
142 LibTest/core/double/remainder_A01_t05: Fail, OK # VM handling of double literals . 101 LibTest/core/double/remainder_A01_t05: Fail, OK # VM handling of double literals .
143 LibTest/core/double/remainder_A01_t06: Fail, OK # VM handling of double literals .
144 LibTest/core/double/remainder_A01_t07: Fail, OK # VM handling of double literals .
145 LibTest/core/double/round_A01_t01: Fail, OK # VM handling of double literals. 102 LibTest/core/double/round_A01_t01: Fail, OK # VM handling of double literals.
146 LibTest/core/double/toInt_A01_t01: Fail, OK # VM handling of double literals. 103 LibTest/core/double/toInt_A01_t01: Fail, OK # VM handling of double literals.
147 LibTest/core/double/toInt_A01_t02: Fail, OK # VM handling of double literals. 104 LibTest/core/double/toInt_A01_t02: Fail, OK # VM handling of double literals.
148 LibTest/core/double/toInt_A01_t05: Fail, OK # VM handling of double literals. 105 LibTest/core/double/toInt_A01_t05: Fail, OK # VM handling of double literals.
149 LibTest/core/double/toStringAsFixed_A01_t04: Fail, OK # VM handling of double li terals.
150 LibTest/core/double/toStringAsFixed_A01_t07: Fail, OK # VM handling of double li terals.
151 LibTest/core/double/truncate_A01_t01: Fail, OK # VM handling of double literals.
152 106
153 107
154 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t01: Fail # SsaBuilder: throw without expression not implemented 108 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t01: Fail # SsaBuilder: throw without expression not implemented
155 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t02: Fail # SsaBuilder: throw without expression not implemented 109 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A05_t02: Fail # SsaBuilder: throw without expression not implemented
156 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04: Fail # SsaBuilder.visitContinueStatement not implemented 110 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t04: Fail # SsaBuilder.visitContinueStatement not implemented
157 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t05: Fail # SsaBuilder: throw without expression not implemented 111 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A08_t05: Fail # SsaBuilder: throw without expression not implemented
158 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04: Fail # SsaBuilder.visitContinueStatement not implemented 112 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A09_t04: Fail # SsaBuilder.visitContinueStatement not implemented
159 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/02_5_Meaning_of_Names _A02_t01: Fail # SsaBuilder.visitIdentifier on non-this 113 LangGuideTest/02_Language_Constructs/02_5_Meaning_of_Names/02_5_Meaning_of_Names _A02_t01: Fail # SsaBuilder.visitIdentifier on non-this
160 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A02_t01: Fail # Cannot find value 114 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A02_t01: Fail # Cannot find value
161 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A03_t01: Fail # Cannot find value 115 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A03_t01: Fail # Cannot find value
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values. 262 LibTest/core/Math/parseDouble_A02_t01: Fail # TODO(ahe): Reject bad values.
309 LibTest/core/Queue/iterator_A01_t01: Fail # Implement is-checks. 263 LibTest/core/Queue/iterator_A01_t01: Fail # Implement is-checks.
310 264
311 265
312 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+ 10000. 266 LibTest/core/String/String_class_A02_t01: Fail # Unhandled non-BMP character: U+ 10000.
313 LibTest/core/String/charCodeAt_A01_t01: Fail # Unhandled non-BMP character: U+10 000. 267 LibTest/core/String/charCodeAt_A01_t01: Fail # Unhandled non-BMP character: U+10 000.
314 LibTest/core/String/charCodes_A01_t01: Fail # Unhandled non-BMP character: U+100 00. 268 LibTest/core/String/charCodes_A01_t01: Fail # Unhandled non-BMP character: U+100 00.
315 269
316 270
317 # TODO(floitsch): Please review these. 271 # TODO(floitsch): Please review these.
318 LibTest/core/Expect/approxEquals_A01_t04: Fail # Unknown issue with doubles.
319 LibTest/core/Expect/identical_A01_t01: Fail # Is NaN identical to NaN? 272 LibTest/core/Expect/identical_A01_t01: Fail # Is NaN identical to NaN?
320 273
321 274
322 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t02: Fail # Expect.isTrue(false) fails. 275 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t02: Fail # Expect.isTrue(false) fails.
323 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t03: Fail # Expect.isTrue(false) fails. 276 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Canonicalization/02_1 _Class_Canonicalization_A01_t03: Fail # Expect.isTrue(false) fails.
324 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ ality_A01_t01: Fail # Expect.isTrue(false) fails. 277 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ ality_A01_t01: Fail # Expect.isTrue(false) fails.
325 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ ality_A01_t03: Fail # Expect.isTrue(false) fails. 278 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ ality_A01_t03: Fail # Expect.isTrue(false) fails.
326 LangGuideTest/05_Equality/05_2_Value_Equality/05_2_Value_Equality_A01_t01: Fail # Expect.isTrue(false) fails. 279 LangGuideTest/05_Equality/05_2_Value_Equality/05_2_Value_Equality_A01_t01: Fail # Expect.isTrue(false) fails.
327 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A02_t01: Fail # Expect .fail('NoSuchMethodException expected when calling an abstract method.') 280 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A02_t01: Fail # Expect .fail('NoSuchMethodException expected when calling an abstract method.')
328 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A02_t02: Fail # Expect .fail('NoSuchMethodException expected when calling abstract method or superclass .') 281 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A02_t02: Fail # Expect .fail('NoSuchMethodException expected when calling abstract method or superclass .')
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error 676 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error
724 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error 677 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error
725 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error 678 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error
726 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error 679 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error
727 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error 680 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error
728 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error 681 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error
729 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error 682 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error
730 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error 683 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error
731 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 684 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
732 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error 685 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « runtime/vm/object.cc ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698