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
Sebastien Loriot
5eae52a306
missing comment
2023-05-18 17:00:09 +02:00
Andreas Fabri
257a03e198
PMP: Test with class derived from Surface_mesh
2023-05-04 11:38:44 +01:00
Nicolas Saillant
e585aa3131
Adding a timeout column to the testsuite
2023-04-05 11:34:10 +02:00
Laurent Rineau
efe3822f33
Merge pull request #7115 from MaelRL/T3-test_cleaning-GF
...
(Partial) Cleaning of Triangulation_3 tests
2023-03-02 13:42:29 +01:00
Mael
153c603209
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
2023-01-27 22:09:02 +01:00
Mael
fe8262b85a
Merge branch 'master' into T3-test_cleaning-GF
2023-01-27 21:49:54 +01:00
Mael Rouxel-Labbé
112ae67664
Add include guard
2022-12-12 16:06:30 +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
0b7e4237e8
Merge pull request #6210 from lrineau/Testsuite-fix__parse-ctest-dashboard-xml.py-GF
...
CTest Testsuite: resilience to non-UTF8 characters
2022-01-03 16:22:31 +01: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
Laurent Rineau
ca89949169
Merge pull request #5597 from lrineau/Mesh_3-weighted_images-GF
...
Mesh_3: Add weighted images
2021-10-29 17:01:33 +02:00
Laurent Rineau
279db63ccb
Merge pull request #6027 from lrineau/Testsuite-fix_warnings_detection-GF
...
Fix detection of warnings in test results
2021-10-29 16:58:44 +02:00
Jane Tournois
caa8c7473e
remove "and" from regex for blue testsuite boxes
2021-10-29 12:27:04 +02:00
Laurent Rineau
7c637849f8
Fix buggy logic in parse-ctest-dashboard-xml.py
2021-10-14 13:25:26 +02:00
Laurent Rineau
025ef82493
Fix indentation
2021-10-12 15:59:16 +02:00
Laurent Rineau
122ae14a49
Fix a typo
2021-10-07 14:19:14 +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
Andreas Fabri
470340f29e
fprint(stderr -> std::cerr <<
2021-09-23 17:00:10 +02:00
Andreas Fabri
3a8caae5fd
fprintf -> std::cerr <<
2021-09-23 17:00:10 +02:00
Maxime Gimeno
4635ac2e15
Add files for testresults
...
Add test collection script odifications for "skipped"
fixes on conditions
2021-07-23 14:15:07 +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
Sébastien Loriot
f513a791e2
Merge remote-tracking branch 'cgal/5.2.x-branch'
2021-04-21 15:48:36 +02: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
Laurent Rineau
04bdd14821
Merge pull request #4649 from sloriot/CGAL-no_third_party_warnings
...
Try to filter out warnings not in CGAL
2021-04-20 09:50:14 +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
Laurent Rineau
8fc88a9463
Merge pull request #5409 from lrineau/Triangulation_3-fix__move__semantic__of__Triangulation_hierarchy_3-GF
...
Fix the move-semantic of Triangulation_hierarchy_3
2021-02-18 15:19:11 +01:00
Laurent Rineau
cbc73a8fc4
Add the testsuite for Triangulation_2, factorize it with T_3
...
I have added the file
`Testsuite/include/CGAL/Testsuite/Triangulation_23/test_move_semantic.h`
so that is can be reused in the tests for `Triangulation_2` and
`Triangulation_3`.
So far, the tests in `test_delaunay_hierarchy_2.cpp` fail...
2021-02-03 15:52:55 +01:00
Maxime Gimeno
426b216340
disable the parsing of CGAL libs, as there is none anymore.
2021-01-20 15:55:25 +01: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
Sébastien Loriot
0779373835
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot
590612a563
run the script to remove tabs and trailing whitespaces
2020-03-26 13:25:16 +01:00