- Feb 27, 2018
- Jan 18, 2018
-
-
Alex Crichton authored
Looks like ubuntu 17.04 is broken now and it fails to link on 17.10 and 18.04. It seems to work on stretch though!
-
Alex Crichton authored
Apparently 17.04 is broken now?
-
- Nov 25, 2017
-
-
Alex Crichton authored
Looks like `cargo test` is now trying to test too many files due to rust-lang/cargo#4750 so add a clause to the wrapper to ignore the bogus ones for now
-
Alex Crichton authored
It wasn't expecting a `*.d` file to exist, now it does.
-
- Nov 13, 2017
-
-
Sébastien Santoro authored
Pure sh scripts should use /bin/sh as it's available on every platform. When using bash-specific features, use env to find it, as bash can be installed in different places according the OS.
-
- Oct 31, 2017
-
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
- Oct 27, 2017
-
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
- Oct 24, 2017
-
-
Marco A L Barbosa authored
-
- Oct 18, 2017
-
-
Alex Crichton authored
* Add syscall tables to most remaining arches in `src/unix/notbsd` * Add aarch64/arm musl to CI * Update dependencies
-
- Oct 04, 2017
-
-
Alex Crichton authored
Apparently it no longer works
-
- Sep 25, 2017
-
-
Tom Kirchner authored
Signed-off-by:
Tom Kirchner <tjk@amazon.com> Signed-off-by:
Ben Cressey <bcressey@amazon.com>
-
- Sep 20, 2017
-
-
Alex Crichton authored
Apparently the 17.10 image broke?
-
- Sep 16, 2017
-
-
Alex Crichton authored
-
- Sep 06, 2017
-
-
Alex Crichton authored
-
- Aug 27, 2017
-
-
Alex Crichton authored
-
Alex Crichton authored
Rebase of #610 and also move emscripten up much higher in the hierarchy to ensure that it doesn't have too much of a ripple effect on other platforms. This involved moving down a good number of definitions, but hopefully was done with care to not break anything!
-
- 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 19, 2017
-
-
Gabriel authored
-
- 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
-
Aidan Hobson Sayers authored
-
- Jul 03, 2017
-
-
Nicolas Dusart authored
-
- Jun 20, 2017
-
-
Marco A L Barbosa authored
-
- Jun 14, 2017
-
-
Mateusz Sieczko authored
-
- Jun 09, 2017
-
-
Marco A L Barbosa authored
-
- Jun 08, 2017
-
-
Marco A L Barbosa authored
-
- May 03, 2017
-
-
Marco A L Barbosa authored
-
- Apr 23, 2017
-
-
Aidan Hobson Sayers authored
-