Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-24 | Userland+Tests: Convert File::read_link() from String to ErrorOr<String> | Kenneth Myhra | |
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. | |||
2021-05-15 | Tests: Add LibELF tests | Brendan Coles | |