[Mono-list] Mono tests under cygwin (On WinXP)
Dick Porter
dick@ximian.com
Sun, 11 Nov 2001 11:03:33 +0000
On Sun, Nov 11, 2001 at 03:33:31PM +0900, Nick Drochak wrote:
> All (Dick note IO problem),
>
> The other error is from the stream-writer test. It fails like this:
> Unhandled Exception: System.IO.IOException: The handle is invalid.
>
> at System.IO.__Error.WinIOError(Int32 errorCode, String str)
> at System.IO.FileStream.VerifyHandleIsSync()
> at System.IO.FileStream..ctor(IntPtr handle, FileAccess access,
> Boolean ownsHandle, Int32 bufferSize, Boolean isAsync)
> at System.IO.FileStream..ctor(IntPtr handle, FileAccess access)
> at Test.Main()
> Signal 79
The IO code hasn't been updated to use the new library yet, and the Windows
platform specific class (corlib/Windows/Windows.cs) is pretty much all
stubs at the moment.
- Dick