aboutsummaryrefslogtreecommitdiff
path: root/python/tests/testpkg
Commit message (Collapse)AuthorAgeFilesLines
* Delete Python 2 embedded launcher test.Krzysztof KosiƄski2023-05-041-5/+1
| | | | | | | | | There are no remaining Python 2 binaries using an embedded launcher in Android. Bug: 245854393 Test: m par_test py2-cmd py3-cmd && build/soong/python/tests/runtest.sh Change-Id: I241bbaa417060b51b4d2883011ccb43e22ace4c8
* Precompile python sourcesCole Faust2023-01-271-1/+4
| | | | | | | | | | | This signifigantly improves the startup time of soong-built python binaries. For example, running `m apexer && time out/host/linux-x86/bin/apexer` gives 0.734s before this cl, and 0.094s after. Fixes: 259718110 Test: Presubmits Change-Id: Ib19e83e2c60c39a849525be117279c318de3afa7
* Add tests for py(2|3)-cmdDan Willemsen2020-02-192-0/+33
| | | | | Test: m par_test{,3} py{2,3}-cmd; ./runtest.sh Change-Id: I4aadd9fc85be4381bd9a0843064ceaa87150b5ee
* Add python3 embedded launcher supportDan Willemsen2019-11-041-1/+7
| | | | | Test: m par_test{,3}; build/soong/python/tests/runtest.sh Change-Id: I9c0fac9e2947616fdeedbfc55026dc3065966e71
* Add par_testDan Willemsen2019-02-141-0/+37
This test adds a number of checks for the visible python state inside a hermetic par file. Test: build/soong/python/tests/runtests.sh Change-Id: I7188d862a309a09623169e1f967bde86707d41af