Re: [llvm-commits] Regression tests exist for a reason

2007-04-28 Thread Christopher Lamb
On Apr 28, 2007, at 9:07 PM, Reid Spencer wrote: Hi Chris, On Sat, 28 Apr 2007 20:09:14 -0500 Christopher Lamb <[EMAIL PROTECTED]> wrote: As part of the SVN migration, perhaps we could get an autobuilder that builds and runs at least the llvm/test suite for each changeset. That'd at lea

Re: [llvm-commits] Regression tests exist for a reason

2007-04-28 Thread Reid Spencer
Hi Chris, On Sat, 28 Apr 2007 20:09:14 -0500 Christopher Lamb <[EMAIL PROTECTED]> wrote: >As part of the SVN migration, perhaps we could get an autobuilder that builds >and runs at least the llvm/test suite for each changeset. That'd at least >make identifying the offending changeset possible

Re: [llvm-commits] Regression tests exist for a reason

2007-04-28 Thread Christopher Lamb
As part of the SVN migration, perhaps we could get an autobuilder that builds and runs at least the llvm/test suite for each changeset. That'd at least make identifying the offending changeset possible. -- Christopher Lamb ___ llvm-commits mailin

Re: [llvm-commits] Regression tests exist for a reason

2007-04-28 Thread Reid Spencer
On Sat, 28 Apr 2007 09:45:19 -0700 Jeff Cohen <[EMAIL PROTECTED]> wrote: >That leaves us with six failures: > >FAIL: /usr/home/jeffc/llvm/test/CFrontend/2007-04-11-InlineAsmStruct.c >FAIL: /usr/home/jeffc/llvm/test/CFrontend/2007-04-11-InlineAsmUnion.c >FAIL: >/usr/home/jeffc/llvm/test/CodeGen/Ge

Re: [llvm-commits] Regression tests exist for a reason

2007-04-28 Thread Jeff Cohen
That leaves us with six failures: FAIL: /usr/home/jeffc/llvm/test/CFrontend/2007-04-11-InlineAsmStruct.c FAIL: /usr/home/jeffc/llvm/test/CFrontend/2007-04-11-InlineAsmUnion.c FAIL: /usr/home/jeffc/llvm/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll for PR1308 FAIL: /usr/home/jeffc/llvm/

Re: [llvm-commits] Regression tests exist for a reason

2007-04-28 Thread Reid Spencer
Jeff, On Sat, 28 Apr 2007 08:53:34 -0700 Jeff Cohen <[EMAIL PROTECTED]> wrote: >Recent commits have broken 28 tests. Regression tests exist for a >reason. Run them. Before committing. Sorry. I thought I was committing a trivial change (compile breakage for jump across case labels) and accid

[llvm-commits] Regression tests exist for a reason

2007-04-28 Thread Jeff Cohen
Recent commits have broken 28 tests. Regression tests exist for a reason. Run them. Before committing. FAIL: /usr/home/jeffc/llvm/test/Assembler/2006-05-26-VarargsCallEncode.ll FAIL: /usr/home/jeffc/llvm/test/C++Frontend/2003-11-25-ReturningOpaqueByValue.cpp FAIL: /usr/home/jeffc/llvm/test/C+