summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/plugins/pipeline.py: Load context default valuesJürg Billeter2018-11-191-1/+2
* tests/testutils/artifactshare.py: Do not create a fake contextJürg Billeter2018-11-191-5/+2
* CasBasedDirectory: Change constructor to take a CASCache instead of a ContextRichard Maw2018-11-193-27/+12
* Don't cache sandbox errorsBenjamin Schubert2018-11-191-0/+39
* plugins/elements/cmake.yaml: always specify variable typesAbderrahim Kitouni2018-11-191-2/+2
* Add `bst source-checkout` commandChandan Singh2018-11-194-0/+133
* Extract atomic move function to utils.pyBenjamin Schubert2018-11-192-62/+89
* Fix os.rename in git source element to correctly handle error codesBenjamin Schubert2018-11-191-1/+62
* tests/frontend/buildtrack.py: check for success after invocationBenjamin Schubert2018-11-191-0/+1
* Don't pull artifact build trees by default.tpollard/494Tom Pollard2018-11-173-5/+152
* Add cli main and user config option for 'pull-buildtrees' context.Tom Pollard2018-11-171-0/+1
* tests/integration/sandbox-bwrap.py: Test distinguishing sandbox exit code fro...Richard Maw2018-11-144-1/+58
* tests/testutils/site.py: Check for bwrap supporting --json-status-fdRichard Maw2018-11-141-1/+3
* Add support for aarch64 in a testValentin David2018-11-141-1/+1
* Disable tests on example on other architectures than x86_64Valentin David2018-11-146-6/+32
* Disable cachekey tests on other architectures than x86_64Valentin David2018-11-142-1/+5
* Run tests on aarch64Valentin David2018-11-142-2/+13
* tests/frontend: Add test for invalid element-pathelement-path_not_validatedPhillip Smyth2018-11-122-0/+17
* virtual_directory_import.py: New testjmac/cas_to_cas_v2Jim MacArthur2018-11-091-0/+271
* artifactcache.py: Fix misleading error message when using % cache quotajennis/quota_declaration_fixJames Ennis2018-11-081-1/+2
* Fix bug with root mounted as non-artifact in script plugin.Valentin David2018-11-085-0/+83
* Test that helpful messages are raised when missing dependenciesBenjamin Schubert2018-11-084-0/+95
* Fix infinite recursion in default strip debug commandValentin David2018-11-083-3/+3
* Fix cache corruption by scripts when layout and integration commands are usedValentin David2018-11-075-0/+62
* Add regression test for _pretty_sizeJosh Smith2018-11-062-0/+74
* Split up artifact cache and CAS cacheJürg Billeter2018-11-053-16/+19
* _project.py: Remove unused artifacts parameter from load_elements()Jürg Billeter2018-11-052-6/+6
* tests/integration/project/files: Remove pypi-repoctolentino82018-11-024-16/+0
* plugins/sources/pip.py: Accomodate characters '-','.','_' for packagesctolentino82018-11-024-12/+184
* _frontend/app.py: Set correct element-path in interactive bst-initchiaratolentino/bst-init-interactive-elementpathctolentino82018-10-311-0/+32
* tests: Add tests for 'bst shell --sysroot'Jonathan Maw2018-10-301-0/+29
* tests: Add test that cached build trees are staged in build shellsJonathan Maw2018-10-303-0/+105
* element.py: Always clean up the rootdirJonathan Maw2018-10-301-42/+0
* tests/frontend/buildcheckout.py: Enable test_build_checkout_tarball_stdoutdanielsilverstone-ct/preserve-stdoutbschubert/fix-binary-output-captureDaniel Silverstone2018-10-261-2/+1
* tests/testutils/runcli.py: Support binary-mode capture of stdoutDaniel Silverstone2018-10-261-6/+7
* Fix some ruamel warnings during testsValentin David2018-10-261-2/+2
* tests/testutils/artifactshare.py: Fix has_artifact() to match core codeJürg Billeter2018-10-231-3/+2
* Fix python warnings: Use collections.abc instead collectionsjjardon/warnings_collectionsJavier Jardón2018-10-181-1/+1
* _loader/loader.py: Be more explanatory in CircDep exceptionDaniel Silverstone2018-10-181-0/+1
* Change URL to the Alpine tarballValentin David2018-10-171-1/+1
* Fix spelling of it's and itsRichard Dale2018-10-1610-10/+10
* Added tests for conf-root variableWilliam Salmon2018-10-164-0/+72
* Add conf-root variable to buildsWilliam Salmon2018-10-161-4/+4
* New Integration test for workspace command-subdirWilliam Salmon2018-10-162-0/+34
* yamlcache.py: Add YAML cache changed file testLachlan Mackenzie2018-10-151-3/+26
* yaml.py: Add yaml cache test to yaml list composition twiceLachlan Mackenzie2018-10-151-8/+9
* yaml.py: Add yaml cache testing to yaml list composition testLachlan Mackenzie2018-10-151-6/+10
* yaml.py: Add loader for yaml test files cache optionLachlan Mackenzie2018-10-151-0/+16
* yamlcache.py: Add yaml cache testsJonathan Maw2018-10-151-0/+119
* testing: Add regression test for workspace bugJosh Smith2018-10-041-1/+23