Sébastien Loriot
7720caa9dc
Merge remote-tracking branch 'cgal/5.6.x-branch' into HEAD
2025-01-24 08:08:33 +01:00
Sébastien Loriot
e4adcceaad
more clean up
2025-01-21 11:30:48 +01:00
Sébastien Loriot
40c8d76834
remove no longer used scripts
2025-01-21 11:26:01 +01:00
Sébastien Loriot
ebe9c3af98
also report warnings in example and test files
2025-01-21 11:21:57 +01:00
Nicolas Saillant
7c8d5a09cc
Fix some Pylint warnings
2024-09-09 14:51:30 +02:00
Nicolas Saillant
a1e63b0027
Refactor handling of package names in script
2024-09-09 12:33:41 +02:00
Laurent Rineau
281c02690a
new implementation
2024-09-06 14:38:01 +02:00
Laurent Rineau
8e6670d8ea
remove problems detected by the linter
2024-09-04 18:21:03 +02:00
Nicolas Saillant
e7ab525ead
Update file writing to use stored scm branch content
2024-09-03 09:05:55 +02:00
Nicolas Saillant
b2e6a4abb0
Refactor file opening to use 'with' statement
2024-06-12 09:30:23 +02:00
Nicolas Saillant
3aa8e3ad73
Update file closing method and include logs for ignored files
2024-06-11 12:35:08 +02:00
Nicolas Saillant
2119d17df8
Add 'r' label for ignored packages in testsuite
2024-06-05 09:49:01 +02:00
Nicolas Saillant
6057206b01
Update regex patterns to use raw strings
2024-06-04 15:43:09 +02:00
Nicolas Saillant
0dfaf8a8ac
Refactor variable names and fix some warnings
2024-06-03 12:37:10 +02:00
Nicolas Saillant
bfe1f2234d
Enhance CMake log parsing and display
2024-06-03 09:38:18 +02:00
Nicolas Saillant
b1f145017e
Adding cmake logs in the test result
2024-05-29 15:21:22 +02:00
Nicolas Saillant
2d6af2f34e
Adjusted separator position
2024-05-29 10:41:31 +02:00
Nicolas Saillant
0d9f25cd35
Moved CMake logs in test results
2024-05-29 09:58:09 +02:00
Nicolas Saillant
ce37b7dbed
Refactor variable names
2024-05-22 10:47:18 +02:00
Laurent Rineau
48f37a14dc
remove occurrences of Qt5
2023-09-14 17:02:21 +02:00
Laurent Rineau
2f6d51b49b
Remove a few occurrences of CGAL_Qt5
...
... and replace by CGAL_Qt6
2023-09-14 16:33:20 +02:00
Nicolas Saillant
e585aa3131
Adding a timeout column to the testsuite
2023-04-05 11:34:10 +02:00
Mael
153c603209
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
2023-01-27 22:09:02 +01:00
albert-github
c32b1f4127
spelling corrections
...
Some spelling corrections (Directories starting with `S` rest - `W`),
2022-11-16 13:22:39 +01:00
Mael Rouxel-Labbé
6f187f332c
Misc minor fixes/improvements
2022-09-14 14:08:23 +02:00
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