serenity/Tests/LibC
Sönke Holz 39a2356c54 Tests/LibC: Don't implicitly convert float to double in TestSnprintf
Most RISC-V floating-point operations only generate the canonical NaN,
so the sign bit was cleared in this test.
The sign injection instruction does keep the NaN payload and sign bit,
so doing `-v.f` to get a negative NaN works as expected.
2025-01-02 09:38:47 -05:00
..
CMakeLists.txt LibC: Add some fenv tests 2024-04-23 19:18:09 -06:00
TestAbort.cpp Tests/LibC+LibC: Don't assume __builtin_trap causes SIGILL 2024-10-04 12:06:40 -06:00
TestAssert.cpp
TestCType.cpp
TestEnvironment.cpp
TestFenv.cpp LibC: Add some fenv tests 2024-04-23 19:18:09 -06:00
TestIo.cpp
TestLibCDirEnt.cpp
TestLibCExec.cpp
TestLibCGrp.cpp
TestLibCInodeWatcher.cpp
TestLibCMkTemp.cpp
TestLibCNetdb.cpp
TestLibCSetjmp.cpp
TestLibCString.cpp
TestLibCTime.cpp
TestMalloc.cpp
TestMath.cpp AK: Add an implementation of fmod() on non-x86 2024-12-24 13:11:07 -05:00
TestMemalign.cpp
TestMemmem.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
TestMkDir.cpp
TestPthreadCancel.cpp
TestPthreadCleanup.cpp
TestPThreadPriority.cpp
TestPthreadRWLocks.cpp
TestPthreadSpinLocks.cpp
TestPwd.cpp
TestQsort.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
TestRaise.cpp
TestRealpath.cpp
TestScanf.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
TestSearch.cpp
TestSnprintf.cpp Tests/LibC: Don't implicitly convert float to double in TestSnprintf 2025-01-02 09:38:47 -05:00
TestStackSmash.cpp
TestStdio.cpp
TestStrlcpy.cpp
TestStrtodAccuracy.cpp
TestWchar.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00
TestWctype.cpp Everywhere: Run clang-format 2024-04-24 16:50:01 -04:00