This is an automated email from the git hooks/post-receive script.
Diana Picus pushed a change to branch python in repository toolchain/llvm/linaro-scripts.
from 9276b78 Remove some duplication from the tests new b368cb6 Add support for running the test-suite
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: helpers/llvm-test-suite | 27 ++++++++ modules/llvm.py | 29 ++++++++ scripts/llvm.py | 65 ++++++++++++++++++ tests/cli/testllvmtestsuite.py | 129 ++++++++++++++++++++++++++++++++++++ tests/unittests/testruntestsuite.py | 63 ++++++++++++++++++ 5 files changed, 313 insertions(+) create mode 100755 helpers/llvm-test-suite create mode 100644 tests/cli/testllvmtestsuite.py create mode 100644 tests/unittests/testruntestsuite.py