serenity/Tests/LibC
Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString
This commit removes DeprecatedString's "null" state, and replaces all
its users with one of the following:
- A normal, empty DeprecatedString
- Optional<DeprecatedString>

Note that null states of DeprecatedFlyString/StringView/etc are *not*
affected by this commit. However, DeprecatedString::empty() is now
considered equal to a null StringView.
2023-10-13 18:33:21 +03:30
..
CMakeLists.txt Tests: Add tests for gethostbyname_r() 2023-08-29 11:04:48 +02:00
TestAbort.cpp
TestAssert.cpp
TestCType.cpp
TestEnvironment.cpp Tests: Un-flake the recent TestEnvironment addition 2023-06-06 12:20:38 +02:00
TestIo.cpp Userland+Tests: Don't use MAP_FILE when mmap-ing 2023-09-01 19:50:35 +02:00
TestLibCDirEnt.cpp
TestLibCExec.cpp
TestLibCInodeWatcher.cpp
TestLibCMkTemp.cpp Tests: Prefer TRY_OR_FAIL() and MUST() over EXPECT(!.is_error()) 2023-05-14 15:39:38 -06:00
TestLibCNetdb.cpp Tests: Add tests for getaddrinfo() 2023-08-29 11:04:48 +02:00
TestLibCSetjmp.cpp
TestLibCString.cpp
TestLibCTime.cpp
TestMalloc.cpp
TestMath.cpp
TestMemalign.cpp LibC+Tests: Reduce fuzz iteration in TestMemalign to speed up CI 2023-06-01 20:28:41 +01:00
TestMemmem.cpp
TestMkDir.cpp
TestPthreadCancel.cpp
TestPthreadCleanup.cpp
TestPThreadPriority.cpp
TestPthreadRWLocks.cpp
TestPthreadSpinLocks.cpp
TestPwd.cpp
TestQsort.cpp
TestRaise.cpp
TestRealpath.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
TestScanf.cpp
TestSearch.cpp
TestSnprintf.cpp AK: Implement printf's "period without precision value" correctly 2023-10-06 08:21:18 +02:00
TestStackSmash.cpp
TestStdio.cpp
TestStrlcpy.cpp AK+Everywhere: Change AK::fill_with_random to accept a Bytes object 2023-04-03 15:53:49 +02:00
TestStrtodAccuracy.cpp
TestWchar.cpp
TestWctype.cpp