summaryrefslogtreecommitdiff
path: root/tests/integration
Commit message (Expand)AuthorAgeFilesLines
* 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
* Workspace CLI updateWilliam Salmon2018-11-212-7/+7
* Ensure tests requiring bubblewrap are correctly markedBenjamin Schubert2018-11-2018-7/+79
* Don't cache sandbox errorsBenjamin Schubert2018-11-191-0/+39
* Don't pull artifact build trees by default.tpollard/494Tom Pollard2018-11-172-2/+149
* tests/integration/sandbox-bwrap.py: Test distinguishing sandbox exit code fro...Richard Maw2018-11-144-1/+58
* Run tests on aarch64Valentin David2018-11-142-2/+13
* Fix bug with root mounted as non-artifact in script plugin.Valentin David2018-11-085-0/+83
* Fix cache corruption by scripts when layout and integration commands are usedValentin David2018-11-075-0/+62
* tests/integration/project/files: Remove pypi-repoctolentino82018-11-024-16/+0
* plugins/sources/pip.py: Accomodate characters '-','.','_' for packagesctolentino82018-11-021-12/+35
* 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
* Change URL to the Alpine tarballValentin David2018-10-171-1/+1
* Added tests for conf-root variableWilliam Salmon2018-10-164-0/+72
* New Integration test for workspace command-subdirWilliam Salmon2018-10-162-0/+34
* tests: Add regression test for pushing failed buildsrichardmaw/push-failed-build-regressionRichard Maw2018-09-271-1/+1
* tests: test that integration commands can use /devRichard Maw2018-09-182-0/+19
* tests: cover builds that make socketsRichard Maw2018-09-143-0/+63
* tests: avoid setting max-jobsTiago Gomes2018-09-101-11/+5
* tests/integration/project: Use the same alias for the alpine tarballTristan Van Berkom2018-08-242-2/+2
* tests/integration/source-determinism.py: Use cli_integration.valentindavid/cli_integration_source_determinismValentin David2018-08-241-5/+10
* Don't strip pathname from debug symbol filesSam Thursfield2018-08-223-7/+17
* Add pip source pluginChandan Singh2018-08-158-0/+127
* Add some integration tests for source plugin determinism.Valentin David2018-08-121-0/+155
* tests: Add tests for cached behavioursRichard Maw2018-07-311-0/+160
* tests/integration/workspace.py: Test incremental build on all platformsJürg Billeter2018-07-171-1/+0
* Add a kind for MakeEd Baunton2018-06-063-0/+57
* Add test to verify cleanup behaviour after bwrapGökçen Nurlu2018-06-054-0/+51
* _stream.py: Add StreamError exceptionTristan Van Berkom2018-05-081-1/+1
* Add compose-symlinks testcaseSam Thursfield2018-04-236-0/+66
* integration/workspace.py: Test that configure commands run only onceTristan Maat2018-04-132-0/+55
* tests/integration/shell.py: Test that workspaced files are visible in a bst s...Tristan Van Berkom2018-04-112-0/+91
* integration/workspace.py: Add updated dependency testsTristan Maat2018-03-277-0/+265
* Generate unique subdirs for built elementsPhillip Smyth2018-03-263-10/+10
* Add simple tests of builder UID.Jim MacArthur2018-03-234-0/+95
* Removing all traces of `environment-inherit` shell configuration.Tristan Van Berkom2018-03-061-27/+7
* tests/integration/shell.py: Testing new shell environment configurationTristan Van Berkom2018-03-061-2/+42
* tests/integration/shell.py: Adding tests for env var expansions in `host-files`tristan/shell-enhancementsTristan Van Berkom2018-03-061-0/+25
* integration tests: Refactoring for dynamic project configurationsTristan Van Berkom2018-03-063-48/+21
* tests/integration/shell.py: Updated shell testsTristan Van Berkom2018-03-041-32/+34
* tests/integration/shell.py: Added tests for host-filesTristan Van Berkom2018-02-282-0/+98
* tests/integration/shell.py: Generate project.conf on the flyTristan Van Berkom2018-02-282-7/+28
* Integration tests: Removing some dead codeTristan Van Berkom2018-02-277-13/+4
* tests/integration/shell.py: Added tests for inheriting environment variablesTristan Van Berkom2018-02-252-3/+44
* tests/integration/shell.py: Dont use shlex, use command vectorsTristan Van Berkom2018-02-251-9/+15
* tests/integration/base/generate-base.sh: Typo fix in commentSam Thursfield2018-02-211-1/+1
* tests/integration: Use a minimal custom base sysrootSam Thursfield2018-02-219-29/+83