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
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
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
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
Sébastien Loriot
a5cb648a99
add an expression to grep
2021-04-16 11:55:02 +02:00
Sébastien Loriot
b6e8e41404
add a fourth category of result
2021-04-15 13:58:24 +02:00
Maxime Gimeno
426b216340
disable the parsing of CGAL libs, as there is none anymore.
2021-01-20 15:55:25 +01: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
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
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
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
Eric Berberich
bdc9546907
comment matches code
2012-08-04 22:37:44 +00:00
Eric Berberich
ba023dbef2
fix order
2012-08-03 18:04:59 +00:00
Laurent Rineau
70462d902b
merge changes from next
2012-06-27 17:04:41 +00:00
Laurent Rineau
23cd9466e8
Change the way things are represented in the test report file.
2010-12-02 09:58:18 +00:00
Laurent Rineau
f68b85317c
Do include the content of .scm-urls in the error report!
2010-12-01 11:03:22 +00:00
Laurent Rineau
a165f18a8d
Display the SCM urls of the test files in the error report.
2010-12-01 11:00:14 +00:00
Laurent Rineau
2bfa7effb8
First part of a timing feature of the testsuite: the duration of each
...
cgal_test_with_cmake will be measured and stored in a file, collected by
collect_cgal_testresults_from_cmake
The next part is about how to display those timings in the tests results
pages.
2010-09-15 09:54:54 +00:00
Laurent Rineau
b6bb5f9b12
Quote a lot of variables. I may have forgot some.
2010-09-15 09:26:29 +00:00
Laurent Rineau
4d254772fb
Tweak the regular expression that matches warnings.
2010-09-01 12:26:27 +00:00
Sébastien Loriot
d72337785c
remove dependance on CGAL_PDB: merge from the branche created for that purpose
...
I do not remove the directory CGAL_PDB as I am allowed to use svn remove.
2010-06-10 17:26:38 +00:00
Laurent Rineau
47d341c68d
Merged revisions 56348,56367-56368 via svnmerge from
...
svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch
........
r56348 | penarand | 2010-05-19 17:35:05 +0200 (Wed, 19 May 2010) | 3 lines
added interoperability Gmpq-double
........
r56367 | penarand | 2010-05-20 10:04:12 +0200 (Thu, 20 May 2010) | 4 lines
eliminated 'const' keyword from comparison operators Gmpq-double and added
a simple test in Gmpq.cpp
........
r56368 | lrineau | 2010-05-20 10:40:55 +0200 (Thu, 20 May 2010) | 3 lines
Avoid to put a 'w' in the testsuite for a message that speaks about
QMessageBox::warning.
........
2010-05-20 08:45:42 +00:00
Laurent Rineau
6c9d556a14
Change the regex so that it matches sentences like "NOTICE: Some of the
...
executables in this directory need the TAUCS library and will not be
compiled." or "This demo needs the CGAL ImageIO library, and will not be
compiled."
2009-11-26 09:38:41 +00:00
Laurent Rineau
a666457d7c
Fix retrieval of CGAL_Core compilation log for test results.
2008-10-14 07:48:57 +00:00
Laurent Rineau
c25131529f
Fix blue result detection.
2008-09-28 10:58:18 +00:00
Laurent Rineau
4cf2aae190
Add a testresult 'r' (which will means "requirements not found (by
...
cmake)". The y/w/n triple will now be a quadruple y/w/n/r!
2008-09-25 13:35:03 +00:00
Laurent Rineau
fcdf5270c1
Rename:
...
- CGAL_IMAGEIO to CGAL_ImageIO,
- QT to Qt3,
and add Qt4.
2008-09-10 10:10:49 +00:00
Laurent Rineau
dcd92fd502
Fix execution errors in collect_cgal_testresults_from_cmake
2008-09-10 09:10:03 +00:00
Laurent Rineau
ed28e29e8c
Previous commit was incomplete
...
("New attempt to catch runtime warnings. One need to grep in
ProgramOutput.*.* instead of ErrorOutput_*.")
Fix the regular expression. I hope all platforms will have a grep knowing
that syntax.
2008-09-08 08:59:30 +00:00
Laurent Rineau
784c192699
New attempt to catch runtime warnings. One need to grep in
...
ProgramOutput.*.* instead of ErrorOutput_*.
2008-09-08 08:43:34 +00:00
Fernando Cacciola
0949438e32
Improved autotest_cgal_with_cmake/collect_cgal_testresults_from_cmake for multiple hosts and platforms
2008-08-13 22:21:38 +00:00
Fernando Cacciola
5774e5468a
Integrate main autotest logs with the results specific to the Installation package
2008-07-18 14:12:14 +00:00
Fernando Cacciola
b2aedb0026
Improved error reporting and collection in a multiple hosts scenario
2008-07-17 15:17:00 +00:00
Fernando Cacciola
3300c20bd5
Moved main logs to Installation
...
Fixed parsing of 3rd-party library version numbers and compiler flags
2008-07-16 21:32:07 +00:00
Laurent Rineau
7b23151bc4
Improve testresults collection scripts, so that the dectection of
...
"warning"s has less false positive.
2008-07-03 07:57:59 +00:00
Fernando Cacciola
81e9aa62d7
Improved error reporting in autotesting
2008-06-29 22:06:36 +00:00
Fernando Cacciola
731f291bad
Autotesting now using global reference release
2008-06-24 17:09:33 +00:00
Fernando Cacciola
9e71485564
Output all cmake logs, cache and setup script under libCGAL row
2008-06-13 20:55:52 +00:00