Re: [cmake-developers] PLplot contract test

2017-11-09 Thread Alan W. Irwin
On 2017-11-08 18:00-0800 Alan W. Irwin wrote: [...] Changing topics back to the Nightly case where the job is started in a crontab environment rather than on the normal desktop command line as above, further research indicates it is possible to set DISPLAY for such environments (assuming that

Re: [cmake-developers] PLplot contract test

2017-11-08 Thread Alan W. Irwin
On 2017-11-08 16:14-0500 Ben Boeckel wrote: On Wed, Nov 08, 2017 at 12:39:15 -0800, Alan W. Irwin wrote: software@raven> time (nice -19 ctest -S ~/cmake/Dashboards/Scripts/CMakeScripts/my_dashboard.cmake -VV >& ctest.out16) X11 connection rejected because of wrong authentication. X11

Re: [cmake-developers] PLplot contract test

2017-11-08 Thread Ben Boeckel
On Wed, Nov 08, 2017 at 12:39:15 -0800, Alan W. Irwin wrote: > software@raven> time (nice -19 ctest -S > ~/cmake/Dashboards/Scripts/CMakeScripts/my_dashboard.cmake -VV >& ctest.out16) > X11 connection rejected because of wrong authentication. > X11 connection rejected because of wrong

Re: [cmake-developers] PLplot contract test

2017-11-08 Thread Alan W. Irwin
On 2017-11-08 06:54-0500 Brad King wrote: [...] I've updated the test. Change the name from _ARGS to _FLAGS: ``` CMake_TEST_CONTRACT_PLplot_CMAKE_FLAGS:STRING=-DBUILD_TEST=ON -DBUILD_DOC=ON -DBUILD_DOX_DOC=ON ``` [...] I've added an option: ```

Re: [cmake-developers] PLplot contract test

2017-11-08 Thread Brad King
On 11/07/2017 03:50 PM, Alan W. Irwin wrote: >> # Do build of PLplot as a ctest of CMake. >> set(CMake_TEST_CONTRACT_PLplot:BOOL=ON) > > Why could I set garbage in the cache > file as above with the result that that garbage was read > and ignored with no error message? Isn't that a CMake bug?

Re: [cmake-developers] PLplot contract test

2017-11-07 Thread Brad King
On 11/06/2017 05:24 PM, Alan W. Irwin wrote: > https://open.cdash.org/viewTest.php?onlypassed=5131552 > Is there something I have missed in those results or something wrong? Your script now has: ``` set(dashboard_cache " ... # Do build of PLplot as a ctest of CMake.

Re: [cmake-developers] PLplot contract test

2017-11-06 Thread Alan W. Irwin
On 2017-11-06 11:01-0500 Brad King wrote: On 10/30/2017 11:38 AM, Brad King wrote: FYI I'm refactoring the way the existing contract tests work to make it easier to add and maintain one for PLplot. Once that is done I'll look at actually adding PLplot and report back here. I've opened a MR

Re: [cmake-developers] PLplot contract test

2017-11-06 Thread Brad King
On 10/30/2017 11:38 AM, Brad King wrote: > FYI I'm refactoring the way the existing contract tests work to make > it easier to add and maintain one for PLplot. Once that is done I'll > look at actually adding PLplot and report back here. I've opened a MR to add the PLplot contract test here: *

Re: [cmake-developers] PLplot contract test

2017-10-31 Thread Brad King
On 10/30/2017 12:54 PM, Alan W. Irwin wrote: > superficially appears that some of the tests are timing out. No, they are passing. The time status column is for trying to detect tests that suddenly jump in time required. It's based on some kind of model of the time that takes a while for CDash

Re: [cmake-developers] PLplot contract test

2017-10-30 Thread Alan W. Irwin
Hi Brad: If you look at it superficially appears that some of the tests (e.g., BootstrapTest) are timing out. But if you look deeper, the output from the test is being truncated because it is over the rather small 1024 default limit. I

Re: [cmake-developers] PLplot contract test

2017-10-30 Thread Brad King
On 10/26/2017 01:10 PM, Brad King wrote: > Thanks. I'll take a look at adding a test to build that when I get > a chance. FYI I'm refactoring the way the existing contract tests work to make it easier to add and maintain one for PLplot. Once that is done I'll look at actually adding PLplot and

Re: [cmake-developers] PLplot contract test

2017-10-27 Thread Alan W. Irwin
On 2017-10-27 07:02-0400 Brad King wrote: On 10/26/2017 09:58 PM, Alan W. Irwin wrote: However, one of the deficiencies of this third method is the bootstrap script only pays attention to CXXFLAGS and CFLAGS when setting compile flags for building the preliminary version of CMake [...] You

Re: [cmake-developers] PLplot contract test

2017-10-27 Thread Brad King
On 10/26/2017 09:58 PM, Alan W. Irwin wrote: > While trying to set up a clean Experimental dashboard, I have noticed > a minor spelling issue (furhter ==> further in > a comment in cmake_common.cmake). Fixed, thanks. > unset(ENV{CXXFLAGS}) > unset(ENV{CFLAGS}) > unset(ENV{FFLAGS}) >

Re: [cmake-developers] PLplot contract test

2017-10-26 Thread Brad King
On 10/26/2017 11:53 AM, Alan W. Irwin wrote: > git://git.code.sf.net/p/plplot/plplot Thanks. I'll take a look at adding a test to build that when I get a chance. -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ

Re: [cmake-developers] PLplot contract test

2017-10-26 Thread Brad King
On 10/25/2017 03:43 PM, Alan W. Irwin wrote: > In any case, my dashboard submission is working now using > > ctest -S ~/cmake/Dashboards/Scripts/CMakeScripts/my_dashboard.cmake -VV Great! > See the raven-without-fixed-IP The `-without-fixed-IP` suffix has no meaning to readers on CDash. >