summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* optionos.py: Add tests for OptionOSRaoul Hidalgo Charman2018-12-053-0/+99
* optionarch.py: update to use same arch names as SandboxConfigRaoul Hidalgo Charman2018-12-0515-36/+37
* _config.py: Use os and architecture settingsRaoul Hidalgo Charman2018-12-0529-29/+29
* git source plugin: Track git tags and save them to reproduce a minimum shallo...Valentin David2018-12-056-1/+182
* tests/loader/junctions.py: Test that we can build a junction that is referred...jonathan/fix-identical-elementJames Ennis2018-12-0317-0/+69
* Add `--deps build` option to `bst checkout`Chandan Singh2018-12-031-2/+12
* Ensure `--deps=none` option works for `bst checkout`Chandan Singh2018-12-031-12/+8
* Added tests for .bst suffix and completionsPhillip Smyth2018-11-307-6/+91
* _stream.py: Ability to pull missing buildtrees outside of pull/buildTom Pollard2018-11-301-1/+28
* Add support for .netrc in remote/tar/zip pluginsValentin David2018-11-296-0/+349
* Cleanup cache in cas server more agressivelyValentin David2018-11-282-4/+21
* Update mtimes of objects for requested references.Valentin David2018-11-281-0/+9
* tests/sandboxes/remote-exec-config.py: New test.Jim MacArthur2018-11-274-0/+102
* buildelement.py: Support batching for integration and build commandsJürg Billeter2018-11-271-1/+1
* tests/integration/manual.py: Add test for command loggingJürg Billeter2018-11-271-0/+25
* tests: Avoid hangs due to exceptions in subprocessesJim MacArthur2018-11-273-27/+55
* Workspace CLI updateWilliam Salmon2018-11-218-22/+156
* tests/frontend/workspace.py: Refactor support functionWilliam Salmon2018-11-211-51/+105
* tests/plugin/pipeline.py: Avoid using host user conftpollard/pipelinehostconfigTom Pollard2018-11-211-1/+1
* Ensure tests requiring bubblewrap are correctly markedBenjamin Schubert2018-11-2024-26/+98
* 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