Skip to content
Snippets Groups Projects
  1. Mar 15, 2018
  2. Feb 27, 2018
  3. Jan 18, 2018
  4. Nov 25, 2017
    • Alex Crichton's avatar
      Fix wasm tests · 69784400
      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
      69784400
    • Alex Crichton's avatar
      Fix the FreeBSD target · 4d7fa243
      Alex Crichton authored
      It wasn't expecting a `*.d` file to exist, now it does.
      4d7fa243
  5. Nov 13, 2017
  6. Oct 31, 2017
  7. Oct 27, 2017
  8. Oct 24, 2017
  9. Oct 18, 2017
  10. Oct 04, 2017
  11. Sep 25, 2017
  12. Sep 20, 2017
  13. Sep 16, 2017
  14. Sep 06, 2017
  15. Aug 27, 2017
    • Alex Crichton's avatar
      Update emscripten to latest · 5822645e
      Alex Crichton authored
      5822645e
    • Alex Crichton's avatar
      Add asmjs/wasm32 to CI · 22b98ded
      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!
      22b98ded
  16. Aug 22, 2017
  17. Aug 21, 2017
    • Bryant Mairs's avatar
    • Bryant Mairs's avatar
      Add more fcntl and seal constants for Android/Linux · 2e11d9e1
      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.
      2e11d9e1
  18. Aug 18, 2017
    • Alex Crichton's avatar
      Remove OpenBSD CI · 201d5394
      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.
      201d5394
  19. Jul 19, 2017
  20. Jul 07, 2017
  21. Jul 03, 2017
  22. Jun 20, 2017
  23. Jun 14, 2017
  24. Jun 09, 2017
  25. Jun 08, 2017
  26. May 03, 2017
Loading