[llvm-bugs] [Bug 24708] New: parallel dotest.py does not work properly in parallel mode with non-argument test dirs specified on the end

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Sep 4 12:51:01 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24708

            Bug ID: 24708
           Summary: parallel dotest.py does not work properly in parallel
                    mode with non-argument test dirs specified on the end
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: todd.fiala at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

dotest.py {some args} [dir [dir [...]]
used to work fine.

dotest.py --no-multiprocess {as above}
continues to work fine.

dotest.py --test-subdir [one-dir] works fine.

But, dotest.py {some args} [dir [dir [...]]

where it now runs multiprocessing and we're using the non-option directories at
the end does not work fine.  Converting to one of the --test-subdir or
--no-multiprocessing forms is a workaround.

Fix this so that we skip using the multiprocessing test runner when the unnamed
directory args are specified.  (Or, make the parallel test runner use them but
not add the whole directory tree underneath them to match the correct
behavior).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150904/bbf91ea2/attachment.html>


More information about the llvm-bugs mailing list