aboutsummaryrefslogtreecommitdiff
path: root/run-tests-on-android.sh
AgeCommit message (Collapse)Author
2020-01-29Ignore lsattr failures for now too.Elliott Hughes
The lsattr tests currently pass on blueline but fail on cuttlefish. Too... many... file systems... Bug: http://b/147769529 Test: treehugger Change-Id: I1de08609df55887d5d25bddeae2772fb5b39a649
2020-01-28Ignore chattr tests while I work on fixing them.Elliott Hughes
Bug: http://b/147769529 Test: treehugger Change-Id: I900a7bae7e4930aca3b8626fdcfbd9a54396098d
2020-01-24Force tty allocation when running toybox tests.Elliott Hughes
Bug: http://b/142798587 Test: treehugger Change-Id: I61cdb2c237e61246f271558197a4ac11e8639c4e
2020-01-07Revert "Ignore date test failures until we get them fixed upstream."Elliott Hughes
This reverts commit 0751987715d6501205188ee6ac9cdfc3c7518011. Reason for revert: date tests fixed by 5854c801a718e92504114dec21038d740498dd65. Bug: http://b/147071480 Change-Id: I7d0170c97c59857ae6605d742052821119b7e810
2020-01-06Ignore date test failures until we get them fixed upstream.Elliott Hughes
Bug: http://b/147071480 Change-Id: If47c75e17ecc96c2dfa6413341ee681a7d9fb2ed
2019-12-11Stop ignoring xargs test failures.Elliott Hughes
The bug has been fixed. Test: treehugger Change-Id: If3818d7a026636b1366c4d45822a2610995cbc68
2019-12-03Revert "Revert "Merge remote-tracking branch 'toybox/master' into HEAD""Elliott Hughes
This reverts commit 169239e04d5763ef29cb18f228b489a6657dcb8d.
2019-11-15Revert the xargs test hack.Elliott Hughes
The accompanying bionic change makes sysconf(_SC_ARG_MAX) report the exact value the kernel is using again. Test: treehugger Change-Id: Ie5a370757477e98838b5f1c7aa133734f798fe7c
2019-11-14Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes
Change-Id: Ic323f5f63d1cc0a4fc341897da3a39b62bf1c198
2019-10-17Merge remote-tracking branch 'toybox/master' into HEADElliott Hughes
Change-Id: I4397ea98faed959d1c14cbd4731b3ae9ab03d7d0
2019-07-31run-tests-on-android.sh: ignore non-toybox failures for now.Elliott Hughes
This is just blkid and unzip for now. Will probably work on blkid in my spare time. Might make sense to move the unzip tests back into unzip... Test: manual Change-Id: I16ab6a190670c6dcf829fb1f81390ae11b4dbdb8
2019-07-08run-tests-on-android.sh: fix tty test.Elliott Hughes
Test: manual Change-Id: I4a2b11590be65022678f30e6acbdd5655bb33348
2019-07-02run-tests-on-android.sh: more build server improvements.Elliott Hughes
Suppress these messages when using `adb shell -t` from a build server: Remote PTY will not be allocated because stdin is not a terminal. Use multiple -t options to force remote PTY allocation. Also avoid this incorrect assumption: error: device offline -- mktemp not present This should count as a failure instead, not "this is a test for something that isn't on the device". Test: still see escapes run interactively. Bug: http://b/135744229 Change-Id: I1e6ad7fc6d5cbf4b208ad9e8ecbb51048caa3fbb
2019-07-02run-tests-on-android.sh: no VT100 escapes on build servers.Elliott Hughes
We don't want to see escape sequences in the logs in sponge. Test: still see escapes run interactively. Bug: http://b/135744229 Change-Id: Ie27355c56eb8c4a09cf3c05c482336f30ea7adb4
2019-06-27Avoid running the builtin "kill" in the kill tests.Elliott Hughes
Test: manual Change-Id: I2e5df99f5c583c749e9392ba8ba92a0188d5984c
2019-06-22Improve run-tests-on-android.sh for sh_test usage.Elliott Hughes
Show a summary at the end, and return a meaningful exit status. This doesn't actually work yet because it needs an upstream fix to use $(()) rather than $[] for shell arithmetic --- mksh only supports the former (and bash calls the latter deprecate and threatens to remove it). Also run each test in its own subdirectory. The cp and mkdir tests, for example, currently tread on each others' toes, even when run sequentially, because cp leaves around a `walrus` that mkdir doesn't expect to exist. Bug: http://b/135744229 Test: run this script Change-Id: I5f28340c9ea1f9cebb35175801197715f10700a4
2017-08-09Check in my Android test-running script.android-o-iot-preview-5o-iot-preview-5Elliott Hughes
Also update the documentation in Android.mk. Bug: N/A Test: ran tests Change-Id: Id986221f274101fff4d42b2a538bf39cd4956e06