Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 558 Bytes

File metadata and controls

11 lines (9 loc) · 558 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
- Add proper Tracelog function to logging system. It should be possible
for a test writer to send information to logs for further investigation.
This would replace the current Log(time_t, char *fmt, ...) function
in practice.
- If running tests with --in-proc option failing asserts
don't bail out from the test case as it should. Fix this.
- Might be good idea to warn the user if runner is given command line
options that doesn't make sense together. Cases such as using --xsl
without --xml option or --iterations combined with --exec-key