This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 86dce8fdeab [SelectionDAGBuilder] Replace deprecated calls to MemoryInt [...] new d4198762192 [lit] - Allow 1 test to report multiple micro-test results [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: utils/lit/lit/Test.py | 20 +++++++++ utils/lit/lit/main.py | 31 +++++++++++++ .../{test-data => test-data-micro}/dummy_format.py | 16 ++++++- .../Inputs/{test-data => test-data-micro}/lit.cfg | 2 +- .../tests/Inputs/test-data-micro/micro-tests.ini | 16 +++++++ utils/lit/tests/test-data-micro.py | 21 +++++++++ utils/lit/tests/test-output-micro.py | 51 ++++++++++++++++++++++ 7 files changed, 155 insertions(+), 2 deletions(-) copy utils/lit/tests/Inputs/{test-data => test-data-micro}/dummy_format.py (62%) copy utils/lit/tests/Inputs/{test-data => test-data-micro}/lit.cfg (88%) create mode 100644 utils/lit/tests/Inputs/test-data-micro/micro-tests.ini create mode 100644 utils/lit/tests/test-data-micro.py create mode 100644 utils/lit/tests/test-output-micro.py