ladybird/Userland
Andrew Kaster ae4240788c Userland: Unlink file after waiting for child in run-tests
TestProcFs expects to be able to stat its stdout and stderr. The new
ProcFS implemetnation properly forwards the symlinks for
/proc/pid/fd/[1,2] to the temporary file that we had unlinked prior to
spawning the process. However, this makes it so that a normal stat on
the symlink to that file fails (as expected). Move the unlink to after
we've waited on the child, so that we know it won't be trying any funny
business with its stdout/stderr anymore.
2021-06-30 09:39:57 +04:30
..
Applets Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Applications LibWeb+Browser: Support DOM Inspector for OutOfProcessWebView 2021-06-29 23:06:48 +02:00
Demos Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
DevTools AK+Everywhere: Change int to size_t in JsonObject and JsonArray 2021-06-29 13:18:03 +02:00
DynamicLoader DynamicLoader: Implement self relocations for x86_64 2021-06-29 20:03:36 +02:00
Games Games: Add Spider 2021-06-24 10:32:53 +02:00
Libraries Base+Utilities: Add run-tests program to run system tests with LibTest 2021-06-30 08:18:28 +04:30
Services LibWeb+WebContent: Add IPC flow for Inspect DOM Tree 2021-06-29 23:06:48 +02:00
Shell Shell: Don't do null check on NonnullRefPtr<T> 2021-06-29 22:57:52 +04:30
Utilities Userland: Unlink file after waiting for child in run-tests 2021-06-30 09:39:57 +04:30
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00