- Feb 27, 2018
-
-
gnzlbg authored
-
- Nov 25, 2017
-
-
Alex Crichton authored
It wasn't expecting a `*.d` file to exist, now it does.
-
- Oct 27, 2017
-
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
- Sep 16, 2017
-
-
Alex Crichton authored
-
- Sep 06, 2017
-
-
Alex Crichton authored
-
- Aug 22, 2017
-
-
Alex Crichton authored
-
Alex Crichton authored
-
Bryant Mairs authored
This works by specifying a "runner" for actually executing the binary. This doesn't apply to the Android or NetBSD runs because there isn't a simple binary that just runs the executable.
-
- Aug 21, 2017
-
-
Bryant Mairs authored
-
Bryant Mairs authored
We now create an additional binary `linux_fcntl` for testing this since there are header conflicts when including all necessary headers. This binary is run on all platforms even though it's empty on all non- Android/non-Linux platforms. Testing has been switched from a custom binary to using a runner-less test (or pair of tests). This means that for local development a simple `cd libc-test && cargo test` will run all the tests. CI has also been updated here to reflect that.
-
- Aug 18, 2017
-
-
Alex Crichton authored
It's now broken due to changes in the `gcc` crate and having a too-old compiler, and in general it's unfortunately architecturally so different from the other test frameworks that it's difficult to maintain over time.
-
- Jul 07, 2017
-
-
Alex Crichton authored
We can't test s390x because qemu segfaults but we can at least verify that it compiles. Closes #650
-
- Jun 08, 2017
-
-
Marco A L Barbosa authored
-
- May 03, 2017
-
-
Marco A L Barbosa authored
-
- Apr 19, 2017
-
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
- Feb 23, 2017
-
-
Marco A L Barbosa authored
-
- Jan 18, 2017
-
-
Kevin Brothaler authored
-
- Jan 17, 2017
-
-
Kevin Brothaler authored
-
Kevin Brothaler authored
-
- Nov 06, 2016
-
-
Alex Crichton authored
-
- Oct 14, 2016
-
-
Alex Crichton authored
-
- Oct 09, 2016
-
-
Alex Crichton authored
Also cache on appveyor to speed up builds.
-
- Sep 30, 2016
-
-
Jorge Aparicio authored
-
- Sep 09, 2016
-
-
Sébastien Marie authored
- allow QEMU name to have subdirectory inside (replace `/` by `__` in the filename) - add a new code path for plain qcow2 image (for efficient bandwidth usage, the qcow2 is expected to use compressed qcow2 format) - move freebsd image to explicitly download the gzipped QEMU
-
- Aug 28, 2016
-
-
Alex Crichton authored
Download a trunk OpenWRT toolchain and verify bindings against that. Also fixup a few stray errors today
-
- Aug 27, 2016
-
-
Alex Crichton authored
-
Alex Crichton authored
-
- Jun 15, 2016
-
-
Alex Crichton authored
Previously we were somewhat half-Docker, half-Travis, half apt-get, etc. This commit alters the CI infrastructure to use Docker images for each target. This should make it much easier to update the images and tweak various bits and pieces of installed software. Additionally, it's also much clearer now what's needed for each suite of tests! Some images were updated a bit (e.g. musl is now 1.1.14), but other images encountered failures when updating so they're not getting updated just yet.
-
- Jan 19, 2016
-
-
Alex Crichton authored
This commit adds support to test all libc definitions on both OpenBSD and FreeBSD via QEMU userspace emulation. Specially prepared images for each OS are used which are essentially intended to run a script on startup and then exit. Documentation has been added to the `ci/README.md` file describing this new system.
-
- Dec 27, 2015
-
-
Alexander Polakov authored
-
- Dec 18, 2015
-
-
Alex Crichton authored
It's got a new toolchain which should hopefully support some more modern definitions.
-
- Dec 02, 2015
-
-
Alex Crichton authored
-
- Nov 07, 2015
-
-
Alex Crichton authored
-
- Oct 29, 2015
-
-
Alex Crichton authored
-
- Sep 21, 2015
-
-
Alex Crichton authored
-
- Sep 19, 2015
-
-
Alex Crichton authored
-
Alex Crichton authored
-
- Sep 18, 2015
-
-
Alex Crichton authored
-