[llvm-commits] CVS: llvm/test/Transforms/InstCombine/APInt/
Devang Patel
dpatel at apple.com
Fri Mar 23 12:15:05 PDT 2007
On Mar 23, 2007, at 10:09 AM, Reid Spencer wrote:
> On Fri, 2007-03-23 at 09:57 -0700, Devang Patel wrote:
>> On Mar 23, 2007, at 9:32 AM, Reid Spencer wrote:
>>
>>> 2. To allow "make check TESTSUITE=test/Transforms/InstCombine/APInt"
>>> to
>>> just check
>>> the APInt versions of these tests.
>>
>> How about
>> cd test && make RUNTESTFLAGS="Transforms/InstCombine/
>> dg.exp=*apint*"
>> ?
>
> That doesn't seem to work. How is it supposed to help?
>
> Note this:
>
> ls -l Transforms/InstCombine/*zext*
> -rw-rw-r-- 1 reid reid 339 Dec 1 20:23 Transforms/InstCombine/zext.ll
>
> make RUNTESTFLAGS="Transforms/InstCombine/dg.exp=*zext*"
> ...
> === Summary ===
>
> # of expected passes 141
> # of expected failures 3
>
> I don't want it to run 144 tests, just 1.
Aha.. it is running all tests. In GCC test suite you can do ../
dg.exp=zext.ll to run just zext.ll.
May be some dejagnu/tcl tk machinary is missing. I do not know what?
BTW, I do not have any opinion regrading creating APInt subdirecty so
go ahead.
-
Devang
More information about the llvm-commits
mailing list