Commit graph

1252 commits

Author SHA1 Message Date
Markus Kauppila
cc7000166f Added timeout for dummycase3 in libtestdummy. 2011-07-14 20:57:16 +03:00
Markus Kauppila
b6d8ee501e Fixed incorrect assertions in surface test suite. 2011-07-14 20:43:32 +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
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
0eb354cef4 Fixes based on CR. 2011-07-11 17:47:55 +03:00
Markus Kauppila
5ad396d180 Updated assert messages in surface test suite. 2011-07-10 18:48:31 +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
63d7c3faa6 Ported common directory from automated. It contains common
helpers functions for some test suites.
2011-07-08 19:58:16 +03:00
Markus Kauppila
756be93f60 Made the default XSL style less blocky. 2011-07-06 23:49:36 +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
f51d137634 Added audio suite. 2011-07-05 22:11:12 +03:00
Markus Kauppila
58b0cd86d7 Added a skeleton stylesheet that can be used as a base for
developing a new stylesheet for XML test reports.
2011-07-05 21:27:35 +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
ec1a464da6 Fixed './runner --xml --show-tests'. 2011-07-04 17:23:20 +03:00
Markus Kauppila
f2553543f6 Help usage missed ] which added. 2011-07-03 20:22:30 +03:00
Markus Kauppila
27849ed07d Fixed white space issue in XSL stylesheet. 2011-07-03 19:21:35 +03:00
Markus Kauppila
ad423aceb3 Changed the usage help. 2011-07-03 11:14:52 +03:00
Markus Kauppila
bd37c13002 Fixed XML logger. EscapeString didn't from strings properly. 2011-07-03 10:54:21 +03:00
Markus Kauppila
db5086bfea Cleaned up the build system. 'make clean' now deletes the installed
test suites (this should prevent old tests lingering around)

--HG--
rename : test/test-automation/install-tests.sh => test/test-automation/build-scripts/install-tests.sh
2011-07-01 22:15:23 +03:00
Markus Kauppila
46b8ef7dad Fixed 'make install' errors by using a bash script. 2011-07-01 18:21:11 +03:00
Markus Kauppila
84915157da Fixed a bunch of Makefile.am files. 2011-07-01 17:11:20 +03:00
Markus Kauppila
4d41c6069a Fixed doxygen markup error. 2011-07-01 13:29:19 +03:00
Markus Kauppila
d7bab62d35 Added better function for escaping strings. 2011-07-01 13:16:51 +03:00
Markus Kauppila
4fdb4d47e7 Redefined the usage of --xsl command option. 2011-07-01 12:36:57 +03:00
Markus Kauppila
065297879a Separated test suite name from its directory path. Fixes
usability issues concerning some command line options.
2011-07-01 11:12:35 +03:00
Markus Kauppila
3055057249 Removed directory from test suite names. 2011-06-30 18:11:48 +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
cdc832d2b9 Cleaned the XSL style a bit. 2011-06-30 16:08:37 +03:00
Markus Kauppila
b525325759 Refined the XSL style. 2011-06-29 22:23:06 +03:00
Markus Kauppila
41e47503a7 Added some interactivity to XSLT stylesheet using javascript. 2011-06-29 20:34:59 +03:00
Markus Kauppila
7d6dcc9376 Fixed the calculation of total runtime for a suite. 2011-06-29 19:05:56 +03:00
Markus Kauppila
8e4f7ad4e5 Added plain XLST file. 2011-06-29 17:40:32 +03:00
Markus Kauppila
e991b0266b Fixed a few mistakes from XML logger. 2011-06-28 23:15:43 +03:00
Markus Kauppila
c843c7e815 Fixes based on CR. 2011-06-28 17:03:38 +03:00
Markus Kauppila
6cb39be4a6 Added documentation. 2011-06-27 23:10:13 +03:00
Markus Kauppila
896b25911d Fixed test suite start time. 2011-06-27 22:39:38 +03:00
Markus Kauppila
3185853496 Removed printf's from dummy test suite. 2011-06-27 22:16:32 +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