Martin Ettl
|
b2bf6cde5f
|
std.cfg: Improved testing of libary functions. Removed some non existent such as std::sinf from the libary and added corresponding test cases to test/cfg/.
|
2015-08-16 00:52:52 +02:00 |
Martin Ettl
|
77869b7812
|
test/cfg: Improved testing of functions from standard namespace. Added test/cfg/*.c* files to astyle script and formatted code.
|
2015-08-14 01:36:44 +02:00 |
Martin Ettl
|
ceafde86ad
|
Library: Removed not needed suppressions.
|
2015-08-10 23:09:56 +02:00 |
Alexander Mai
|
cea71f8625
|
Fix false positive ignoredReturnValue about strtol
|
2015-02-25 22:03:10 +01:00 |
Alexander Mai
|
fd7d29447d
|
std.cfg: snprintf(NULL,0,) is legal. Fix some testcases in test/cfg as well
|
2015-02-22 14:25:25 +01:00 |
Alexander Mai
|
0a6babea74
|
#6181 Drop redundantGetAndSetUserId. Ensure (style-) warnings are issued if setuid()/getuid() and some related functions are ignored. Move strdupa()/strndupa() from posix.cfg to gnu.cfg
|
2015-02-16 22:19:51 +01:00 |
Daniel Marjamäki
|
adedb5a888
|
TestMemLeakInFunction: Moved test to cfg test
|
2015-02-15 15:56:05 +01:00 |
Daniel Marjamäki
|
2d21eb07ba
|
Cleaned up snprintf hardcoding in CheckBufferOverrun
|
2015-02-13 06:44:38 +01:00 |
Daniel Marjamäki
|
9aa0420472
|
TestBufferOverrun: Moved out cfg tests. Created minsize-mul testing in TestBufferOverrun
|
2015-02-10 06:44:19 +01:00 |
Daniel Marjamäki
|
ce1d0099cf
|
TestBufferOverrun: Moved out cfg tests. Created minsize-argvalue testing in TestBufferOverrun
|
2015-02-10 06:35:41 +01:00 |
Daniel Marjamäki
|
631536980c
|
TestBufferOverrun: split up strncpy testing, keep checker testing in TestBufferOverrun and move cfg tests to cfg test
|
2015-02-09 16:20:28 +01:00 |
Daniel Marjamäki
|
6b20172a36
|
Moved cfg tests from TestUninitVar
|
2015-01-30 16:35:17 +01:00 |
Daniel Marjamäki
|
8d2f271921
|
clean up cfg tests in TestNullPointer
|
2015-01-30 06:51:03 +01:00 |
Daniel Marjamäki
|
250a082e46
|
Fix travis
|
2015-01-29 06:23:41 +01:00 |
Daniel Marjamäki
|
0949baac9b
|
TestNullPointer: moved out std.cfg checking
|
2015-01-29 06:07:48 +01:00 |
Daniel Marjamäki
|
70a38b1da6
|
TestNullPointer: Moved some std.cfg tests to the cfg testing
|
2015-01-28 16:22:45 +01:00 |
Daniel Marjamäki
|
01601b58dd
|
test: move cfg/test to test/cfg
|
2015-01-27 18:23:28 +01:00 |