[Mono-dev] make run-test breakage? on cygwin

Atsushi Eno atsushi at ximian.com
Tue Aug 30 14:26:33 EDT 2005


Hello,

Can anyone run "make run-test" in mcs/tests or mcs/errors (i.e.
run compiler-testers.exe) under windows after r48834 ?

I'm getting this error:

MONO_RUNTIME='mono' MONO_PATH="../class/lib/net_2_0;;$MONO_PATH"
/home/atsushi/svn/mono/runtime/mono-wrapper --debug
../class/lib/net_2_0/compiler-tester.exe positive '*test-*.cs'
../gmcs/gmcs.exe known-issues-gmcs gmcs.log
Usage: TestRunner [negative|positive] test-pattern compiler know-issues
log-file

Actually it looks like TestRunner is receiving all file list
in the expanded form (test-1.cs test-2.cs ...) and thus the
argument became (much) more than 4.

Atsushi Eno



More information about the Mono-devel-list mailing list