Commit Graph

119 Commits

Author SHA1 Message Date
Laurent Rineau 6af06ab7b8 Remove this platform: red column
Anyway, the AddressSanitizer that is used is pretty old, now.
2016-11-18 15:08:10 +01:00
Laurent Rineau 9e41a822d9 Change compilers paths for ICC 17 2016-09-12 16:02:26 +02:00
Laurent Rineau 213d65422d Revert "No longer test ICC-17, for now."
This reverts commit 4b5430c82b.
2016-09-12 15:51:45 +02:00
Laurent Rineau 4b5430c82b No longer test ICC-17, for now.
With have important issues with ICC-17, and no time to debug those
issues. Let's postpone.

Anyway, there is probably a bug with this compiler version. I have
filled at least one issue, that has escalated to Intel developers:

https://businessportal.intel.com/irj/portal/MyIssue2?issueNum=6000161285

The test-case is:

  https://gist.github.com/lrineau/59da15e8a02958474aa74ef1cc1b1fb2

The bug I have filled is:
```
The attached file is not compiled correctly, and the run of it fails. Here is the command lines I have used, and the results:

icpc -V -O1 -o /tmp/test_bug test_bug.cpp && /tmp/test_bug

Intel(R) C++ Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 17.0.0.064 Beta Build 20160517

Copyright (C) 1985-2016 Intel Corporation.  All rights reserved.

icpc: NOTE: The Beta evaluation period for this product ends on 7-oct-2016 UTC.

Edison Design Group C/C++ Front End, version 4.10.1 (May 18 2016 01:11:31)

Copyright 1988-2015 Edison Design Group, Inc.

GNU ld version 2.25-17.fc23

(Construction from 0x1a3bc90)

(Construction from 0x1a3bcb8)

(Copy-construction from 0x1a3bc90)

operator++(int)

 before: 0x1a3bc90 : 1

(Copy-construction from 0x1a3bc90)

 operator++()

 before: 0x1a3bc90 : 1

 after: 0x1a3bc98 : 2

 after: 0x1a3bc98 : 2

 tmp: 0x1a3bc90 : 1

test_bug: test_bug.cpp:79: void test_N_step_adaptor(): Assertion `4 == (*begin)' failed.

