Re: [Plplot-devel] test-drv-info

2019-09-13 Thread Alan W. Irwin
On 2019-09-12 17:59+0100 Phil Rosenberg wrote: Hi Alan I think I have found a problem with test-drv-info. I think it is unaware of the CMake flag CMAKE_DEBUG_POSTFIX. I've started using -DCMAKE_DEBUG_POSTFIX=d as part of my cmake commands to add d to the end of all debug libraries. But this caus

[Plplot-devel] test-drv-info

2019-09-12 Thread Phil Rosenberg
Hi Alan I think I have found a problem with test-drv-info. I think it is unaware of the CMake flag CMAKE_DEBUG_POSTFIX. I've started using -DCMAKE_DEBUG_POSTFIX=d as part of my cmake commands to add d to the end of all debug libraries. But this causes test-drv-info to report: Could not open the dri

[Plplot-devel] test post

2014-05-25 Thread Maurice LeBrun
Test to see if I got dropped from the list. -- Maurice LeBrun -- "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled sc

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-21 Thread Alan W. Irwin
Hi Phil: My incoming e-mail is still down, but I saw your note at http://sourceforge.net/p/plplot/mailman/plplot-devel/ giving more background information about your tests. I will update the appropriate paragraphs in README.release according to that information. Thanks! For everybody monitoring

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-21 Thread phil rosenberg
Hi Alan Some full background Visual C++ Express is the stripped down C++ part of Visual Studio, which is what I use (because it is free). This includes the IDE, nmake, a compiler cl.exe (front and backends) and a linker LINK.EXE all in one package. Each of these components almost definitely g

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-20 Thread Alan W. Irwin
I am sorry to say my input mail chain has been silently disrupted by my University today. What perfect timing for them to screw up! However, I do have access to what people say (as long as you say it directly on plplot_devel) via http://sourceforge.net/p/plplot/mailman/plplot-devel/ As far as I

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-20 Thread Andrew Ross
On Thu, Dec 19, 2013 at 06:26:48PM -0800, Alan Irwin wrote: > On 2013-12-19 16:11-0800 Alan W. Irwin wrote: > > > On 2013-12-19 22:50- Andrew Ross wrote: > >> Eventually I managed to get through almost all the tests though. The > >> only issue I encountered was a segfault with the C++ qt_examp

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-19 Thread Arjen Markus
Hi Alan, will do. Regards, Arjen > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > > Hi Arjen: > > Thanks for this information. > > I have attempted to incorporate the information above and everything else you > have > said about your three different test

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-19 Thread Alan W. Irwin
On 2013-12-19 16:11-0800 Alan W. Irwin wrote: > On 2013-12-19 22:50- Andrew Ross wrote: >> Eventually I managed to get through almost all the tests though. The >> only issue I encountered was a segfault with the C++ qt_example for the >> nondyndriver case. Valgrind shows an invalid call to fre

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-19 Thread Alan W. Irwin
On 2013-12-19 23:41- Andrew Ross wrote: > In the install tree > > readelf -d libitcl3.4.so > shows rpath is not set. On the other hand > readelf -d libtcl8.6.so > correctly sets rpath. I confirm the above for the epa_build results here. And post-release I suppose I should modify the autotool

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-19 Thread Alan W. Irwin
On 2013-12-19 22:50- Andrew Ross wrote: > I've now also run the scripts/comprehensive_test.sh test on my Ubuntu > system. I encountered some problems in that on several occasions, > without warning, by kde session died. It was not reproducible, but in > each case it was while running the test_

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-19 Thread Andrew Ross
On Thu, Dec 19, 2013 at 02:52:55PM -0800, Alan Irwin wrote: > On 2013-12-19 22:26- Andrew Ross wrote: > > > Cmake chose to build a static library, not me, so I assume something was > > missing for building shared versions. > > I assume you are discussing just the PLplot part of the epa_build.

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-19 Thread Andrew Ross
On Thu, Dec 19, 2013 at 10:29:00PM +, Andrew Ross wrote: > On Thu, Dec 19, 2013 at 11:19:59AM -0800, Alan Irwin wrote: > > I believe I have now fixed that issue with revision 12888. > > > > And since you are currently failing on yelp-xsl, that implies that > > build_plplot_lite (which does not

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-19 Thread Andrew Ross
On Thu, Dec 19, 2013 at 01:48:31PM -0700, Jerry wrote: > > On Dec 19, 2013, at 6:10 AM, Andrew Ross > wrote: > > > > > I plan to try the comprehensive test script for my Debian based > > configurations > > later. In the meantime I've been trying to build plplot on a CentOS 5.10 > > machine

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-19 Thread Alan W. Irwin
On 2013-12-19 22:26- Andrew Ross wrote: > Cmake chose to build a static library, not me, so I assume something was > missing for building shared versions. I assume you are discussing just the PLplot part of the epa_build. Just like for ordinary PLplot builds the default should be shared libr

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-19 Thread Andrew Ross
On Wed, Dec 18, 2013 at 09:35:52PM +, Andrew Ross wrote: > On Wed, Dec 18, 2013 at 09:06:53AM -0800, Alan Irwin wrote: > > To Andrew, Jerry, Arjen, and Phil: > > > > There are some important questions below for you. I need those > > questions answered for the release notes (README.release) for

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-19 Thread Andrew Ross
On Thu, Dec 19, 2013 at 11:19:59AM -0800, Alan Irwin wrote: > On 2013-12-19 13:44- Andrew Ross wrote: > > >On Thu, Dec 19, 2013 at 01:10:25PM +, Andrew Ross wrote: > >> > >>Tried to run build_plplot which fails straight away with > >> > >> 1%] Performing download step (verify and extract)

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-19 Thread Andrew Ross
More responses below. On Thu, Dec 19, 2013 at 10:25:19AM -0800, Alan Irwin wrote: > Hi Andrew: > > Thanks for this very interesting test. More below. > > On 2013-12-19 13:10- Andrew Ross wrote: > > > > > I plan to try the comprehensive test script for my Debian based > > configurations >

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-19 Thread Jerry
On Dec 19, 2013, at 6:10 AM, Andrew Ross wrote: > > I plan to try the comprehensive test script for my Debian based > configurations > later. In the meantime I've been trying to build plplot on a CentOS 5.10 > machine at work. This is old software now and I expected problems. I also > have

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-19 Thread Alan W. Irwin
On 2013-12-19 10:55- Arjen Markus wrote: > Hi Alan, > >> -Original Message- >> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] >> [...]There is some additional information I need as well if it is >> straightforward for you to >> figure it out. >> >> * Version of the underlying

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-19 Thread Alan W. Irwin
On 2013-12-19 13:44- Andrew Ross wrote: > On Thu, Dec 19, 2013 at 01:10:25PM +, Andrew Ross wrote: >> >> Tried to run build_plplot which fails straight away with >> >> 1%] Performing download step (verify and extract) for 'build_qt4_lite' >> cd /tmp/build_plplot/build_dir-linux/epa_build

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-19 Thread Alan W. Irwin
Hi Andrew: Thanks for this very interesting test. More below. On 2013-12-19 13:10- Andrew Ross wrote: > > I plan to try the comprehensive test script for my Debian based configurations > later. In the meantime I've been trying to build plplot on a CentOS 5.10 > machine at work. This is old

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-19 Thread Andrew Ross
On Thu, Dec 19, 2013 at 01:10:25PM +, Andrew Ross wrote: > > Tried to run build_plplot which fails straight away with > > 1%] Performing download step (verify and extract) for 'build_qt4_lite' > cd /tmp/build_plplot/build_dir-linux/epa_build/Source && > /nfs/see-archive-15_a58/l > ecanr/so

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-19 Thread Andrew Ross
I plan to try the comprehensive test script for my Debian based configurations later. In the meantime I've been trying to build plplot on a CentOS 5.10 machine at work. This is old software now and I expected problems. I also have no root access so have to work with what's there. I build only c

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-19 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > > Thanks for your replies on the degree of testing and what components of > PLplot you > tested on your different Windows platforms. That's going to be a big help to > users. > > > The hardware of t

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-19 Thread Alan W. Irwin
On 2013-12-19 07:55- Arjen Markus wrote: > Hi Alan, > > see my remarks below. > > Regards, > > Arjen > >> -Original Message- >> From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] >> >> @Arjen: >> >> Limited tests?? for a complete system build environment were run for 64-bit?? >> Cy

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-18 Thread Arjen Markus
Hi Alan, see my remarks below. Regards, Arjen > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > > @Arjen: > > Limited tests?? for a complete system build environment were run for 64-bit?? > Cygwin on Windows (version ??) for AMD-64 hardware?? uname -r give

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-18 Thread Alan W. Irwin
On 2013-12-18 21:35- Andrew Ross wrote: > I ran make test_noninteractive and test_interactive for a complete system > build environment on a 64-bit Debian unstable system on AMD-64 hardware. > >> Limited tests?? for a complete system build environment were run >> on 64-bit Ubuntu version?? on

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-18 Thread Alan W. Irwin
Hi Phil: Thanks for that paragraph. There are two questions at the end of this concerning the interpretation of that paragraph. On 2013-12-18 12:31-0800 phil rosenberg wrote: > Hi Alan > I've never tried the actual test scripts - there was a note on the wiki that said they don't work on Windows

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-18 Thread Andrew Ross
On Wed, Dec 18, 2013 at 09:06:53AM -0800, Alan Irwin wrote: > To Andrew, Jerry, Arjen, and Phil: > > There are some important questions below for you. I need those > questions answered for the release notes (README.release) for the > forthcoming release. > > For example, when I am done with my te

