Age | Commit message (Expand) | Author |
---|---|---|
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-12-19 | LibTest: Add `EXPECT_NO_CRASH` | Michel Hermier |
2021-12-19 | LibTest: Add `EXPECT_CRASH_WITH_SIGNAL` | Michel Hermier |
2021-12-19 | LibTest: Handle test reporting in the a unique path | Michel Hermier |
2021-12-19 | LibTest: Change `Crash` forked process communication | Michel Hermier |
2021-12-19 | LibTest: Handle Crash printing in a private method | Michel Hermier |
2021-07-06 | LibTest: Clear core dump flag for CrashTest child processes | Andrew Kaster |
2021-05-08 | LibTest: Convert Crash test runner to outln(..) | Brian Gianforcaro |
2021-05-08 | LibTest: Expose new EXPECT_CRASH(..) macro for unit test assertions | Brian Gianforcaro |
2021-05-08 | LibTest: Move Crash testing facility from crash.cpp to LibTest | Brian Gianforcaro |