15 Commits

Author SHA1 Message Date
ace5825d96 alnyan/yggdrasil: build as std dependency 2024-03-16 17:55:49 +02:00
Amanieu d'Antras
66925cff62 Disable musl tests on powerpc64 2022-01-04 00:09:07 +01:00
Amanieu d'Antras
13890be6ad Ignore some functions which don't match musl 2022-01-03 20:34:47 +01:00
Andrey Zgarbul
62e2506745 fix jn, ilogb 2019-05-09 18:40:19 +03:00
Alex Crichton
68c49a2362 Test jn and jnf 2019-05-09 07:58:57 -07:00
Alex Crichton
f0122d38f7 Generate NaN and Infinity more often
Make sure they come up in RNG generation of floats
2019-05-09 07:53:21 -07:00
Alex Crichton
b22395e001 Test sincos and sincosf 2019-05-09 07:52:52 -07:00
Alex Crichton
8755986beb Move non-public functions to pub(crate)
Remove exceptions from the test list after doing so
2019-05-09 07:27:10 -07:00
Andrey Zgarbul
2c1ec98266 test several outputs 2019-05-09 12:10:11 +03:00
Andrey Zgarbul
9f0bc49652 fix traits 2019-05-09 07:36:52 +03:00
Andrey Zgarbul
3b17edb395 rm asine, mv lgamma 2019-05-09 06:58:58 +03:00
Andrey Zgarbul
2c9fd146d3 tests, fixes, format 2019-05-07 07:16:24 +03:00
Alex Crichton
344e352e55 Run rustfmt 2019-05-02 11:44:58 -07:00
Alex Crichton
d166a30c11 Overhaul tests
* Move everything to azure pipelines
* Inline docker configuration in this repo (no `cross`)
* Delete `no-panic` example, use `#[no_panic]` instead.
2019-05-02 11:37:21 -07:00
Alex Crichton
28c69b4197 Rework how testing is done
Use a build script to generate musl reference outputs and then ensure
that everything gets hooked up to actually run reference tests.
2019-05-02 10:48:55 -07:00