You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./i686-pc-mingw32/test/run-pass/struct-update-moves-and-copies.stage2-i686-pc-mingw32.exe
sh: ./i686-pc-mingw32/test/run-pass/struct-update-moves-and-copies.stage2-i686-pc-mingw32.exe: Bad file number
... because UAC (at least on win 8.1 preview) saw the word "update" in filename then blocked it. :(
Others are just xfail-fasted. We could use xfail-win32 instead, but some of them may be fixable.
Activity
klutzy commentedon Nov 13, 2013
My result with gcc 4.6:
gcc 4.8 result has 4 more failures due to #9205: we
xfail-fast
ed them so they are only skipped on check-fast.klutzy commentedon Nov 13, 2013
struct-update-moves-and-copies
error is...... because UAC (at least on win 8.1 preview) saw the word "update" in filename then blocked it. :(
Others are just
xfail-fast
ed. We could usexfail-win32
instead, but some of them may be fixable.extra::tempfile::TempDir
causes IoError during Drop #10462make check
on win32 #10472test: Clean up xfail-{fast,win32} tests
auto merge of #10472 : klutzy/rust/cleanup-xfail, r=alexcrichton
Auto merge of rust-lang#10679 - y21:better-const-ctx-check, r=Jarcho