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 3601bea Factor out common test primitives. NFCI. new efc7bda [llvmpush] Add llvm push
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: modules/llvm.py | 86 ++++++++++++-- scripts/llvm.py | 25 +++- tests/cli/llvmtestcase.py | 29 +++-- tests/cli/testllvmprojects.py | 4 + tests/cli/testllvmpush.py | 166 ++++++++++++++++++++++++++ tests/unittests/testllvmsourceconfig.py | 85 +++++++++++--- tests/unittests/testpush.py | 200 ++++++++++++++++++++++++++++++++ 7 files changed, 557 insertions(+), 38 deletions(-) create mode 100644 tests/cli/testllvmpush.py create mode 100644 tests/unittests/testpush.py