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-10-24 | LibTest: Introduce a macro to only compare truthiness | Tim Schumacher |
2021-07-19 | Everywhere: Use AK/Math.h if applicable | Hendiadyoin1 |
2021-06-11 | LibTest: Don't try to pass stderr to warnln | Hendiadyoin1 |
2021-05-08 | LibTest: Expose new EXPECT_CRASH(..) macro for unit test assertions | Brian Gianforcaro |
2021-04-29 | LibTest: Add EXPECT_NE(..) test assertion. | Brian Gianforcaro |
2021-04-27 | LibTest: Add FAIL() macro allow tests to force failure with message. | Brian Gianforcaro |
2021-04-25 | AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake | Andrew Kaster |