index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
TestSuite.h
Age
Commit message (
Expand
)
Author
2021-04-25
Tests: Add environment variable for tests only
Andrew Kaster
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
Tests: Fix test-math expected values
Marco Biscaro
2021-04-16
Everywhere: Add `-Wdouble-promotion` warning
Nicholas-Baron
2021-03-03
AK+LibM: Rename EXPECT_CLOSE to EXPECT_APPROXIMATE
Ben Wiederhake
2021-03-03
AK+LibM: Make EXPECT_CLOSE more useful during debugging
Ben Wiederhake
2021-03-01
AK/Lagom: Modify TestSuite to return how many tests failed from main
Andrew Kaster
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Remove unused RELEASE_ASSERT macro
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
AK+Userland: Extend the compiletime format string check to other functions
AnotherTest
2021-02-23
AK: Untangle TestSuite assertions a bit
AnotherTest
2020-10-14
AK: Don't forward declare abort.
asynts
2020-10-08
AK: Use new format functions.
asynts
2020-10-04
AK: Don't add newline for outf/dbgf/warnf.
asynts
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-09-28
AK+TestSuite: Don't assume that the test passed in output.
asynts
2020-08-25
AK: TestSuite: Define assert macros with do { } while(0). (#3292)
Paul Scharnofske
2020-08-23
AK: Print RHS and LHS in EXPECT_EQ if we can
Ben Wiederhake
2020-08-22
AK: TestSuite: Terminate when ASSERT_NOT_REACHED is called.
asynts
2020-08-22
AK: Make some tweaks in TestSuite.h.
asynts
2020-08-22
AK: Remove <chrono> requirement from TestSuite.h.
asynts
2020-08-22
AK: Remove exceptions from TestSuite.h.
asynts
2020-08-10
AK: TestSuite's main should return 0
Ben Wiederhake
2020-05-30
AK+LibC: Add TODO() as an alternative to ASSERT_NOT_REACHED()
Andreas Kling
2020-03-02
AK: Move the wildcard-matching implementation to StringUtils
howar6hill
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-11-06
AK: Get rid of TStyle (output styling helper for LogStream)
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-02
TestSuite: Hijack the ASSERT macros during unit tests.
Andreas Kling
2019-08-01
TestSuite: Actually print failed comparions.. :^)
Andreas Kling
2019-07-21
TestSuite: Don't leak the suite instance
Robin Burchell
2019-07-21
TestSuite: instance() -> the(), and return a reference
Robin Burchell
2019-07-21
TestSuite: Make tests actually run (oops!)
Andreas Kling
2019-07-16
AK: Add a new TestSuite.h from my own work, adapted to match the existing one...
Robin Burchell