Skip to content
Snippets Groups Projects
  1. 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
  2. Nov 13, 2017
  3. Oct 31, 2017
  4. Oct 27, 2017
  5. Oct 24, 2017
  6. Oct 18, 2017
  7. Oct 04, 2017
  8. Sep 25, 2017
  9. Sep 20, 2017
  10. Sep 16, 2017
  11. Sep 06, 2017
  12. 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
  13. Aug 22, 2017
  14. 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
  15. 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
  16. Jul 19, 2017
  17. Jul 07, 2017
  18. Jul 03, 2017
  19. Jun 20, 2017
  20. Jun 14, 2017
  21. Jun 09, 2017
  22. Jun 08, 2017
  23. May 03, 2017
  24. Apr 23, 2017
  25. Apr 19, 2017
  26. Feb 23, 2017
  27. Feb 03, 2017
  28. Jan 18, 2017
Loading