Re: [Plplot-devel] Test summaries for README.release need editing

2013-12-18 Thread phil rosenberg
Hi Alan I've never tried the actual test scripts - there was a note on the wiki that said they don't work on Windows and I always assumed they were shell scripts so I wouldn't be able to run them. Anyway, I've noted below what I have actually done, which is really to test that the libraries bui

[Plplot-devel] Test summaries for README.release need editing

2013-12-18 Thread Alan W. Irwin
To Andrew, Jerry, Arjen, and Phil: There are some important questions below for you. I need those questions answered for the release notes (README.release) for the forthcoming release. For example, when I am done with my testing, my test summary in README.release will read Comprehensive tests fo

Re: [Plplot-devel] Test reports now implemented.

2010-04-30 Thread Alan W. Irwin
On 2010-04-30 14:54-0700 Alan W. Irwin wrote: > Accordingly, I have implemented a new table at > http://www.miscdebris.net/plplot_wiki/index.php?title=Testing_PLplot to help > you report your test results, reassure users about what > platforms/configurations have been tested, and also to give you

[Plplot-devel] Test reports now implemented.

2010-04-30 Thread Alan W. Irwin
My apologies if some of you receive this twice, but my first attempt to post this did not appear in the Plplot-devel list archives and also did not appear to be sent back to me from the SF mail server in a timely manner.

