summaryrefslogtreecommitdiff
path: root/AK/TestSuite.h
AgeCommit message (Expand)Author
2021-04-25Tests: Add environment variable for tests onlyAndrew Kaster
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18Tests: Fix test-math expected valuesMarco Biscaro
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-03-03AK+LibM: Rename EXPECT_CLOSE to EXPECT_APPROXIMATEBen Wiederhake
2021-03-03AK+LibM: Make EXPECT_CLOSE more useful during debuggingBen Wiederhake
2021-03-01AK/Lagom: Modify TestSuite to return how many tests failed from mainAndrew Kaster
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Remove unused RELEASE_ASSERT macroAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-23AK+Userland: Extend the compiletime format string check to other functionsAnotherTest
2021-02-23AK: Untangle TestSuite assertions a bitAnotherTest
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