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

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

Issue 11228052: More math expectations for co19. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 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 | « 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $compiler == none && $runtime == vm ] 5 [ $compiler == none && $runtime == vm ]
6 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258: 6 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258:
7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK 7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK
8 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK 8 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK
9 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK 9 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK
10 Language/14_Types/5_Function_Types_A01_t21: Fail, OK 10 Language/14_Types/5_Function_Types_A01_t21: Fail, OK
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail # TODO(vm-team): Pleas e triage this failure. 177 Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail # TODO(vm-team): Pleas e triage this failure.
178 Language/13_Libraries_and_Scripts/1_Imports_A03_t46: Fail # TODO(vm-team): Pleas e triage this failure. 178 Language/13_Libraries_and_Scripts/1_Imports_A03_t46: Fail # TODO(vm-team): Pleas e triage this failure.
179 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail # TODO(vm-team): Pleas e triage this failure. 179 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail # TODO(vm-team): Pleas e triage this failure.
180 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail # TODO(vm-team): Pleas e triage this failure. 180 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail # TODO(vm-team): Pleas e triage this failure.
181 Language/14_Types/5_Function_Types_A02_t01: Fail # TODO(vm-team): Please triage this failure. 181 Language/14_Types/5_Function_Types_A02_t01: Fail # TODO(vm-team): Please triage this failure.
182 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # TODO(vm-team): Please triage this failure. 182 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # TODO(vm-team): Please triage this failure.
183 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # TODO(vm-team): Please triage this failure. 183 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # TODO(vm-team): Please triage this failure.
184 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # TODO(vm-team): Please triag e this failure. 184 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # TODO(vm-team): Please triag e this failure.
185 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag e this failure. 185 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag e this failure.
186 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(vm-team): Please triage this failure. 186 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(vm-team): Please triage this failure.
187 LibTest/math/exp_A01_t01: Fail # TODO(vm-team): Please triage this failure.
188 LibTest/math/parseDouble_A02_t01: Fail # TODO(vm-team): Please triage this failu re. 187 LibTest/math/parseDouble_A02_t01: Fail # TODO(vm-team): Please triage this failu re.
189 LibTest/math/pow_A01_t01: Fail # TODO(vm-team): Please triage this failure. 188 LibTest/math/pow_A01_t01: Fail # TODO(vm-team): Please triage this failure.
190 LibTest/math/pow_A11_t01: Fail # TODO(vm-team): Please triage this failure. 189 LibTest/math/pow_A11_t01: Fail # TODO(vm-team): Please triage this failure.
191 LibTest/math/pow_A13_t01: Fail # TODO(vm-team): Please triage this failure. 190 LibTest/math/pow_A13_t01: Fail # TODO(vm-team): Please triage this failure.
192 LibTest/math/sin_A01_t01: Fail # TODO(vm-team): Please triage this failure. 191 LibTest/math/sin_A01_t01: Fail # TODO(vm-team): Please triage this failure.
193 LibTest/math/tan_A01_t01: Fail # TODO(vm-team): Please triage this failure.
194 192
195 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. 193 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out.
196 194
197 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058 195 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058
198 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058 196 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058
199 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085 197 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085
200 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085 198 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085
201 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085 199 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085
202 200
203 201
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 276 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121
279 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42 277 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42
280 LibTest/core/Match/operator_subscript_A01_t01: Fail 278 LibTest/core/Match/operator_subscript_A01_t01: Fail
281 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il 279 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il
282 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il 280 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il
283 LibTest/core/RegExp/firstMatch_A01_t01: Fail 281 LibTest/core/RegExp/firstMatch_A01_t01: Fail
284 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 282 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463
285 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461 283 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461
286 284
287 [ $compiler == none && $runtime == vm ] 285 [ $compiler == none && $runtime == vm ]
288 LibTest/math/exp_A01_t01: Fail, OK # Issue co19 - 44
289 LibTest/math/sin_A01_t01: Fail, OK # Issue co19 - 44 286 LibTest/math/sin_A01_t01: Fail, OK # Issue co19 - 44
290 287
291 288
292 [ $compiler == none && $runtime == vm && $system == macos ] 289 [ $compiler == none && $runtime == vm && $system == macos ]
290 LibTest/math/exp_A01_t01: Fail, OK # Issue co19 - 44
293 LibTest/math/acos_A01_t01: Fail, OK # Issue co19 - 44 291 LibTest/math/acos_A01_t01: Fail, OK # Issue co19 - 44
294 LibTest/math/asin_A01_t01: Fail, OK # Issue co19 - 44 292 LibTest/math/asin_A01_t01: Fail, OK # Issue co19 - 44
295 LibTest/math/atan_A01_t01: Fail, OK # Issue co19 - 44 293 LibTest/math/atan_A01_t01: Fail, OK # Issue co19 - 44
296 LibTest/math/tan_A01_t01: Fail, OK # Issue co19 - 44 294 LibTest/math/tan_A01_t01: Fail, OK # Issue co19 - 44
297 295
298 [ $compiler == none && $runtime == vm && $system == linux ] 296 [ $compiler == none && $runtime == vm && $system == linux ]
299 LibTest/math/exp_A01_t01: Fail 297 LibTest/math/exp_A01_t01: Fail
300 298
301 [ $compiler == none && $runtime == vm && $system == linux && $arch == ia32 ] 299 [ $compiler == none && $runtime == vm && $system == linux && $arch == ia32 ]
302 LibTest/math/sin_A01_t01: Fail 300 LibTest/math/sin_A01_t01: Fail
303 LibTest/math/tan_A01_t01: Fail
304 301
305 [ $compiler == none && $runtime == vm && $arch == x64 && $mode == debug ] 302 [ $compiler == none && $runtime == vm && $arch == x64 && $mode == debug ]
306 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout 303 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout
307 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout 304 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout
308 305
309 [ $compiler == none && $runtime == vm && $system == windows ] 306 [ $compiler == none && $runtime == vm && $system == windows ]
310 LibTest/math/atan2_A01_t03: Fail # http://dartbug.com/5407 307 LibTest/math/atan2_A01_t03: Fail # http://dartbug.com/5407
311 LibTest/core/double/operator_remainder_A01_t04: Fail # http://dartbug.com/5407 308 LibTest/core/double/operator_remainder_A01_t04: Fail # http://dartbug.com/5407
312 LibTest/core/double/remainder_A01_t04: Fail # http://dartbug.com/5407 309 LibTest/core/double/remainder_A01_t04: Fail # http://dartbug.com/5407
313 LibTest/core/double/round_A01_t01: Fail # http://dartbug.com/5407 310 LibTest/core/double/round_A01_t01: Fail # http://dartbug.com/5407
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 400
404 401
405 [ $compiler == none && $runtime == vm && $mode == debug ] 402 [ $compiler == none && $runtime == vm && $mode == debug ]
406 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 403 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
407 404
408 [ $compiler == none && $arch == simarm ] 405 [ $compiler == none && $arch == simarm ]
409 *: Skip 406 *: Skip
410 407
411 [ $compiler == none && $arch == arm ] 408 [ $compiler == none && $arch == arm ]
412 *: Skip 409 *: 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