[llvm-commits] CVS: llvm/test/C++Frontend/2007-05-15-FieldAccess.cpp

2007-05-14 Thread Reid Spencer
Changes in directory llvm/test/C++Frontend: 2007-05-15-FieldAccess.cpp added (r1.1) --- Log message: Add a test case for PR1420: http://llvm.org/PR1420 --- Diffs of the changes: (+35 -0) 2007-05-15-FieldAccess.cpp | 35 +++ 1 files changed, 35 insertions(

[llvm-commits] CVS: llvm/test/C++Frontend/2007-05-15-FieldAccess.cpp

2007-05-15 Thread LLVM
Changes in directory llvm/test/C++Frontend: 2007-05-15-FieldAccess.cpp (r1.1) removed --- Log message: Don't put test cases into regression test suite before the bug is fixed. --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits

Re: [llvm-commits] CVS: llvm/test/C++Frontend/2007-05-15-FieldAccess.cpp

2007-05-14 Thread Chris Lattner
> Add a test case for PR1420: http://llvm.org/PR1420 Please don't check in xfailed tests, I just went through and cleaned these all out! Please attach this to the bug instead. When fixed, the testcase can be committed. -Chris > > --- > Diffs of the changes: (+35 -0) > > 2007-05-15-FieldAc

Re: [llvm-commits] CVS: llvm/test/C++Frontend/2007-05-15-FieldAccess.cpp

2007-05-14 Thread Chris Lattner
> Add a test case for PR1420: http://llvm.org/PR1420 Further, execution tests should go in llvm-test, not in llvm/test. -Chris > > --- > Diffs of the changes: (+35 -0) > > 2007-05-15-FieldAccess.cpp | 35 +++ > 1 files changed, 35 insertions(+) > > > Index: ll

Re: [llvm-commits] CVS: llvm/test/C++Frontend/2007-05-15-FieldAccess.cpp

2007-05-15 Thread Reid Spencer
On Mon, 2007-05-14 at 23:54 -0700, Chris Lattner wrote: > > Add a test case for PR1420: http://llvm.org/PR1420 > > Further, execution tests should go in llvm-test, not in llvm/test. I've done this to get it some attention. The corresponding test in llvm-test has been failing for four months and n

Re: [llvm-commits] CVS: llvm/test/C++Frontend/2007-05-15-FieldAccess.cpp

2007-05-15 Thread Chris Lattner
On May 15, 2007, at 12:00 AM, Reid Spencer wrote: > On Mon, 2007-05-14 at 23:54 -0700, Chris Lattner wrote: >>> Add a test case for PR1420: http://llvm.org/PR1420 >> >> Further, execution tests should go in llvm-test, not in llvm/test. > > I've done this to get it some attention. The correspondin