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

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

Issue 11232061: Update math expectations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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) 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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 278 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121
279 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42 279 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42
280 LibTest/core/Match/operator_subscript_A01_t01: Fail 280 LibTest/core/Match/operator_subscript_A01_t01: Fail
281 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il 281 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il
282 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il 282 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il
283 LibTest/core/RegExp/firstMatch_A01_t01: Fail 283 LibTest/core/RegExp/firstMatch_A01_t01: Fail
284 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 284 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463
285 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461 285 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461
286 286
287 [ $compiler == none && $runtime == vm ] 287 [ $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
290
291
292 [ $compiler == none && $runtime == vm && $system == macos ]
288 LibTest/math/acos_A01_t01: Fail, OK # Issue co19 - 44 293 LibTest/math/acos_A01_t01: Fail, OK # Issue co19 - 44
289 LibTest/math/asin_A01_t01: Fail, OK # Issue co19 - 44 294 LibTest/math/asin_A01_t01: Fail, OK # Issue co19 - 44
290 LibTest/math/atan_A01_t01: Fail, OK # Issue co19 - 44 295 LibTest/math/atan_A01_t01: Fail, OK # Issue co19 - 44
291 LibTest/math/exp_A01_t01: Fail, OK # Issue co19 - 44
292 LibTest/math/sin_A01_t01: Fail, OK # Issue co19 - 44
293 LibTest/math/tan_A01_t01: Fail, OK # Issue co19 - 44 296 LibTest/math/tan_A01_t01: Fail, OK # Issue co19 - 44
294 297
295 [ $compiler == none && $runtime == vm && $system == linux ] 298 [ $compiler == none && $runtime == vm && $system == linux ]
296 LibTest/math/exp_A01_t01: Fail 299 LibTest/math/exp_A01_t01: Fail
297 300
298 [ $compiler == none && $runtime == vm && $system == linux && $arch == ia32 ] 301 [ $compiler == none && $runtime == vm && $system == linux && $arch == ia32 ]
299 LibTest/math/sin_A01_t01: Fail 302 LibTest/math/sin_A01_t01: Fail
300 LibTest/math/tan_A01_t01: Fail 303 LibTest/math/tan_A01_t01: Fail
301 304
302 [ $compiler == none && $runtime == vm && $arch == x64 && $mode == debug ] 305 [ $compiler == none && $runtime == vm && $arch == x64 && $mode == debug ]
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 403
401 404
402 [ $compiler == none && $runtime == vm && $mode == debug ] 405 [ $compiler == none && $runtime == vm && $mode == debug ]
403 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 406 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
404 407
405 [ $compiler == none && $arch == simarm ] 408 [ $compiler == none && $arch == simarm ]
406 *: Skip 409 *: Skip
407 410
408 [ $compiler == none && $arch == arm ] 411 [ $compiler == none && $arch == arm ]
409 *: Skip 412 *: 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