catch2/tests/SelfTest
Martin Hořeňovský d937427f1f
Disable tests for reproducible FP on non-SSE2 x86 targets
Without SSE2 enabled, x86 targets will use x87 FPU, which breaks
the tests checking for reproducible results from our random
floating point number generators. The output is still reproducible,
at least between binaries targetting x87, but the tests hardcode
results for the whole pipeline being done in 32/64bit precision.

Closes #2796
2024-02-11 00:25:24 +01:00
..
Baselines Add uniform_integer_distribution 2023-12-10 19:53:39 +01:00
helpers Add Catch::Detail::is_permutation that supports sentinels 2023-02-06 15:29:01 +01:00
IntrospectiveTests Disable tests for reproducible FP on non-SSE2 x86 targets 2024-02-11 00:25:24 +01:00
Misc Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
TimingTests Fix references to license file 2022-10-28 11:30:15 +02:00
UsageTests Add test showing literals and complex generators in one GENERATE 2023-12-10 18:32:45 +01:00
TestRegistrations.cpp Fix references to license file 2022-10-28 11:30:15 +02:00