Commit Graph

22 Commits

Author SHA1 Message Date
Sébastien Loriot ebe9c3af98 also report warnings in example and test files 2025-01-21 11:21:57 +01:00
Nicolas Saillant e585aa3131 Adding a timeout column to the testsuite 2023-04-05 11:34:10 +02:00
Laurent Rineau 3e8fdc6e36 Resilience to non-UTF8 characters
... use the method `backslashreplace` to deal with non-UTF8
characters.

See https://docs.python.org/3/library/codecs.html#error-handlers
2021-12-28 15:48:18 +01:00
Laurent Rineau 7c637849f8 Fix buggy logic in parse-ctest-dashboard-xml.py 2021-10-14 13:25:26 +02:00
Laurent Rineau 6addecb2f2 Fix the regular expression to match "CGAL warning" and detect a `w` 2021-10-01 15:19:50 +02:00
Maxime Gimeno 72c69f1e75 externalize search patterns to only compile them once, and not once per run in the for loop 2021-06-18 10:16:03 +02:00
Maxime Gimeno 9c94c6a405 Add a condition on the warning processing to speed everything up (very much) if there is no warning at all. 2021-06-18 09:54:58 +02:00
Maxime Gimeno 17f5ef19fd Fix CXXFLAGS misisng in testsuite 2021-05-27 13:42:16 +02:00
Maxime Gimeno 1f89218fb9 enhance the results of the ctest parsing for the "t" case (not just "w") 2021-05-26 15:18:03 +02:00
Maxime Gimeno b68dbb8f20 Fix false warning reports and tests in snap_rounding_2 (eol problems) 2021-05-20 14:43:56 +02:00
Maxime Gimeno 24559f0127 Filter labels in results collection 2020-10-28 10:42:39 +01:00
Maxime Gimeno 00c0e4e85a Add scm-branch content to reports. 2019-04-25 10:30:18 +02:00
Maxime Gimeno c13db7254d Add execution time and exit value to error.txt 2019-03-22 11:33:59 +01:00
Maxime Gimeno e9310c2597 Fix encoding in python script 2019-03-20 11:21:30 +01:00
Maxime Gimeno 17079b0d53 Kill remote process if ssh is killed (ctrl+c or timeout) 2019-03-01 15:43:58 +01:00
Maxime Gimeno 783d4a7188 Fix python script 2019-02-27 16:04:12 +01:00
Laurent Rineau 8852f65bc3 WIP: handle the gzip compression and base64 encoding 2019-02-27 15:11:51 +01:00
Maxime Gimeno a85c1f0ac4 update python script 2019-02-27 15:07:31 +01:00
Laurent Rineau 2df374c2c3 Remove debug line 2017-10-27 09:22:49 +02:00
Laurent Rineau 9515e1261e Push my work in progress 2017-10-26 19:50:41 +02:00
Laurent Rineau 5d6264fdbb Handle strange cases with no labels 2017-10-20 17:04:45 +02:00
Laurent Rineau a63cfa9612 Parse the XML file Test.xml from `ctest -D`
... eventually, that will help move from our testsuite scripts to
CTest testsuite, plus CDash.
2017-10-20 00:15:04 +02:00