[LLVMbugs] [Bug 4320] New: Support building tests in parallel ( at least for Nightly Test)
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Jun 3 16:48:28 PDT 2009
http://llvm.org/bugs/show_bug.cgi?id=4320
Summary: Support building tests in parallel (at least for Nightly
Test)
Product: Test Suite
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Programs Tests
AssignedTo: unassignedbugs at nondot.org
ReportedBy: daniel at zuster.org
CC: llvmbugs at cs.uiuc.edu
Most of the time spent doing a nightly test is building the various projects (I
believe). We should extend the infrastructure so there is a way to only build
the targets we don't care about timing. That way we could do the nightlytest in
two stages, the first could build all the input files (in parallel), and then
the second could do the standard -j1 testing of the programs.
--
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