Commit Graph

15 Commits

Author SHA1 Message Date
Oliver Stöneberg 30131837b5
refs - deprecated `--enable=information` implicitly enabling `missingInclude` () 2023-03-09 20:04:20 +01:00
Oliver Stöneberg da09a92b0a
test/cfg: enabled `information` and `--inconclusive` in all cases / some cleanups () 2023-02-24 21:37:56 +01:00
Oliver Stöneberg fd15811215
de-coupled `--check-library` from `information` severity and other dependencies () 2023-01-26 22:28:04 +01:00
chrchr-github 596f75e2af
Fix FP compareValueOutOfTypeRangeError ()
* Fix FP compareValueOutOfTypeRangeError

* Remove suppressions
2022-07-01 10:48:32 +02:00
chrchr-github 2a7f00cf9a
Fix FN Condition '...' is always true ' uint16_t i; ( i <= 0xFFFF)' () 2022-05-21 08:33:42 +02:00
chrchr-github cd7532df21
Fix FN C-style pointer casting with built-in or typedef types /… () 2022-02-10 20:48:51 +01:00
Maurice Gilden 44b182c9a7
Improve definitions for googletest ASSERT_* macros ()
This avoids assertWithSideEffect and follows more closely what the real macros
are doing, similar to the ones in boost.cfg and cppunit.cfg.
2022-01-12 22:09:17 +01:00
Daniel Marjamäki eece8ee66b astyle formatting 2020-11-03 21:08:21 +01:00
Oliver Stöneberg 98946143f6
Fix (false positive: compareBoolExpressionWithInt with ASSERT_FALSE() and --library=googletest) () 2020-11-03 10:20:25 +01:00
orbitcowboy da6f10e369 Astyle formatting code [ci skip] 2020-10-01 08:33:16 +02:00
Daniel Marjamäki 1548bf2267 Fix googletest.cfg macros ASSERT_THROW and EXPECT_THROW to avoid syntax errors 2020-09-30 18:45:04 +02:00
Steven Hoving 26e403893c googletest.cfg; add MATCHER () 2020-01-12 08:11:58 +01:00
orbitcowboy c358688c68 Formatted code. There are no functional changes. [ci skip] 2019-11-07 11:29:37 +01:00
KenPatrickLehrmann 1114dc0536 Enhance handling of assertion from googletest ()
* Enhance handling of assertion from googletest

* Update googletest, and add it to cmake build

* Enhance ASSERT_STR* in googletest.cfg
2019-11-06 21:38:01 +01:00
Sebastian 4d305d5c54
googletest.cfg: Fix (syntaxError when macro is unknown) ()
Also add test in googletest.cpp
2019-10-09 19:53:58 +02:00