ladybird/Tests/LibC
Kenneth Myhra 4a57be824c Userland+Tests: Convert File::read_link() from String to ErrorOr<String>
This converts the return value of File::read_link() from String to
ErrorOr<String>.

The rest of the change is to support the potential of an Error being
returned and subsequent release of the value when no Error is returned.
Unfortunately at this stage none of the places affected can utililize
our TRY() macro.
2022-03-24 11:57:51 +01:00
..
CMakeLists.txt Tests: Add test for LibC mkdir() 2022-02-13 21:58:26 +02:00
TestAbort.cpp LibTest: Add EXPECT_CRASH_WITH_SIGNAL 2021-12-19 14:22:06 -08:00
TestAssert.cpp LibC: Allow multiple includes of <assert.h> 2021-12-23 17:53:46 -08:00
TestIo.cpp Userland+Tests: Convert File::read_link() from String to ErrorOr<String> 2022-03-24 11:57:51 +01:00
TestLibCDirEnt.cpp Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00
TestLibCExec.cpp LibC: Do not include errno.h inside unistd.h 2021-05-14 22:24:02 +02:00
TestLibCInodeWatcher.cpp Tests: Add InodeWatcher and FileWatcher tests 2021-05-12 22:38:20 +02:00
TestLibCMkTemp.cpp Userland+Tests: Convert File::read_link() from String to ErrorOr<String> 2022-03-24 11:57:51 +01:00
TestLibCSetjmp.cpp Tests: Test setjmp/sigsetjmp LibC functions 2021-08-26 00:54:23 +02:00
TestLibCString.cpp LibC: Set saved_str to null in strtok_r if no tokens were found 2022-03-08 23:30:47 +01:00
TestLibCTime.cpp LibC: Ensure most time tests run under UTC 2022-01-25 18:39:36 +00:00
TestMalloc.cpp LibC: Make *alloc return NULL in case of failure (POSIX) 2022-01-16 11:18:04 +01:00
TestMemmem.cpp Tests: Convert remaining LibC tests to LibTest 2021-09-01 13:44:24 +02:00
TestMkDir.cpp Tests: Add test for LibC mkdir() 2022-02-13 21:58:26 +02:00
TestQsort.cpp Tests: Reduce the execution time of the LibC TestQSort test 2021-09-05 22:17:28 +02:00
TestRaise.cpp LibTest: Add EXPECT_CRASH_WITH_SIGNAL 2021-12-19 14:22:06 -08:00
TestRealpath.cpp Tests: Include limits.h for PATH_MAX in realpath tests 2022-03-08 22:00:28 +01:00
TestScanf.cpp LibC: Do not write value when scanf assignment value is suppressed 2022-02-20 00:13:08 +03:30
TestSearch.cpp LibC: Implement twalk 2021-10-15 21:50:19 -07:00
TestSnprintf.cpp AK: Print NaN and infinite numbers in PrintfImplementation 2022-03-02 11:40:37 +01:00
TestStackSmash.cpp Everywhere: Fix spelling mistakes 2022-01-07 15:44:42 +01:00
TestStdio.cpp Tests: Test whether stdio streams are flushed correctly on exit 2022-01-16 14:59:21 -08:00
TestStrlcpy.cpp Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
TestStrtodAccuracy.cpp Tests: Convert remaining LibC tests to LibTest 2021-09-01 13:44:24 +02:00
TestWchar.cpp Tests: Include limits.h for MB_LEN_MAX in wchar tests 2022-03-08 22:00:28 +01:00
TestWctype.cpp Tests: Only test truthiness for iswctype 2021-10-24 22:40:11 -07:00