···14 # `Failed to match ... against ...` `Match value not within tolerance value of MPFR result:`
15 # We need a better way, but I don't know enough sed magic and patching `CMakeLists.txt` isn't working...
16 substituteInPlace ../libc/test/src/math/log10_test.cpp \
17- --replace "i < N" "i < 0" \
18- --replace "test(mpfr::RoundingMode::Nearest);" "" \
19- --replace "test(mpfr::RoundingMode::Downward);" "" \
20- --replace "test(mpfr::RoundingMode::Upward);" "" \
21- --replace "test(mpfr::RoundingMode::TowardZero);" ""
22 '';
2324 checkTargets = [ "check-${targetName}" ];
···14 # `Failed to match ... against ...` `Match value not within tolerance value of MPFR result:`
15 # We need a better way, but I don't know enough sed magic and patching `CMakeLists.txt` isn't working...
16 substituteInPlace ../libc/test/src/math/log10_test.cpp \
17+ --replace-fail "i < N" "i < 0" \
18+ --replace-fail "test(mpfr::RoundingMode::Nearest);" "" \
19+ --replace-fail "test(mpfr::RoundingMode::Downward);" "" \
20+ --replace-fail "test(mpfr::RoundingMode::Upward);" "" \
21+ --replace-fail "test(mpfr::RoundingMode::TowardZero);" ""
22 '';
2324 checkTargets = [ "check-${targetName}" ];