Josh Stone [Mon, 30 Jul 2018 20:08:56 +0000 (13:08 -0700)]
run-pass/const-endianness: negate before to_le()
`const LE_I128` needs parentheses to negate the value *before* calling
`to_le()`, otherwise it doesn't match the operations performed in the
black-boxed part of the test. This only makes a tangible difference on
big-endian targets.
Josh Stone [Fri, 27 Jul 2018 00:20:02 +0000 (17:20 -0700)]
rustc_metadata: test loading atoi instead of cos
Some platforms don't actually have `libm` already linked in the test
infrastructure, and then `dynamic_lib::tests::test_loading_cosine` would
fail to find the "cos" symbol. Every platform running this test should
have `libc` and "atoi" though, so try to use that symbol instead.
Ximin Luo [Sun, 5 Aug 2018 09:18:10 +0000 (10:18 +0100)]
rustc (1.28.0+dfsg1-2) unstable; urgency=medium
* Switch on verbose-tests to restore the old pre-1.28 behaviour, and restore
old failure-counting logic.
* Allow 50 test failures on s390x, restored failure-counting logic avoids
more double-counts.