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

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

Issue 11312003: Update co19 status for windows. (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 # These tests either wrongly expect a compile-time error or wrongly reject a typ e error in production mode, co19 issue 282: 5 # These tests either wrongly expect a compile-time error or wrongly reject a typ e error in production mode, co19 issue 282:
6 [ $compiler == none && $runtime == vm ] 6 [ $compiler == none && $runtime == vm ]
7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK 7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK
8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK 8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK
9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK 9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK
10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK 10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 LibTest/math/tan_A01_t01: Fail 335 LibTest/math/tan_A01_t01: Fail
336 336
337 [ $compiler == none && $runtime == vm && $arch == x64 && $mode == debug ] 337 [ $compiler == none && $runtime == vm && $arch == x64 && $mode == debug ]
338 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout 338 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout
339 339
340 [ $compiler == none && $runtime == vm && $system == windows ] 340 [ $compiler == none && $runtime == vm && $system == windows ]
341 LibTest/math/atan2_A01_t03: Fail # http://dartbug.com/5407 341 LibTest/math/atan2_A01_t03: Fail # http://dartbug.com/5407
342 LibTest/core/double/operator_remainder_A01_t04: Fail # http://dartbug.com/5407 342 LibTest/core/double/operator_remainder_A01_t04: Fail # http://dartbug.com/5407
343 LibTest/core/double/remainder_A01_t04: Fail # http://dartbug.com/5407 343 LibTest/core/double/remainder_A01_t04: Fail # http://dartbug.com/5407
344 LibTest/core/double/round_A01_t01: Fail # http://dartbug.com/5407 344 LibTest/core/double/round_A01_t01: Fail # http://dartbug.com/5407
345 LibTest/core/int/operator_remainder_A01_t02: Fail # TODO(vm-team): Please triage this failure.
346 LibTest/core/int/remainder_A01_t02: Fail # TODO(vm-team): Please triage this fai lure.
345 347
346 348
347 [ $compiler == none && $runtime == vm ] 349 [ $compiler == none && $runtime == vm ]
348 350
349 # The following tests use the deprecated Date interface. 351 # The following tests use the deprecated Date interface.
350 # Issue co19 - 125 352 # Issue co19 - 125
351 LibTest/core/Date/toString_A02_t01: Fail, OK 353 LibTest/core/Date/toString_A02_t01: Fail, OK
352 LibTest/core/Date/year_A01_t01: Fail, OK 354 LibTest/core/Date/year_A01_t01: Fail, OK
353 355
354 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289 356 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 479
478 480
479 [ $compiler == none && $runtime == vm && $mode == debug ] 481 [ $compiler == none && $runtime == vm && $mode == debug ]
480 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 482 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
481 483
482 [ $compiler == none && $arch == simarm ] 484 [ $compiler == none && $arch == simarm ]
483 *: Skip 485 *: Skip
484 486
485 [ $compiler == none && $arch == arm ] 487 [ $compiler == none && $arch == arm ]
486 *: Skip 488 *: 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