Skip to content
Snippets Groups Projects
  1. Sep 05, 2018
    • Tobias Bucher's avatar
      Theoretically test statics · 8b1d8464
      Tobias Bucher authored
      There are none of them in `libc` except for `__progname` on Android, but
      that one cannot be tested because it's not present in any header files.
      8b1d8464
  2. Aug 13, 2018
  3. Jul 29, 2018
  4. Feb 27, 2018
  5. Oct 27, 2017
  6. Oct 18, 2017
  7. Aug 27, 2017
    • 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
  8. Aug 21, 2017
    • 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
  9. Jun 08, 2017
  10. Oct 21, 2016
  11. Aug 27, 2016
  12. Sep 16, 2015
  13. Sep 14, 2015
    • Alex Crichton's avatar
      Run all tests manually · 5a28433b
      Alex Crichton authored
      Running a test per thread really doesn't play well with QEMU emulation, so just
      make it easy on ourselves and don't run threads.
      5a28433b
  14. Sep 11, 2015
  15. Sep 10, 2015
Loading