monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] vista build bot tests failing


From: Kelly F. Hickel
Subject: [Monotone-devel] vista build bot tests failing
Date: Fri, 16 Nov 2007 14:03:15 -0600

I’ve taken a look at why the tests were failing on vista. 

The first problem was that tester.exe expects to be able to append argv[0] to the current working directory and find the .exe file, since tester.exe was being found on the path, that didn’t work, so I changed visualc\runtests.bat to call tester.exe like visual\Release\tester.exe and that worked.

 

The next problem is twistier.  “tester.exe testsuite.lua” is fails with the error below, it appears to have concatenated two fully specified paths and come up with an invalid directory name. 

D:\dev\open_source\mtbuildbot\slave-dir\full-i686-winvista-vs2005\build>visualc\Release\tester.exe tester-testsuite.lua

Running tests...

  1 cleanup-1                                     ok

  2 cleanup-2                                     ok

  3 isolated-1                                    ok

  4 isolated-2                                    ok

  5 remove-unwriteable                            ok

 

Of 5 tests run:

        5 succeeded

        0 failed

        0 had expected failures

        0 succeeded unexpectedly

        0 were skipped

 

D:\dev\open_source\mtbuildbot\slave-dir\full-i686-winvista-vs2005\build>if 0 == 0 goto testsuite.lua

 

D:\dev\open_source\mtbuildbot\slave-dir\full-i686-winvista-vs2005\build>visualc\Release\tester.exe testsuite.lua

error: could not create directory 'D:\dev\open_source\mtbuildbot\slave-dir\full-i686-winvista-vs2005\build/tester_dir/D:\dev\open_source\mtbuildbot\slave-dir\full-i686-winvista-vs2005\build': The filename, directory name, or volume label syntax is incorrect.

 

D:\dev\open_source\mtbuildbot\slave-dir\full-i686-winvista-vs2005\build>if 1 == 0 goto nomore

testsuite.lua failed.

 

 

 

 

Since I don’t know why these tests started failing in the last few weeks I didn’t want to make any changes in the source without seeing if someone has any ideas.

 

Any ideas?

--

 

Kelly F. Hickel
Senior Product Architect
MQSoftware, Inc
.
952-345-8677 Office
952-345-8721 Fax
address@hidden
www.mqsoftware.com

See Business Work

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]