[Plplot-devel] Test results for most of our devices

2009-08-15 Thread Alan W. Irwin
I recently used a combination of -DDEFAULT_ALL_DEVICES=ON and running "make test_noninteractive" and "make test_interactive" in the installed examples tree to test all non-interactive devices and most interactive devices that are accessible on Linux. Now that some bad devices have been retired, th

[Plplot-devel] test

2009-03-25 Thread Werner Smekal
test -- ___ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel

[Plplot-devel] Test - please ignore

2009-02-05 Thread Arjen Markus
Check if e-mail arrives Delft Hydraulics, GeoDelft, the Subsurface and Groundwater unit of TNO and parts of Rijkswaterstaat have joined forces in a new independent institute for delta technology, Deltares. Deltares combines knowledge and experience in the field of water, soil and the subsurfac

Re: [Plplot-devel] Test results of latest svn

2008-08-11 Thread Andrew Ross
On Mon, Aug 11, 2008 at 02:43:52PM -0600, Orion Poplawski wrote: > Alan W. Irwin wrote: > > On 2008-08-07 17:11-0600 Orion Poplawski wrote: > > > >> Orion Poplawski wrote: > >>> Looking good. I think the ada hang issue is a problem with my test > >>> machine. > >> > >> Scratch that. Ada hang is

Re: [Plplot-devel] Test results of latest svn

2008-08-11 Thread Orion Poplawski
Alan W. Irwin wrote: > On 2008-08-07 17:11-0600 Orion Poplawski wrote: > >> Orion Poplawski wrote: >>> Looking good. I think the ada hang issue is a problem with my test >>> machine. >> >> Scratch that. Ada hang is pretty reproducible on Fedora Rawhide. >> >> >> Get hang on i386, on x86_64: >> >

Re: [Plplot-devel] Test results of latest svn

2008-08-07 Thread Alan W. Irwin
On 2008-08-07 21:36-0700 Jerry wrote: > I don't know if I can be any help here. I just now browsed the > comp.lang.ada archives and was reminded that sometimes good things > happen if -fstack-check is enabled at the gnatmake compile line. > OTOH, it seems that at some point in time the code genera

Re: [Plplot-devel] Test results of latest svn

2008-08-07 Thread Jerry
I don't know if I can be any help here. I just now browsed the comp.lang.ada archives and was reminded that sometimes good things happen if -fstack-check is enabled at the gnatmake compile line. OTOH, it seems that at some point in time the code generated with that option on was buggy. So i

Re: [Plplot-devel] Test results of latest svn

2008-08-07 Thread Alan W. Irwin
On 2008-08-07 17:11-0600 Orion Poplawski wrote: > Orion Poplawski wrote: >> Looking good. I think the ada hang issue is a problem with my test >> machine. > > Scratch that. Ada hang is pretty reproducible on Fedora Rawhide. > > > Get hang on i386, on x86_64: > > 10/ 17 Testing examples_ada > Te

Re: [Plplot-devel] Test results of latest svn

2008-08-07 Thread Orion Poplawski
Orion Poplawski wrote: > Looking good. I think the ada hang issue is a problem with my test > machine. Scratch that. Ada hang is pretty reproducible on Fedora Rawhide. Get hang on i386, on x86_64: 10/ 17 Testing examples_ada Test command: /bin/bash -c EXAMPLES_DIR=/builddir/build/BUILD/

[Plplot-devel] Test results of latest svn

2008-08-07 Thread Orion Poplawski
Looking good. I think the ada hang issue is a problem with my test machine. Here are the warnings: 6/ 16 Testing examples_octave Test command: /bin/bash -c EXAMPLES_DIR=/builddir/build/BUILD/plplot-5.9.0-svn8608/fedora/examples\ SRC_EXAMPLES_DIR=/builddir/build/BUILD/plplot-5.9.0-svn8608/e

[Plplot-devel] Test - simply ignore

2007-01-17 Thread Arjen Markus
As Hazen is experiencing problems with the mailing list, I thought to send a message and see whether it arrives ... Regards, Arjen - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel an