summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add support for creating a tarball on bst checkouttiagogomes/tarball_checkoutTiago Gomes2018-07-201-1/+108
* tests/artifactcache/expiry.py: Add expiry testsTristan Maat2018-07-182-0/+278
* tests/frontend/buildcheckout.py: Added tests for "Add a `--deps` flag to `bst...add_flag_to_checkoutPhillip Smyth2018-07-171-0/+36
* Remove tar artifact cacheJürg Billeter2018-07-171-82/+0
* tests/integration/workspace.py: Test incremental build on all platformsJürg Billeter2018-07-171-1/+0
* tests/frontend/pull.py: Add pull test for missing blobs on the serverJürg Billeter2018-07-171-0/+42
* tests/frontend/push.py: Remove xfail mark from LRU cache testJürg Billeter2018-07-171-4/+0
* tests: Test push/pull on all platformsJürg Billeter2018-07-173-13/+0
* tests/cachekey: Update expected cache keys after switch to CASJürg Billeter2018-07-1725-25/+25
* tests/testutils/artifactshare.py: Use CAS artifact serverJürg Billeter2018-07-171-28/+48
* _platform: Use CAS artifact cacheJürg Billeter2018-07-171-6/+1
* tests/frontend/push.py: Use ArtifactShare statvfs mockingJürg Billeter2018-07-171-29/+9
* tests/testutils/artifactshare.py: Add support for statvfs mockingJürg Billeter2018-07-171-3/+28
* tests: Use context manager for ArtifactShareJürg Billeter2018-07-174-469/+487
* tests: Fix filter tests not checking whether files should be missing.Jonathan Maw2018-07-165-0/+72
* Move _list_dir_contents to __init__.pyMove-_list_dir_contents-to-__init__425-add-a-deps-flag-to-bst-checkoutPhillip Smyth2018-07-114-52/+36
* tests/frontend/push.py: Add missing skip annotation for non-Linux468-source-bundle-except-argument-is-ignoredJürg Billeter2018-07-091-0/+1
* tests: Remove unneeded ArtifactShare.update_summary() methodJürg Billeter2018-07-094-40/+0
* Provide better error message on missing commandsTiago Gomes2018-07-023-0/+21
* Add error message when running commands on directoriesFrancisco Redondo Marchena2018-06-281-0/+12
* doc: Adding part 4 of the getting started tutorial: integration commandsTristan Van Berkom2018-06-251-0/+36
* doc: Adding part 3 of the getting started tutorial: autotools elementTristan Van Berkom2018-06-182-0/+47
* doc: Adding part 2 of the getting started tutorialTristan Van Berkom2018-06-171-0/+36
* doc: Adding part 1 of the getting started tutorialTristan Van Berkom2018-06-161-0/+29
* Allow tracking dependencies within sub-projects.Valentin David2018-06-082-0/+199
* Handle cross junction elements in workspaces.Valentin David2018-06-081-0/+117
* Interpret names as colon separated junction path in loader.Valentin David2018-06-086-4/+199
* pushreceive.py: Ensure huge artifacts are not pushedJames Ennis2018-06-071-1/+0
* push.py: Add tests to test remote cache expiryJames Ennis2018-06-071-1/+184
* element_generators.py: Add a utility function to create arbitrary size elementsJames Ennis2018-06-072-0/+41
* tests/completions: Added test case for custom `bst help` completionsTristan Van Berkom2018-06-071-0/+13
* Implement bst helpEd Baunton2018-06-071-0/+1
* _frontend/cli.py: Try to autocomplete element paths when running from a subdi...Chandan Singh2018-06-061-4/+7
* _project.py: Allow running bst commands from subdirectories of project rootChandan Singh2018-06-064-0/+21
* 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
* tests/context/context.py: Test setting XDG_CACHE_HOMETristan Maat2018-06-051-0/+17
* tests: Add track tests for the filter elementJonathan Maw2018-05-171-1/+288
* tests: Add workspace tests for filtersJonathan Maw2018-05-171-0/+70
* element.py: Fix consistency of workspaced elements when ref is missingChandan Singh2018-05-171-0/+32
* tests/examples/flatpak-autotools.py: Workaround setuptools bugTristan Van Berkom2018-05-161-0/+18
* doc: Add first example, building on a flatpak SDKalbfan2018-05-161-0/+49
* bst-init: Ensure --element-path is respected by the commandchandan/fix-bst-init-element-path288-kill-element-normal_name-variableChandan Singh2018-05-111-0/+3
* _stream.py: Do not force `PipelineSelection.ALL` for build with trackingJürg Billeter2018-05-111-1/+1
* tests: Do not rely on 'downloadable' statusJürg Billeter2018-05-114-21/+25
* _stream.py, _pipeline.py: Refactoring of the pipeline itselfTristan Van Berkom2018-05-082-66/+36
* _artifactcache: Added ArtifactCache.setup_remotes()Tristan Van Berkom2018-05-081-2/+3
* _stream.py, _frontend: Call Stream() APIs with CLI arguments directly.Tristan Van Berkom2018-05-081-1/+1
* _stream.py: Add StreamError exceptionTristan Van Berkom2018-05-0812-20/+20
* tests/format/variables.py: Removed testing of stderrTristan Van Berkom2018-05-081-4/+0