summaryrefslogtreecommitdiff
path: root/AK/TestSuite.h
AgeCommit message (Expand)Author
2020-10-14AK: Don't forward declare abort.asynts
2020-10-08AK: Use new format functions.asynts
2020-10-04AK: Don't add newline for outf/dbgf/warnf.asynts
2020-10-03Everywhere: Fix more typosLinus Groh
2020-09-28AK+TestSuite: Don't assume that the test passed in output.asynts
2020-08-25AK: TestSuite: Define assert macros with do { } while(0). (#3292)Paul Scharnofske
2020-08-23AK: Print RHS and LHS in EXPECT_EQ if we canBen Wiederhake
2020-08-22AK: TestSuite: Terminate when ASSERT_NOT_REACHED is called.asynts
2020-08-22AK: Make some tweaks in TestSuite.h.asynts
2020-08-22AK: Remove <chrono> requirement from TestSuite.h.asynts
2020-08-22AK: Remove exceptions from TestSuite.h.asynts
2020-08-10AK: TestSuite's main should return 0Ben Wiederhake
2020-05-30AK+LibC: Add TODO() as an alternative to ASSERT_NOT_REACHED()Andreas Kling
2020-03-02AK: Move the wildcard-matching implementation to StringUtilshowar6hill
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-11-06AK: Get rid of TStyle (output styling helper for LogStream)Andreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-08-02TestSuite: Hijack the ASSERT macros during unit tests.Andreas Kling
2019-08-01TestSuite: Actually print failed comparions.. :^)Andreas Kling
2019-07-21TestSuite: Don't leak the suite instanceRobin Burchell
2019-07-21TestSuite: instance() -> the(), and return a referenceRobin Burchell
2019-07-21TestSuite: Make tests actually run (oops!)Andreas Kling
2019-07-16AK: Add a new TestSuite.h from my own work, adapted to match the existing one...Robin Burchell