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

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

Issue 8438001: Use $checked to check for VM running in checked mode (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: changes 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 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4 7 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4
8 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip 8 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip
9 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip 9 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip
10 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Skip 10 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Skip
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 LibTest/core/StringBuffer/isEmpty/StringBuffer/isEmpty/A01/t01: Fail 82 LibTest/core/StringBuffer/isEmpty/StringBuffer/isEmpty/A01/t01: Fail
83 83
84 # List.fromList has been removed. 84 # List.fromList has been removed.
85 LibTest/core/List/List.fromList/*: Fail 85 LibTest/core/List/List.fromList/*: Fail
86 86
87 87
88 # New problems on 2011-11-01. 88 # New problems on 2011-11-01.
89 [ $component == vm && $mode == debug ] 89 [ $component == vm && $mode == debug ]
90 LibTest/core/Expect/throws/Expect/throws/A01/t03: Crash 90 LibTest/core/Expect/throws/Expect/throws/A01/t03: Crash
91 LibTest/core/Expect/throws/Expect/throws/A01/t04: Crash 91 LibTest/core/Expect/throws/Expect/throws/A01/t04: Crash
92 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Skip # Times out. 92 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Timeout
93 LibTest/core/List/copyFrom/List/copyFrom/A01/t03: Crash 93 LibTest/core/List/copyFrom/List/copyFrom/A01/t03: Crash
94 LibTest/core/List/copyFrom/List/copyFrom/A01/t04: Crash 94 LibTest/core/List/copyFrom/List/copyFrom/A01/t04: Crash
95 LibTest/core/double/ceil/double/ceil/A01/t05: Crash 95 LibTest/core/double/ceil/double/ceil/A01/t05: Crash
96 LibTest/core/double/floor/double/floor/A01/t05: Crash 96 LibTest/core/double/floor/double/floor/A01/t05: Crash
97 [ $component == vm && $mode == release ] 97 [ $component == vm && $mode == release ]
98 LibTest/core/List/copyFrom/List/copyFrom/A01/t03: Fail 98 LibTest/core/List/copyFrom/List/copyFrom/A01/t03: Fail
99 LibTest/core/List/copyFrom/List/copyFrom/A01/t04: Fail 99 LibTest/core/List/copyFrom/List/copyFrom/A01/t04: Fail
100 [ $component == vm ] 100 [ $component == vm ]
101 LangGuideTest/08_Expressions/08_2_Assignment_Operator/Variable_Or_Parameter_Assi gnment/A03/t04: Fail
102 LangGuideTest/08_Expressions/A01/t02: Fail
103 LangSpecTest/13_Types/13_1_Static_Types/A04/t01: Fail
104 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail 101 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail
105 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t02: Fail
106 LangSpecTest/13_Types/13_4_Interface_Types/A07/t02: Fail 102 LangSpecTest/13_Types/13_4_Interface_Types/A07/t02: Fail
107 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail 103 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail
108 LangSpecTest/13_Types/13_4_Interface_Types/A10/t06: Fail 104 LangSpecTest/13_Types/13_4_Interface_Types/A10/t06: Fail
109 LangSpecTest/13_Types/13_4_Interface_Types/A10/t07: Fail 105 LangSpecTest/13_Types/13_4_Interface_Types/A10/t07: Fail
110 LangSpecTest/13_Types/13_4_Interface_Types/A10/t08: Fail 106 LangSpecTest/13_Types/13_4_Interface_Types/A10/t08: Fail
111 LangSpecTest/13_Types/13_4_Interface_Types/A10/t09: Fail 107 LangSpecTest/13_Types/13_4_Interface_Types/A10/t09: Fail
112 LangSpecTest/13_Types/13_4_Interface_Types/A12/t01: Fail
113 LangSpecTest/13_Types/13_4_Interface_Types/A12/t02: Fail
114 LangSpecTest/13_Types/13_4_Interface_Types/A12/t03: Fail
115 LangSpecTest/13_Types/13_4_Interface_Types/A12/t04: Fail
116 LangSpecTest/13_Types/13_4_Interface_Types/A12/t05: Fail
117 LangSpecTest/13_Types/13_4_Interface_Types/A12/t06: Fail
118 LangSpecTest/13_Types/13_4_Interface_Types/A12/t07: Fail
119 LangSpecTest/13_Types/13_4_Interface_Types/A12/t08: Fail
120 LangSpecTest/13_Types/13_4_Interface_Types/A12/t15: Fail
121 LangSpecTest/13_Types/13_4_Interface_Types/A12/t17: Fail
122 LangSpecTest/13_Types/13_5_Function_Types/A01/t01: Fail 108 LangSpecTest/13_Types/13_5_Function_Types/A01/t01: Fail
123 LangSpecTest/13_Types/13_5_Function_Types/A01/t03: Fail 109 LangSpecTest/13_Types/13_5_Function_Types/A01/t03: Fail
124 LangSpecTest/13_Types/13_5_Function_Types/A01/t05: Fail 110 LangSpecTest/13_Types/13_5_Function_Types/A01/t05: Fail
125 LangSpecTest/13_Types/13_5_Function_Types/A01/t06: Fail 111 LangSpecTest/13_Types/13_5_Function_Types/A01/t06: Fail
126 LangSpecTest/13_Types/13_5_Function_Types/A01/t13: Fail 112 LangSpecTest/13_Types/13_5_Function_Types/A01/t13: Fail
127 LangSpecTest/13_Types/13_5_Function_Types/A01/t14: Fail 113 LangSpecTest/13_Types/13_5_Function_Types/A01/t14: Fail
128 LangSpecTest/13_Types/13_5_Function_Types/A01/t18: Fail 114 LangSpecTest/13_Types/13_5_Function_Types/A01/t18: Fail
129 LangSpecTest/13_Types/13_5_Function_Types/A01/t20: Fail 115 LangSpecTest/13_Types/13_5_Function_Types/A01/t20: Fail
130 LangSpecTest/13_Types/13_5_Function_Types/A01/t21: Fail 116 LangSpecTest/13_Types/13_5_Function_Types/A01/t21: Fail
131 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t01: Fail
132 LibTest/core/AssertError/column/AssertError/column/A01/t01: Fail 117 LibTest/core/AssertError/column/AssertError/column/A01/t01: Fail
133 LibTest/core/AssertError/column/AssertError/column/A01/t02: Fail 118 LibTest/core/AssertError/column/AssertError/column/A01/t02: Fail
134 LibTest/core/AssertError/failedAssertion/AssertError/failedAssertion/A01/t01: Fa il 119 LibTest/core/AssertError/failedAssertion/AssertError/failedAssertion/A01/t01: Fa il
135 LibTest/core/AssertError/line/AssertError/line/A01/t01: Fail 120 LibTest/core/AssertError/line/AssertError/line/A01/t01: Fail
136 LibTest/core/AssertError/line/AssertError/line/A01/t02: Fail 121 LibTest/core/AssertError/line/AssertError/line/A01/t02: Fail
137 LibTest/core/AssertError/throwNew/AssertError/throwNew/A01/t01: Fail 122 LibTest/core/AssertError/throwNew/AssertError/throwNew/A01/t01: Fail
138 LibTest/core/AssertError/throwNew/AssertError/throwNew/A01/t02: Fail 123 LibTest/core/AssertError/throwNew/AssertError/throwNew/A01/t02: Fail
139 LibTest/core/AssertError/toString/AssertError/toString/A01/t01: Fail 124 LibTest/core/AssertError/toString/AssertError/toString/A01/t01: Fail
140 LibTest/core/AssertError/toString/AssertError/toString/A01/t02: Fail 125 LibTest/core/AssertError/toString/AssertError/toString/A01/t02: Fail
141 LibTest/core/AssertError/url/AssertError/url/A01/t01: Fail 126 LibTest/core/AssertError/url/AssertError/url/A01/t01: Fail
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 LibTest/core/Proxy/send/Proxy/send/A01/t01: Fail 196 LibTest/core/Proxy/send/Proxy/send/A01/t01: Fail
212 LibTest/core/Queue/every/Queue/every/A01/t03: Fail 197 LibTest/core/Queue/every/Queue/every/A01/t03: Fail
213 LibTest/core/Queue/filter/Queue/filter/A01/t03: Fail 198 LibTest/core/Queue/filter/Queue/filter/A01/t03: Fail
214 LibTest/core/Queue/forEach/Queue/forEach/A01/t03: Fail 199 LibTest/core/Queue/forEach/Queue/forEach/A01/t03: Fail
215 LibTest/core/Queue/some/Queue/some/A01/t03: Fail 200 LibTest/core/Queue/some/Queue/some/A01/t03: Fail
216 LibTest/core/ReceivePort/toSendPort/ReceivePort/toSendPort/A02/t01: Fail 201 LibTest/core/ReceivePort/toSendPort/ReceivePort/toSendPort/A02/t01: Fail
217 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t05: Fail 202 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t05: Fail
218 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t06: Fail 203 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.15_NonEmptyClassRanges/ RegExp/firstMatch/NonEmptyClassRanges/A01/t06: Fail
219 LibTest/core/RegExp/firstMatch/RegExp/firstMatch/A01/t01: Fail 204 LibTest/core/RegExp/firstMatch/RegExp/firstMatch/A01/t01: Fail
220 LibTest/core/RegExp/hasMatch/RegExp/hasMatch/A01/t02: Fail 205 LibTest/core/RegExp/hasMatch/RegExp/hasMatch/A01/t02: Fail
221 LibTest/core/SendPort/call/SendPort/call/A01/t01: timeout 206 LibTest/core/SendPort/call/SendPort/call/A01/t01: Timeout
222 LibTest/core/SendPort/send/SendPort/send/A03/t02: Fail 207 LibTest/core/SendPort/send/SendPort/send/A03/t02: Fail
223 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail 208 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail
224 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Fail 209 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Fail
225 LibTest/core/String/replaceFirst/String/replaceFirst/A01/t01: Fail 210 LibTest/core/String/replaceFirst/String/replaceFirst/A01/t01: Fail
226 LibTest/core/StringBuffer/add/StringBuffer/add/A02/t01: Fail 211 LibTest/core/StringBuffer/add/StringBuffer/add/A02/t01: Fail
227 LibTest/core/Strings/concatAll/Strings/concatAll/A03/t01: crash 212 LibTest/core/Strings/concatAll/Strings/concatAll/A03/t01: crash
228 LibTest/core/Strings/join/Strings/join/A03/t01: crash 213 LibTest/core/Strings/join/Strings/join/A03/t01: crash
229 LibTest/core/TypeError/column/TypeError/column/A01/t01: Fail
230 LibTest/core/TypeError/dstName/TypeError/dstName/A01/t01: Fail
231 LibTest/core/TypeError/dstType/TypeError/dstType/A01/t01: Fail
232 LibTest/core/TypeError/failedAssertion/TypeError/failedAssertion/A01/t01: Fail
233 LibTest/core/TypeError/line/TypeError/line/A01/t01: Fail
234 LibTest/core/TypeError/srcType/TypeError/srcType/A01/t01: Fail 214 LibTest/core/TypeError/srcType/TypeError/srcType/A01/t01: Fail
235 LibTest/core/TypeError/toString/TypeError/toString/A01/t01: Fail
236 LibTest/core/TypeError/url/TypeError/url/A01/t01: Fail
237 LibTest/core/double/compareTo/double/compareTo/A01/t02: Fail 215 LibTest/core/double/compareTo/double/compareTo/A01/t02: Fail
238 LibTest/core/double/compareTo/double/compareTo/A01/t03: Fail 216 LibTest/core/double/compareTo/double/compareTo/A01/t03: Fail
239 LibTest/core/double/isOdd/double/isOdd/A01/t02: Fail 217 LibTest/core/double/isOdd/double/isOdd/A01/t02: Fail
240 LibTest/core/double/operator%/double/operator%/A01/t06: Fail 218 LibTest/core/double/operator%/double/operator%/A01/t06: Fail
241 LibTest/core/double/operatorAddition/double/operatorAddition/A01/t02: Fail 219 LibTest/core/double/operatorAddition/double/operatorAddition/A01/t02: Fail
242 LibTest/core/double/operatorAddition/double/operatorAddition/A01/t07: Fail 220 LibTest/core/double/operatorAddition/double/operatorAddition/A01/t07: Fail
243 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t02: Fail 221 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t02: Fail
244 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t03: Fail 222 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t03: Fail
245 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t07: Fail 223 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t07: Fail
246 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t08: Fail 224 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t08: Fail
(...skipping 22 matching lines...) Expand all
269 LibTest/core/int/remainder/int/remainder/A01/t03: Fail 247 LibTest/core/int/remainder/int/remainder/A01/t03: Fail
270 LibTest/core/int/toRadixString/int/toRadixString/A01/t01: Fail 248 LibTest/core/int/toRadixString/int/toRadixString/A01/t01: Fail
271 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail 249 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail
272 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail 250 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail
273 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail 251 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail
274 [ $component == vm && $system == macos ] 252 [ $component == vm && $system == macos ]
275 LibTest/core/Math/acos/Math/acos/A01/t01: Fail 253 LibTest/core/Math/acos/Math/acos/A01/t01: Fail
276 LibTest/core/Math/asin/Math/asin/A01/t01: Fail 254 LibTest/core/Math/asin/Math/asin/A01/t01: Fail
277 LibTest/core/Math/atan/Math/atan/A01/t01: Fail 255 LibTest/core/Math/atan/Math/atan/A01/t01: Fail
278 LibTest/core/Math/cos/Math/cos/A01/t01: Fail 256 LibTest/core/Math/cos/Math/cos/A01/t01: Fail
279 [ $component == vm ] 257 [ $component == vm && !$checked ]
280 # The following tests behave differently in checked mode. 258 LangGuideTest/08_Expressions/08_2_Assignment_Operator/Variable_Or_Parameter_Assi gnment/A03/t04: Fail
281 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01: Skip 259 LangGuideTest/08_Expressions/A01/t02: Fail
282 LangGuideTest/03_Values/03_2_Numbers/A02/t01: Skip 260 LangSpecTest/13_Types/13_1_Static_Types/A04/t01: Fail
283 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A03/t01: Skip 261 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t02: Fail
284 LangGuideTest/08_Expressions/08_2_Assignment_Operator/Variable_Or_Parameter_Assi gnment/A03/t04: Skip 262 LangSpecTest/13_Types/13_4_Interface_Types/A12/t01: Fail
285 LangGuideTest/08_Expressions/A01/t02: Skip 263 LangSpecTest/13_Types/13_4_Interface_Types/A12/t02: Fail
286 LangGuideTest/08_Expressions/A02/t02: Skip 264 LangSpecTest/13_Types/13_4_Interface_Types/A12/t03: Fail
287 LangSpecTest/13_Types/13_1_Static_Types/A01/t01: Skip 265 LangSpecTest/13_Types/13_4_Interface_Types/A12/t04: Fail
288 LangSpecTest/13_Types/13_1_Static_Types/A04/t01: Skip 266 LangSpecTest/13_Types/13_4_Interface_Types/A12/t05: Fail
289 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t02: Skip 267 LangSpecTest/13_Types/13_4_Interface_Types/A12/t06: Fail
290 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A01/t01: Skip 268 LangSpecTest/13_Types/13_4_Interface_Types/A12/t07: Fail
291 LangSpecTest/13_Types/13_4_Interface_Types/A01/t01: Skip 269 LangSpecTest/13_Types/13_4_Interface_Types/A12/t08: Fail
292 LangSpecTest/13_Types/13_4_Interface_Types/A02/t01: Skip 270 LangSpecTest/13_Types/13_4_Interface_Types/A12/t15: Fail
293 LangSpecTest/13_Types/13_4_Interface_Types/A08/t03: Skip 271 LangSpecTest/13_Types/13_4_Interface_Types/A12/t17: Fail
294 LangSpecTest/13_Types/13_4_Interface_Types/A09/t01: Skip 272 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t01: Fail
295 LangSpecTest/13_Types/13_4_Interface_Types/A10/t03: Skip 273 LibTest/core/TypeError/column/TypeError/column/A01/t01: Fail
296 LangSpecTest/13_Types/13_4_Interface_Types/A10/t10: Skip 274 LibTest/core/TypeError/dstName/TypeError/dstName/A01/t01: Fail
297 LangSpecTest/13_Types/13_4_Interface_Types/A10/t11: Skip 275 LibTest/core/TypeError/dstType/TypeError/dstType/A01/t01: Fail
298 LangSpecTest/13_Types/13_4_Interface_Types/A12/t01: Skip 276 LibTest/core/TypeError/failedAssertion/TypeError/failedAssertion/A01/t01: Fail
299 LangSpecTest/13_Types/13_4_Interface_Types/A12/t02: Skip 277 LibTest/core/TypeError/line/TypeError/line/A01/t01: Fail
300 LangSpecTest/13_Types/13_4_Interface_Types/A12/t03: Skip 278 LibTest/core/TypeError/toString/TypeError/toString/A01/t01: Fail
301 LangSpecTest/13_Types/13_4_Interface_Types/A12/t04: Skip 279 LibTest/core/TypeError/url/TypeError/url/A01/t01: Fail
302 LangSpecTest/13_Types/13_4_Interface_Types/A12/t05: Skip 280 [ $component == vm && $checked ]
303 LangSpecTest/13_Types/13_4_Interface_Types/A12/t06: Skip 281 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01: Fail
304 LangSpecTest/13_Types/13_4_Interface_Types/A12/t07: Skip 282 LangGuideTest/03_Values/03_2_Numbers/A02/t01: Fail
305 LangSpecTest/13_Types/13_4_Interface_Types/A12/t08: Skip 283 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A03/t01: Fail
306 LangSpecTest/13_Types/13_4_Interface_Types/A12/t15: Skip 284 LangGuideTest/08_Expressions/A02/t02: Fail
307 LangSpecTest/13_Types/13_4_Interface_Types/A12/t17: Skip 285 LangSpecTest/13_Types/13_1_Static_Types/A01/t01: Fail
308 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t01: Skip 286 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A01/t01: Fail
309 LibTest/core/BadNumberFormatException/BadNumberFormatException/BadNumberFormatEx ception/A01/t01: Skip 287 LangSpecTest/13_Types/13_4_Interface_Types/A01/t01: Fail
310 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t01: Skip 288 LangSpecTest/13_Types/13_4_Interface_Types/A02/t01: Fail
311 LibTest/core/IllegalArgumentException/IllegalArgumentException/IllegalArgumentEx ception/A01/t01: Skip 289 LangSpecTest/13_Types/13_4_Interface_Types/A08/t03: Fail
312 LibTest/core/InternalError/toString/InternalError/toString/A01/t01: Skip 290 LangSpecTest/13_Types/13_4_Interface_Types/A09/t01: Fail
313 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t10: Skip 291 LangSpecTest/13_Types/13_4_Interface_Types/A10/t03: Fail
314 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t11: Skip 292 LangSpecTest/13_Types/13_4_Interface_Types/A10/t10: Fail
315 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Skip 293 LangSpecTest/13_Types/13_4_Interface_Types/A10/t11: Fail
316 LibTest/core/List/every/List/every/A01/t02: Skip 294 LibTest/core/BadNumberFormatException/BadNumberFormatException/BadNumberFormatEx ception/A01/t01: Fail
317 LibTest/core/List/every/List/every/A01/t05: Skip 295 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t01: Fail
318 LibTest/core/List/every/List/every/A01/t06: Skip 296 LibTest/core/IllegalArgumentException/IllegalArgumentException/IllegalArgumentEx ception/A01/t01: Fail
319 LibTest/core/List/every/List/every/A01/t07: Skip 297 LibTest/core/InternalError/toString/InternalError/toString/A01/t01: Fail
320 LibTest/core/List/every/List/every/A01/t09: Skip 298 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t10: Fail
321 LibTest/core/List/every/List/every/A01/t10: Skip 299 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t11: Fail
322 LibTest/core/List/filter/List/filter/A01/t07: Skip 300 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Fail
323 LibTest/core/List/filter/List/filter/A01/t09: Skip 301 LibTest/core/List/every/List/every/A01/t02: Fail
324 LibTest/core/List/forEach/List/forEach/A01/t04: Skip 302 LibTest/core/List/every/List/every/A01/t05: Fail
325 LibTest/core/List/forEach/List/forEach/A01/t07: Skip 303 LibTest/core/List/every/List/every/A01/t06: Fail
326 LibTest/core/List/some/List/some/A01/t02: Skip 304 LibTest/core/List/every/List/every/A01/t07: Fail
327 LibTest/core/List/some/List/some/A01/t04: Skip 305 LibTest/core/List/every/List/every/A01/t09: Fail
328 LibTest/core/List/some/List/some/A01/t05: Skip 306 LibTest/core/List/every/List/every/A01/t10: Fail
329 LibTest/core/List/some/List/some/A01/t06: Skip 307 LibTest/core/List/filter/List/filter/A01/t07: Fail
330 LibTest/core/List/some/List/some/A01/t07: Skip 308 LibTest/core/List/filter/List/filter/A01/t09: Fail
331 LibTest/core/List/some/List/some/A01/t09: Skip 309 LibTest/core/List/forEach/List/forEach/A01/t04: Fail
332 LibTest/core/List/some/List/some/A01/t10: Skip 310 LibTest/core/List/forEach/List/forEach/A01/t07: Fail
333 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t03: Skip 311 LibTest/core/List/some/List/some/A01/t02: Fail
334 LibTest/core/Match/group/Match/group/A01/t01: Skip 312 LibTest/core/List/some/List/some/A01/t04: Fail
335 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Skip 313 LibTest/core/List/some/List/some/A01/t05: Fail
336 LibTest/core/Queue/add/Queue/add/A01/t01: Skip 314 LibTest/core/List/some/List/some/A01/t06: Fail
337 LibTest/core/Queue/addLast/Queue/addLast/A01/t01: Skip 315 LibTest/core/List/some/List/some/A01/t07: Fail
338 LibTest/core/Queue/iterator_hasNext/Queue/iterator/hasNext/A01/t01: Skip 316 LibTest/core/List/some/List/some/A01/t09: Fail
339 LibTest/core/SendPort/send/SendPort/send/A02/t01: Skip 317 LibTest/core/List/some/List/some/A01/t10: Fail
340 LibTest/core/Set/add/Set/add/A01/t03: Skip 318 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t03: Fail
341 LibTest/core/TypeError/column/TypeError/column/A01/t01: Skip 319 LibTest/core/Match/group/Match/group/A01/t01: Fail
342 LibTest/core/TypeError/dstName/TypeError/dstName/A01/t01: Skip 320 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Fail
343 LibTest/core/TypeError/dstType/TypeError/dstType/A01/t01: Skip 321 LibTest/core/Queue/add/Queue/add/A01/t01: Fail
344 LibTest/core/TypeError/failedAssertion/TypeError/failedAssertion/A01/t01: Skip 322 LibTest/core/Queue/addLast/Queue/addLast/A01/t01: Fail
345 LibTest/core/TypeError/line/TypeError/line/A01/t01: Skip 323 LibTest/core/Queue/iterator_hasNext/Queue/iterator/hasNext/A01/t01: Fail
346 LibTest/core/TypeError/toString/TypeError/toString/A01/t01: Skip 324 LibTest/core/SendPort/send/SendPort/send/A02/t01: Fail
347 LibTest/core/TypeError/url/TypeError/url/A01/t01: Skip 325 LibTest/core/Set/add/Set/add/A01/t03: Fail
348 LibTest/core/UnsupportedOperationException/UnsupportedOperationException/Unsuppo rtedOperationException/A01/t01: Skip 326 LibTest/core/UnsupportedOperationException/UnsupportedOperationException/Unsuppo rtedOperationException/A01/t01: Fail
349 LibTest/core/double/ceil/double/ceil/A01/t02: Skip 327 LibTest/core/double/ceil/double/ceil/A01/t02: Fail
350 LibTest/core/double/floor/double/floor/A01/t02: Skip 328 LibTest/core/double/floor/double/floor/A01/t02: Fail
351 LibTest/core/double/operator%/double/operator%/A01/t01: Skip 329 LibTest/core/double/operator%/double/operator%/A01/t01: Fail
352 LibTest/core/double/operator~div/double/operator~div/A01/t07: Skip 330 LibTest/core/double/operator~div/double/operator~div/A01/t07: Fail
353 LibTest/core/double/remainder/double/remainder/A01/t01: Skip 331 LibTest/core/double/remainder/double/remainder/A01/t01: Fail
354 LibTest/core/double/truncate/double/truncate/A01/t01: Skip 332 LibTest/core/double/truncate/double/truncate/A01/t01: Fail
355 LibTest/core/int/operator_div/int/operator/div/A01/t01: Skip 333 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail
356 334
357 335
358 [ $arch == x64 ] 336 [ $arch == x64 ]
359 *: Skip 337 *: Skip
360 338
361 339
362 [ $arch == simarm ] 340 [ $arch == simarm ]
363 *: Skip 341 *: Skip
364 342
365 343
366 [ $arch == arm ] 344 [ $arch == arm ]
367 *: Skip 345 *: Skip
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