Commit Graph

58 Commits

Author SHA1 Message Date
Chen Congwu 9391fcdca9 Testing result checker: change the result checker grep criteria
The grep criteria to check the test result did not work for tests with
 combined source.
2009-12-01 21:45:34 +01:00
Chen Congwu 41d312c6f2 Testing: fix some issues for prebuilt test
1) use string.partiton instead of split
2) change to a proper dir if srcdir is not existed
2009-12-01 21:45:34 +01:00
Chen Congwu f76c20fa78 Testing: show evolution-prebuilt in html output(bug#7160)
Generate <source> tests for evolution and evolution-prebuilt;
Do not generate client test template until a <sync> tests is existed.
2009-12-01 21:45:33 +01:00
Zhu, Yongsheng 280e67bddc Testing: refine return code checkings(bug#6457)
when memory leaks occur, the return code should be '100'
but python on unix will re-encode it and put them in a high byte
in a 16-bit number.
2009-12-01 21:45:33 +01:00
Chen Congwu 950e9251c2 Testing: add valgrind check result and backend scan dir
Change failure to skip for google known failures
Change report title to have more acurate time information
2009-10-16 14:25:31 +02:00
Chen Congwu e532d35d87 Testing: add chroot information and library information in the report
Add library information in the report
Refine the test result check statement.
2009-09-15 14:05:26 +02:00
Chen Congwu 74226c36c5 Testing: Do not go on with checking test results if failed early because of compile error, etc. 2009-08-26 08:23:47 +02:00
Zhu, Yongsheng c234306473 The main purpose is to refine nightly test report.
1) extract test results from many result files and combine them
into a xml format file to summary each unit test status
2) use 'compare.xsl' to compare two days' result and generate
comparison result
3) generate more visiable html output file by nightly result
and comparison result to make tracking regressions easily
2009-08-24 15:18:47 +02:00