[LLVMbugs] [Bug 3776] New: want ability to control DejaGNU testing from command line

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Mar 10 10:34:37 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=3776

           Summary: want ability to control DejaGNU testing from command
                    line
           Product: new-bugs
           Version: unspecified
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: stuart at apple.com
                CC: llvmbugs at cs.uiuc.edu


When hack^H^H^H^Hcrafting tests for GCC, it was very useful to have DejaGNU run
only my new test, without the rest of the testsuite (large and slow).  While
the LLVM DejaGNU testsuite is currently smaller than GCCs, it's now big enough
to be a burden when writing new tests.  And we should make it easy to write and
debug new tests.  :-)

In the GCC tree, one could say

   % make check RUNTESTFLAGS="something.exp=my-new-test-2.c"

and DejaGNU would run only the test named "my-new-test-2.c".  I don't know why
the LLVM analogue doesn't work for me.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list