Displaying 4 results from an estimated 4 matches for "nightlytestaccept".
2006 Sep 19
2
[LLVMdev] Nightly Testers
Would those of you running the nightly tester make sure they are
using the NEW default script "/nightlytest/
NightlyTestAccept.php" (was /nightlytest/NightlyTestAccept.cgi",)
This would require that you have an updated llvm/utils/
NewNightlyTest.pl and that you are not overriding with a different
script using -submit-script=.
Thank you.
Cheers,
-- Jim
-------------- next part --------------
A non-text...
2009 Feb 25
0
[LLVMdev] [PATCH] Parallelized make check
On Wed, Feb 25, 2009 at 10:26:02AM -0800, Chris Lattner wrote:
>
> On Feb 24, 2009, at 10:03 PM, Julien Lerouge wrote:
>
> > On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote:
> >> I haven't tested with objdir != srcdir.
> >
> > Ok, that was broken. Attached is a smaller diff that should work in
> > all
> > cases.
>
> This
2009 Feb 26
1
[LLVMdev] [PATCH] Parallelized make check
...nstead of check to run dejagnu tests.
# -parallel Run two parallel jobs with GNU Make.
# -release Build an LLVM Release version
# -release-asserts Build an LLVM ReleaseAsserts version
@@ -128,6 +129,7 @@
$SUBMITSERVER = "llvm.org";
$SUBMITSCRIPT = "/nightlytest/NightlyTestAccept.php";
$SUBMIT = 1;
+$DEJACHECK = "check";
while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) {
shift;
@@ -189,6 +191,7 @@
" --with-extra-options=\'$ARGV[0]\'"; shift; next;}
if (/^-noexternals$/) { $NOEXTERNALS = 1; next; }...
2009 Feb 25
2
[LLVMdev] [PATCH] Parallelized make check
On Feb 24, 2009, at 10:03 PM, Julien Lerouge wrote:
> On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote:
>> I haven't tested with objdir != srcdir.
>
> Ok, that was broken. Attached is a smaller diff that should work in
> all
> cases.
This sounds really cool Julien! Two questions: 1) does it preserve
the checking that the existing tcl stuff does, which