Commit Graph

126 Commits

Author SHA1 Message Date
Laurent Rineau 4c5b5843e3 sed -i -e 's/egrep/grep -E/g' 2022-07-01 16:19:36 +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 07cfbc21d8 Update all testsuite scripts, using master versions 2021-11-30 10:23:20 +01:00
Sebastien Loriot f00ff2dc6c
Merge pull request #5628 from maxGimeno/Testsuite-Fix_for_windows-maxGimeno
Testsuite: Fix release creation scripts for windows
2021-04-21 15:45:11 +02:00
Maxime Gimeno 657ba50904 - call bash instead of only the script
Don't try to test skipped packages in run_testsuite_with_cmake
2021-04-19 09:03:20 +02:00
Sébastien Loriot a5cb648a99 add an expression to grep 2021-04-16 11:55:02 +02:00
Sebastien Loriot 7611a0bdfc
Merge branch '5.1.x-branch' into CGAL-no_third_party_warnings 2021-04-15 14:02:16 +02:00
Sébastien Loriot b6e8e41404 add a fourth category of result 2021-04-15 13:58:24 +02:00
Maxime Gimeno 24559f0127 Filter labels in results collection 2020-10-28 10:42:39 +01:00
Laurent Rineau 98018f1af3 Merge pull request #4793 from lrineau/Testsuite-rework_the_timeout_of_run_testsuite-GF
Testsuite rework the timeout of run_testsuite
2020-06-23 18:48:00 +02:00
Laurent Rineau a1ea396196 Patch for MacOS
https://stackoverflow.com/a/21118126/1728537

> You can use
>
>     brew install coreutils
>
> And then whenever you need timeout, use
>
>     gtimeout
2020-06-17 12:38:59 +02:00
Laurent Rineau 7c8bb622a7 Whitespace fixes 2020-06-17 12:35:42 +02:00
Laurent Rineau 3468c7bf32 Use `timeout` if available, instead of a system of sleep/kill
The GNU coreutils software
[timeout](https://man7.org/linux/man-pages/man1/timeout.1.html) is
a perfect replacement for our buggy function `wait_for_process`.

This patch uses it when available. On Linux, brew, Cygwin, it is
available in the `coreutils` package.
2020-06-17 12:31:36 +02:00
Sébastien Loriot 54f766f1d3 do no filter out cmake warnings 2020-05-07 12:45:37 +02:00
Sébastien Loriot 0e4c4ffdb6 better filter 2020-04-15 15:31:32 +02:00
Sébastien Loriot 2746dd7dbe try to filter out warning not in CGAL 2020-04-14 14:17:31 +02:00
Maxime Gimeno 52bbbbddd7 Add a warning about the Polyhedron_demo_dir in the doc 2019-06-07 12:44:31 +02:00
Maxime Gimeno f3076fa933 Merge implicit_functions in Polyhedron_Demo 2019-04-30 13:24:03 +02:00
Maxime Gimeno 61a9c78036 Rename scripts 2019-04-29 15:38:44 +02:00
Maxime Gimeno 6b9e918cc1 Filter "incomplete" so it is not considered as a package 2019-04-26 10:38:24 +02:00
Maxime Gimeno 5b03adfbb7 also add it to the "r" reports 2019-04-25 11:04:27 +02:00
Maxime Gimeno 00c0e4e85a Add scm-branch content to reports. 2019-04-25 10:30:18 +02:00
Maxime Gimeno a171be76a4 Fix names of libCGAL_XXX_shared 2019-04-12 12:16:20 +02:00
Maxime Gimeno 591a25ec1b Fix 'r' writing in the end of the process. 2019-04-09 09:47:05 +02:00
Maxime Gimeno 9ae753c216 Fix cmake warning about CGAL_ROOT and add cmake results in the end of the "not ignored tests" reports 2019-04-04 12:44:57 +02:00
Maxime Gimeno 31ba24e102 Add cmake output everywhere 2019-04-04 10:39:18 +02:00
Maxime Gimeno e0e18b35b5 Add a script to get back the information from the untested packages and put back the blue squre. 2019-04-03 15:08:41 +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 637bf71645 Merge pull request #2828 from lrineau/CGAL-fix_various_issues-GF
fix various minor issues
2018-02-19 14:27:16 +01:00
Laurent Rineau 02540257cf fixup! Remove CMake Warning about /usr/share/cmake/Modules/FindBoost
My previous commit was... well... stupid!
2018-02-14 10:14:48 +01:00
Laurent Rineau 7ee11b7afc Remove CMake Warning about /usr/share/cmake/Modules/FindBoost
Those warnings are annoying because:
  - they happen on Linux rolling releases as soon as Boost version is more
    recent than CMake version,
  - we cannot do anything about them.

Example:
```
CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:801 (message):
  New Boost version may have incorrect or missing dependencies and imported
  targets
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindBoost.cmake:907 (_Boost_COMPONENT_DEPENDENCIES)
  /usr/share/cmake/Modules/FindBoost.cmake:1542 (_Boost_MISSING_DEPENDENCIES)
  /mnt/testsuite/cmake/modules/CGAL_Macros.cmake:293 (find_package)
  /mnt/testsuite/cmake/modules/UseCGAL.cmake:46 (use_component)
  CMakeLists.txt:13 (include)
```
https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-4.12-Ic-173/Algebraic_foundations/TestReport_gimeno_Fedora-rawhide-Release.gz
2018-02-13 16:02:09 +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
Maxime Gimeno c99cd608aa Rename TIMEOUT and limit it to 2400 2017-06-01 16:32:09 +02:00
Maxime Gimeno b7225bbf07 Increase timeout for polyhedron_demo 2017-06-01 12:05:19 +02:00
Sébastien Loriot eb4f860f3b remove mentions of Qt3 2015-10-05 15:19:58 +02:00
Laurent Rineau 93fb88b499 Display Qt5 version in testsuite result pages 2015-08-03 13:09:44 +02:00
Laurent Rineau 563ee0920c Remove useless files
Approved by the Release Manager.
2014-12-03 12:58:37 +01:00
Laurent Rineau 84fcae4788 Workaround the incompatibility with Boost 1.54 2014-07-11 12:04:42 +02:00
Laurent Rineau b62ef22288 *Really* fix the display of the scm branch in test results
I should have tried the patch locally!
2012-12-12 11:52:35 +01:00
Laurent Rineau df833d2fae Fix the display of the SCM branch in test results 2012-12-12 11:27:37 +01:00
Laurent Rineau 14221e947f Display the branch name in all test result pages 2012-11-15 16:32:22 +01:00
Eric Berberich 14970d909f if a library is not configured, there should not be an error 2012-10-10 14:50:53 +00:00