Commit Graph

203 Commits

Author SHA1 Message Date
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
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