summaryrefslogtreecommitdiff
path: root/ci/runtest-android.rs
Commit message (Collapse)AuthorAgeFilesLines
* ci: Read test output from stderrYuki Okushi2022-11-191-9/+10
| | | | Signed-off-by: Yuki Okushi <jtitor@2k36.org>
* Add trace to CIJubilee Young2021-02-241-0/+1
|
* Re-enable debug output in dox.sh and remove unused variable in runtestgnzlbg2019-02-131-1/+1
|
* Add an integration test for the cmsg(3) functions.Alan Somers2019-02-051-3/+5
| | | | | | | | | | | | | | | | | Since these are defined in C as macros, they must be reimplemented in libc as Rust functions. They're hard to get exactly right, and they vary from platform to platform. The test builds custom C code that uses the real macros, and compares its output to the Rust versions' output for various inputs. Skip the CMSG_NXTHDR test on sparc64 linux because it hits a Bus Error. Issue #1239 Skip the entire cmsg test program on s390x because it dumps core seemingly before the kernel finishes booting. Issue #1240
* Update runtest-androidgnzlbg2019-01-301-5/+9
|
* Update Android images/runnersAlex Crichton2017-08-211-0/+41