issues
search
snitch-org
/
snitch
Lightweight C++20 testing framework.
Boost Software License 1.0
266
stars
10
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Install by prefix broken with cmake --install
#196
gaspacio
opened
5 hours ago
0
clang windows segfault
#195
adamdusty
opened
1 week ago
2
Fix rare invalid output in float to string conversion
#194
cschreib
closed
1 week ago
1
Double precision floating point number contains null character when printed
#193
cschreib
closed
1 week ago
0
implement SNITCH_DISABLE feature
#192
NicoMuleo
opened
3 weeks ago
7
Fix build-time reporter toggles and tests
#191
cschreib
closed
3 weeks ago
1
Unexpected build errors with SNITCH_DO_TEST enabled and SNITCH_WITH_ALL_REPORTERS disabled
#190
NicoMuleo
closed
3 weeks ago
3
Support for freestanding C++
#189
nicolasnoble
opened
1 month ago
6
Cannot do checks inside a thread
#188
cschreib
opened
1 month ago
5
Fix reporters not being disabled when requested
#187
cschreib
closed
1 month ago
1
Disable compilation flag
#186
NicoMuleo
opened
1 month ago
4
Problem with compilation flags.
#185
NicoMuleo
closed
1 month ago
3
Fix CI and update readme
#184
cschreib
closed
1 month ago
1
Fix Catch2 XML format compatibility
#183
cschreib
closed
1 month ago
4
Add vcpkg manifest installation instructions
#180
FrankXie05
closed
2 months ago
2
Capture and section state not reported correctly with manual exception handling followed by unhandled exception
#179
cschreib
closed
1 month ago
1
Fix capture/section state after unhandled exception(s)
#178
cschreib
closed
3 months ago
2
CAPTURE not displayed when exception is caught
#177
vid512
closed
3 months ago
6
Detect and report rotten green tests
#176
cschreib
opened
5 months ago
0
Make upload of release artifacts automatic
#175
cschreib
opened
5 months ago
0
Assertion count seems to be wrong
#173
s9w
closed
5 months ago
6
Remove shared reporter state (+add inplace_any and type_id)
#172
cschreib
closed
6 months ago
1
`REGISTER_REPORTER` for reporter classes uses global state
#171
cschreib
closed
5 months ago
1
Catch2 XML reporter does not output sections properly
#170
cschreib
closed
1 month ago
0
Draft: Feat/catch2 compat
#169
CrustyAuklet
closed
1 month ago
9
Catch2 emulation: list tests has a footer
#168
CrustyAuklet
closed
6 months ago
7
`--list-tests` output does not match Catch2
#167
cschreib
closed
6 months ago
0
Match output of catch2 when listing tests with default reporter
#166
CrustyAuklet
closed
6 months ago
3
Don't hard-code stdout_print in terminate_with()
#165
cschreib
closed
6 months ago
1
Escaped characters in XML or TeamCity reporters can be truncated incorrectly
#164
cschreib
closed
6 months ago
0
Fix compilation error if expression length != message length
#163
cschreib
closed
6 months ago
2
Disable spaceship test for MSVC 19.38
#161
cschreib
closed
7 months ago
1
To chars
#160
CrustyAuklet
closed
7 months ago
10
feature switch for thread_local variables and multi-threading
#159
CrustyAuklet
closed
7 months ago
2
Use on embedded hardware
#158
CrustyAuklet
closed
6 months ago
9
Snitch missing from meson WrapDB
#157
vid512
closed
7 months ago
1
Snitch missing from meson WrapDB
#156
vid512
opened
7 months ago
5
--color vs. --colour-mode
#155
vid512
closed
10 months ago
2
Bump version number
#154
cschreib
closed
10 months ago
1
Query whether snitch is expecting a throw
#153
vid512
opened
10 months ago
1
mocking support
#152
zhuoqiang
closed
10 months ago
4
Tracking the current file/line to report where exceptions are thrown
#151
cschreib
closed
10 months ago
1
Fix section being executed after uncaught exception
#150
cschreib
closed
11 months ago
1
Following sections sometimes get executed after an unexpected exception is thrown
#149
cschreib
closed
11 months ago
0
Fix color codes used even when `--color never` is specified
#148
cschreib
closed
11 months ago
1
ANSI escape sequences are displayed in Windows console
#147
vid512
closed
11 months ago
4
Fix consteval checks for non-decomposable expressions being evaluated at run time
#146
cschreib
closed
1 year ago
1
`CONSTEVAL_*` checks for non-decomposable expressions are not evaluated at compile time
#145
cschreib
closed
1 year ago
0
Fix double error reported when a REQUIRE_THROWS* fails for lack of exception being thrown
#144
cschreib
closed
1 year ago
1
Two different errors when REQUIRE_THROWS_AS doesn't throw
#143
vid512
closed
1 year ago
3
Next