Fixes co19 status file.

Forgot about windows...

R=regis@google.com

Review URL: https://codereview.chromium.org//17816007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24490 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
zra@google.com 2013-06-26 21:25:18 +00:00
parent bc703b348f
commit 6b33d60322

View file

@ -489,8 +489,10 @@ LibTest/math/tan_A01_t01: Fail, OK # Issue co19 - 44
[ $compiler == none && $runtime == vm && $system == linux ]
LibTest/math/exp_A01_t01: Fail
[ $compiler == none && $runtime == vm && $arch != x64 ]
[ $compiler == none && $runtime == vm && $system != win32 && $arch != x64 ]
LibTest/math/tan_A01_t01: Fail
[ $compiler == none && $runtime == vm && $arch != x64 ]
LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129