Skip to content

Commit

Permalink
Update status of flaky windows vm tests
Browse files Browse the repository at this point in the history
BUG=#23848
R=koda@google.com

Review URL: https://codereview.chromium.org//1230113008 .
  • Loading branch information
whesse committed Jul 15, 2015
1 parent d21bdcc commit 92fa3d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/lib/lib.status
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,9 @@ convert/utf85_test: Skip # Pass, Slow Issue 20111.
[ $mode == debug && $arch == ia32 && $system == windows ]
convert/streamed_conversion_json_utf8_decode_test: Skip # Verification OOM.

[ $runtime == vm && $mode == debug && $arch == x64 && $system == windows ]
convert/streamed_conversion_json_utf8_decode_test: Pass, Slow

[ $mode == debug && $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te ]
convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.

Expand Down
3 changes: 3 additions & 0 deletions tests/standalone/standalone.status
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ io/skipping_dart2js_compilations_test: Fail # Issue 19551.
verbose_gc_to_bmu_test: Skip
io/platform_resolved_executable_test/06: RuntimeError # Issue 23641

[ $system == windows && $runtime == vm && $mode == release]
full_coverage_test: Pass, RuntimeError # Issue 23848

[ $arch != ia32 && $arch != x64 && $arch != simarm && $arch != simarmv5te && $mode == debug ]
verified_mem_test: Skip # Not yet implemented.

Expand Down

0 comments on commit 92fa3d7

Please sign in to comment.