If I compile with the flag  -O3 instead of -O1, or if I remove the lines with std::cerr, then the code compiles and run correctly. Previous version Intel C++ Compiler 16.0 compiled that code correctly, and all g++ and clang versions as well. That code is part of CGAL, and is tested daily on a lot of platforms.
```
2016-09-02 14:00:22 +02:00
Laurent Rineau 326da7b237 Register the update of platforms on renoir
+ add IntelCompiler-17 with assertions (without `-DCGAL_NDEBUG`)
2016-05-26 15:30:52 +02:00
Laurent Rineau 02de401b7d Do not use Boost.Program_options (ABI issue) 2016-01-27 14:21:20 +01:00
Laurent Rineau a544473069 Remove x86-64_Linux-Fedora19_g++-4.8_CXXDEBUG
Useless, ans buggy.
2016-01-26 10:48:07 +01:00
Laurent Rineau 899eabaf8e Udpdate renoir reference platforms for testsuite
During the upgrade of renoir.geometryfactory.com, g++ was upgrade to
g++-5.3.1 (was 4.9.x previously).

That new version of g++ use a dual ABI C++98/C++11. The home-build Boost
versions that were built with g++-4.9.1 introduced issues. I remove
those home-built version of Boost from the config, when the compiler is
g++-5.3.1.

That should fix the recent issues with Boost.Program_options on
renoir.gf.com.
2016-01-21 11:46:08 +01:00
Laurent Rineau 39d4793af6 Remove platforms that are now handled by Docker containers 2015-11-09 13:06:43 +01:00
Laurent Rineau 94f3fa7210 Remove Intel testsuite from renoir 2015-10-19 16:30:33 +02:00
Laurent Rineau cf336e2256 Disable VTK with -ansi 2015-10-19 16:30:08 +02:00
Laurent Rineau 672d2134a8 Fix the CXXDEBUG/OpenMesh issue 2015-07-09 17:40:58 +02:00
Laurent Rineau 66ae1cc9f2 Remove one platform, replaced by a Docker image 2015-07-06 19:33:31 +02:00
Laurent Rineau 98fa019d9a Commit last version
With CXXDEBUG, the OpenMesh library is no longer ABI compatible. So I
found out a way to disable it.
2015-06-03 14:27:42 +02:00
Laurent Rineau c8c5cd19c2 Use TBB-4.3 2015-01-15 14:33:37 +01:00
Laurent Rineau 9ee9b7ae90 Add -Wno-variadic-macros to the "ansi" platform
That will allows the "ansi" platform to compile correctly the
Newkernel_d package.
2015-01-14 14:24:06 +01:00
Laurent Rineau 83cdc43de9 Test with Boost-1.57 2015-01-14 14:19:18 +01:00
Laurent Rineau 0e2164266d Add flag -diag-disable 1017
The warning 1017 is the buggy following warning:

include/CGAL/Combinatorial_map.h(1567): warning #1017: name following "template" must be a template
        this->template dart_link_beta<0>(adart1, adart2);
                       ^
2015-01-13 14:40:35 +01:00
Laurent Rineau b7414ca91b No longer test Boost 1.44 and 1.48
There is a bug: BOOST_HAS_THREADS is not defined when Boost-1.44 is used
with recent gcc compilers:
  https://svn.boost.org/trac/boost/ticket/6165
2015-01-08 17:04:11 +01:00
Laurent Rineau c731020e2d Fix the C compiler path 2015-01-05 10:47:52 +01:00
Laurent Rineau e9f9b4d300 Minor improvements 2014-11-05 15:16:09 +01:00
Laurent Rineau 4ffaa77bde Change the order, again, to deal better with TBB issues 2014-07-08 13:38:57 +02:00
Laurent Rineau 95b57de7f2 libtbb has false positives with LSAN 2014-07-07 16:28:09 +02:00
Laurent Rineau baa64cb312 Use branches/3.2 of Eigen, equivalent to futur 3.2.2 2014-07-03 11:11:34 +02:00
Laurent Rineau 902d4a73e9 No longer test with Taucs 2014-06-30 16:14:07 +02:00
Laurent Rineau 762b8640ea Use Eigen3 from /usr/include
That will be the newest version 3.2.1, instead of 3.1.x.
2014-06-26 16:12:56 +02:00
Laurent Rineau e0a1fb4d8e Modified autocgalrc files 2014-06-26 12:28:11 +02:00
Laurent Rineau 2aabd5042d backup my .autocgalrc 2014-06-23 13:53:12 +02:00
Laurent Rineau 3e94c4c594 Make LSAN more silent 2014-04-11 13:49:49 +02:00
Laurent Rineau 01c8cb1ec8 Remove false-positive leaks detection from NVidia libGL 2014-04-10 15:32:11 +02:00
Laurent Rineau 8a4d9ea1b1 Update ref platforms -ansi/-m32
The Boost variables where not correct.
2014-04-10 14:48:16 +02:00
Laurent Rineau 508e363612 /opt/intel is back in the RAID 2014-03-12 14:22:38 +01:00
Laurent Rineau e59ce5f639 Change tester names to mention the machine name 2014-03-12 14:21:31 +01:00
Laurent Rineau ff4998e246 Update to Intel Compile 2013 sp1.2
The compiler version is now 14.0.2.
2014-02-18 14:50:11 +01:00
Laurent Rineau 36b0ce25dd Update the script that help compiling Boost 2013-12-10 17:33:44 +01:00
Laurent Rineau 4f681da8e7 Rename all platforms: g++ 4.8, Fedora 19
My Fedora version is now 19 for several weeks.
/usr/bin/g++ is now g++ 4.8.2
2013-12-02 11:09:15 +01:00
Laurent Rineau ce29976ded Update the path to the intel compiler 2013-12-02 10:57:04 +01:00
Laurent Rineau 7891bf3c27 Fix a syntax error. Anyway, that variable seems useless. 2013-11-07 14:15:57 +01:00
Laurent Rineau f96b92a2d8 Set unlimited virtual memory only for the clang-trunk testsuite
Revert "the clang address sanitizer needs a lot of virtual memory"

This reverts commit 0b6e761fba.
2013-11-05 14:10:47 +01:00
Laurent Rineau 5eb514aa3f Update to use last version of the compiler 2013-10-30 18:14:39 +01:00
Laurent Rineau 688189b578 My Intel Compiler was upgraded a while ago.
I forgot to rename the test platform. Maybe I should renamed it with the
version number. Next time...
2013-10-30 11:47:26 +01:00
Laurent Rineau de8c7cc9ec Use -fno-omit-frame-pointer with Asan 2013-10-29 18:52:10 +01:00
Laurent Rineau 6ff05b0067 The LeakSanitizer better uses -O2 or -O3 2013-10-29 17:52:36 +01:00
Laurent Rineau f827366c8c Need for ASAN_SYMBOLIZER_PATH 2013-10-29 17:52:11 +01:00
Laurent Rineau 0b6e761fba the clang address sanitizer needs a lot of virtual memory 2013-10-29 17:51:49 +01:00
Laurent Rineau c0b03d1b8f move up the clang testsuite 2013-10-29 17:51:28 +01:00
Laurent Rineau 95f2bde31c Use the leak sanitizer with Clang 3.4 2013-10-28 16:14:05 +01:00
Laurent Rineau d3f4ca3207 Refresh the CMakeCache.txt of that platform 2013-10-21 16:56:12 +02:00
Laurent Rineau 3946004fe5 Switch to Boost 1.55 (1.54 has a bug in Boost graph) 2013-10-21 16:48:36 +02:00
Laurent Rineau 7ee64abe74 Rename my platforms to x86-64_Linux-Fedora18* (instead of Fedora17) 2013-10-21 16:39:49 +02:00