Commit graph

22 commits

Author SHA1 Message Date
Markus Kauppila
716a42e945 Added functions that generate random boundary values
for Uint16, Uint32 and Uint64 to the fuzzer.
2011-08-04 20:17:21 +03:00
Markus Kauppila
e45c8d7526 Refining boundary value generator. 2011-08-03 20:43:32 +03:00
Markus Kauppila
e769714114 Added simple logging levels to logging system.
Added new option: --verbose.
Fixed help for option --version.
2011-07-27 17:48:07 +03:00
Markus Kauppila
6132d65fa6 Changing the execution key generator.
Fixed --iterations option.
2011-07-25 20:32:31 +03:00
Markus Kauppila
46f39ab285 Logger logs harness seed and test execution keys in hex representation. 2011-07-25 19:33:32 +03:00
Markus Kauppila
279a841b64 Refining the fuzzer. Adding new functions and fixing the old ones. 2011-07-25 18:51:57 +03:00
Markus Kauppila
afbf90dc78 Adding elementary support for fuzzing.
New options: --seed [VALUE] --exec-key [EXEC-KEY] --iterations VALUE
2011-07-24 18:21:53 +03:00
Markus Kauppila
1ba2041d01 Fixed linking issue concerning test suites.
Fixed linux build (it compiles and runs properly).
2011-07-20 23:37:58 +03:00
Markus Kauppila
6ab0dd4945 Fixes to logging system. 2011-07-18 16:37:02 +03:00
Markus Kauppila
cc7000166f Added timeout for dummycase3 in libtestdummy. 2011-07-14 20:57:16 +03:00
Markus Kauppila
66677c0ad1 Fixed AssertEquals. 2011-07-14 20:33:18 +03:00
Markus Kauppila
7de8abe0c4 Harness kills hung tests (won't work with --in-proc option).
Added result description to test logs (tells why test failed,
such as exceeding its timeout).
2011-07-13 19:51:25 +03:00
Markus Kauppila
022eceb59a Breaking tests in surface to several smaller tests. 2011-07-12 16:47:50 +03:00
Markus Kauppila
6d3454e153 If any assert in SetUp function fails that test will be skipped. 2011-07-11 21:09:28 +03:00
Markus Kauppila
3efe0fed79 Added SetUp/TearDown functions for test suites. 2011-07-11 17:55:35 +03:00
Markus Kauppila
48bcede0dc Bunch of little fixes. 2011-07-10 18:42:52 +03:00
Markus Kauppila
3185853496 Removed printf's from dummy test suite. 2011-06-27 22:16:32 +03:00
Markus Kauppila
481c64b262 Added timeout to TestCaseReference. 2011-06-11 21:37:28 +03:00
Markus Kauppila
b53f302e9c Added comments and did some cleaning. 2011-06-09 18:07:50 +03:00
Markus Kauppila
4f8639e449 Creating pipeline for test case selection. Work in progress. 2011-06-09 16:37:51 +03:00
Markus Kauppila
eb11cafec4 Add a comment. 2011-06-06 21:16:18 +03:00
Markus Kauppila
d9ce7a4a40 Converted libtest to a more proper dummy test suite (libtestdummy). 2011-06-06 18:15:19 +03:00
Renamed from test/test-automation/tests/test.c (Browse further)