Skip to content
Snippets Groups Projects
  1. Mar 03, 2019
  2. Feb 05, 2019
    • Alan Somers's avatar
      Add an integration test for the cmsg(3) functions. · 38cf5b15
      Alan Somers authored
      Since these are defined in C as macros, they must be reimplemented in
      libc as Rust functions.  They're hard to get exactly right, and they
      vary from platform to platform.  The test builds custom C code that uses
      the real macros, and compares its output to the Rust versions' output
      for various inputs.
      
      Skip the CMSG_NXTHDR test on sparc64 linux because it hits a Bus Error.
      
      Issue #1239
      
      Skip the entire cmsg test program on s390x because it dumps core
      seemingly before the kernel finishes booting.
      
      Issue #1240
      38cf5b15
  3. Dec 10, 2018
  4. Dec 07, 2018
  5. Nov 26, 2018
  6. Jul 18, 2018
  7. Jul 17, 2018
  8. Mar 15, 2018
  9. Jan 18, 2018
  10. 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
  11. Oct 31, 2017
  12. Oct 27, 2017
  13. Oct 24, 2017
  14. Oct 18, 2017
  15. Sep 25, 2017
  16. Sep 20, 2017
  17. Sep 16, 2017
  18. 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
  19. Aug 22, 2017
  20. 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
  21. Jul 19, 2017
  22. Jul 07, 2017
  23. Jul 03, 2017
  24. Jun 14, 2017
  25. Jun 08, 2017
  26. May 03, 2017
  27. Apr 19, 2017
  28. Feb 23, 2017
  29. Feb 03, 2017
  30. Dec 03, 2016
  31. Dec 02, 2016
  32. Nov 17, 2016
    • Alex Crichton's avatar
      Share the host's `target` directory for tests · c2842463
      Alex Crichton authored
      This helps caching between runs and can help speed up turnaround time for
      various operations. The old android container didn't work out for some reason
      due to permissions so the definition has now been vendored locally to just
      rebuild it each time.
      c2842463
  33. Nov 06, 2016
Loading