Commit graph

31 commits

Author SHA1 Message Date
Markus Kauppila
55a247608b Changed SetUpLogger based on CR. 2011-07-31 20:01:34 +03:00
Markus Kauppila
e6997f706e Fixed an issue with fuzzing seeds. 2011-07-28 22:11:30 +03:00
Markus Kauppila
ed4e1582bf Made run seed more file name friendly. 2011-07-28 21:35:47 +03:00
Markus Kauppila
9e514b68d3 Logger logs to file on default.
Directory and file name can be changed by using options
--logdir and --logfile. Option --log-stdout forces harness
to log to stdout.
2011-07-28 18:32:27 +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
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
6ab0dd4945 Fixes to logging system. 2011-07-18 16:37:02 +03:00
Markus Kauppila
0bcc47f4b6 Harness warns about tests that request timeout when it's not
available.
2011-07-18 14:41:01 +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
4790fd63e3 Plain logger logs the used command line options. 2011-07-12 23:53:57 +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
48bcede0dc Bunch of little fixes. 2011-07-10 18:42:52 +03:00
Markus Kauppila
d0e9372d99 Ported surface tests. 2011-07-09 17:55:35 +03:00
Markus Kauppila
0897dcc54e Fixed doxygen markup. 2011-07-06 17:05:07 +03:00
Markus Kauppila
c003533b11 Fixed the interface between tests suites and logger.
Note: breaks the linux build.
2011-07-06 16:06:39 +03:00
Markus Kauppila
512c6cb102 Made the output of plain logger more readable. 2011-07-05 21:15:34 +03:00
Markus Kauppila
891b80a6e0 Added command option --version 2011-07-04 20:46:06 +03:00
Markus Kauppila
84915157da Fixed a bunch of Makefile.am files. 2011-07-01 17:11:20 +03:00
Markus Kauppila
5f77401c49 Added user-supplied XSL style sheets for XML-based test reports.
Added new command line option: --xsl.
2011-06-30 17:11:39 +03:00
Markus Kauppila
7494225e7b Plain logger refined. 2011-06-27 22:14:48 +03:00
Markus Kauppila
fd3b97e2ff Added time, date and total runtime information to the output by
logging system.
2011-06-27 21:41:34 +03:00
Markus Kauppila
7236f2ab89 Refining the output of XML logger. 2011-06-27 16:41:45 +03:00
Markus Kauppila
2a486b279b Added identation to the output of XML logger. 2011-06-27 11:53:14 +03:00
Markus Kauppila
2e8932b12e Logging system added to harness. Logging system doesn't
yet utilize all the given parameters.
2011-06-26 23:04:37 +03:00
Markus Kauppila
e2799bbbb3 Added case insensitivity to XML elements. 2011-06-24 14:35:14 +03:00
Markus Kauppila
7b600bf889 XML component no longer outputs the generated XML.
Fixed a bunch of compiler warnings.
2011-06-23 22:00:03 +03:00
Markus Kauppila
a3b21d2e4b XML elements now support single attribute. Fixes here and there. 2011-06-22 17:41:37 +03:00
Markus Kauppila
94c6ae4eab Various fixes and additions to logger system. 2011-06-21 22:04:44 +03:00