Commit Graph

13 Commits

Author SHA1 Message Date
rlar f40cb5913a fix commit "qa tests, avoid repeated exection..." 2017-09-20 19:28:29 +02:00
rlar ff4b8dcf41 Revert "retain perl compatibility"
this did reintroduce hundreds of warnings:
defined(%hash) is deprecated at ...ngspice/tests/bin/runQaTests.pl line 331.
	(Maybe you should just omit the defined()?)

this was deprecated aproximately 2001 with perl version
  v5.6.1

see
 https://perldoc.perl.org/perl561delta.html

obviously for good reason, because defined(%hash) did have a semantics which
  did not exactly match the users expectation.
2017-08-13 18:00:42 +02:00
dwarning 608a1fc33d retain perl compatibility 2017-08-12 10:46:37 +02:00
rlar 0923941af0 whitespace 2017-07-29 19:33:24 +02:00
rlar d7bf7df8e9 simplify 2017-07-29 19:33:22 +02:00
rlar aede5f0b63 qa tests, avoid repeated exection of ngspice for version detection 2017-07-29 19:33:17 +02:00
rlar d3b5d5c275 partial revert commit "charge check added by Colin McAndrew"
which reintroduced deprecated perl syntax

> defined(@array) is deprecated ...
>   (Maybe you should just omit the defined()?)
2017-07-27 18:25:22 +02:00
dwarning 529c37b7b6 charge check added by Colin McAndrew 2017-07-18 15:23:51 +02:00
rlar 9a1170c032 tests/bin/modelQaTestRoutines.pm, avoid defined(@array) is deprecated warning 2015-10-31 20:32:19 +01:00
rlar ad92ca8f24 perl, defined(%hash) is depreciated 2012-01-15 16:46:12 +00:00
h_vogt 6a96242e1f '/' removed from $platform (mingw/msys) 2012-01-15 16:34:34 +00:00
rlar 19cff2c4be incorporate CMC test suite into make target 'check' 2011-05-30 18:47:05 +00:00
dwarning c96b5afd18 CMC test suite 2011-05-28 19:08:04 +00:00