- Feb 05, 2019
-
-
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
-
- Aug 01, 2018
-
-
Alex Crichton authored
Looks like Travis has moved on from our old images, so we're forced to update.
-
- Jan 18, 2017
-
-
Alex Crichton authored
-
Kevin Brothaler authored
It’s not clear if these values are used or needed by the simulator. The doc only seems to mention arm values for the actual device: https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html#//apple_ref/doc/uid/TP40009252-SW3
-
Kevin Brothaler authored
-
- Jan 17, 2017
-
-
Kevin Brothaler authored
-
Kevin Brothaler authored
Pass the tests only if we find an expected positive output (rather than checking for negative output to fail the tests).
-
Kevin Brothaler authored
-
Kevin Brothaler authored
-