mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
6602205ee0
Summary: The multiprocess module uses pickling to transfer information between processes and does not know how to pickle the class created in the lit.cfg file and thus the example fails. Implement ManyTests in a separate file and import for the example test passes Patch by Nathan Lanza <nathan@lanza.io> Differential Revision: https://reviews.llvm.org/D51328 llvm-svn: 342269 |
||
---|---|---|
.. | ||
many-tests | ||
README.txt |
============== lit Examples ============== This directory contains examples of 'lit' test suite configurations. The test suites they define can be run with 'lit examples/example-name', for more details see the README in each example.