[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Monotone-devel] Contributed scripts and how to handle them...
From: |
Stephen Leake |
Subject: |
Re: [Monotone-devel] Contributed scripts and how to handle them... |
Date: |
Sat, 05 Feb 2011 15:24:28 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt) |
CooSoft Support <address@hidden> writes:
> 1) I take it what I need to get up to speed on tests can be found
> under the notes directory?
I found it fairly easy just to read the existing tests, and test/*.lua.
> 2) Cross-platform issues, e.g. could I even run diff -r on say a
> Windows platform?
Yes. Compiling monotone on Windows requires MinGW, which provides bash
and gnu coreutils. So just pretend you are on a POSIX system.
> Would it be enough to only test on say Linux/Unix/OSX?
No, we officially support MinGW and Cygwin. But that doesn't mean you
have to run tests there. I (and a couple other people) will run the
testsuite on MinGW and Cygwin, and fix/report any problems.
On the other hand, some tests don't work on MinGW; that's what
"skip_if(ostype == "Windows")" is for. It exits a test with a
non-failure status.
Contrib stuff could be limited to non-MinGW, but it would be nice if
that were not the case.
--
-- Stephe
- [Monotone-devel] Contributed scripts and how to handle them..., Richard Levitte, 2011/02/04
- Re: [Monotone-devel] Contributed scripts and how to handle them..., CooSoft Support, 2011/02/05
- Re: [Monotone-devel] Contributed scripts and how to handle them..., Richard Levitte, 2011/02/05
- Re: [Monotone-devel] Contributed scripts and how to handle them..., CooSoft Support, 2011/02/05
- Re: [Monotone-devel] Contributed scripts and how to handle them...,
Stephen Leake <=
- Re: [Monotone-devel] Contributed scripts and how to handle them..., CooSoft Support, 2011/02/06
- Re: [Monotone-devel] Contributed scripts and how to handle them..., Stephen Leake, 2011/02/06
- Re: [Monotone-devel] Contributed scripts and how to handle them..., Richard Levitte, 2011/02/06
- Re: [Monotone-devel] Contributed scripts and how to handle them..., Stephen Leake, 2011/02/07
- Re: [Monotone-devel] Contributed scripts and how to handle them..., CooSoft Support, 2011/02/08
- Re: [Monotone-devel] Contributed scripts and how to handle them..., Stephen Leake, 2011/02/08
- Re: [Monotone-devel] Contributed scripts and how to handle them..., Stephen Leake, 2011/02/08
- Re: [Monotone-devel] Contributed scripts and how to handle them..., CooSoft Support, 2011/02/09