Commit Graph

56 Commits

Author SHA1 Message Date
rlar f40cb5913a fix commit "qa tests, avoid repeated exection..." 2017-09-20 19:28:29 +02:00
dwarning 9ac3a2a97d Merge branch 'adms-experiment-1' of ssh://git.code.sf.net/p/ngspice/ngspice into adms-experiment-1 2017-08-14 12:42: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 b66aaaf391 Merge branch 'adms-experiment-1' of ssh://git.code.sf.net/p/ngspice/ngspice into adms-experiment-1 2017-08-12 10:50:37 +02:00
dwarning 608a1fc33d retain perl compatibility 2017-08-12 10:46:37 +02:00
dwarning 52c445cf4c no need for spice3f5 workaround in 1 point noise analysis 2017-08-11 08:33:43 +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 e6f76c1f43 fix "ngspice version detection implemented", configure in separate directory 2017-07-29 19:32:50 +02:00
rlar ca1a099b51 Revert "Revert "ngspice version detection implemented"" 2017-07-29 19:32:36 +02:00
rlar fb24e80363 Revert "ngspice version detection implemented"
does not work when "configured" in a separate working directory.

apart from that, repeatedly executing a ngspice solely to check the version
  is slow, and actually useless because the test harness is part of the Makefile
  and thus the version is known to be exactly that of the currently
  checked out commit.
2017-07-27 20:26:03 +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 f1fe7ff842 debug printout improvements 2017-07-18 15:25:50 +02:00
dwarning 529c37b7b6 charge check added by Colin McAndrew 2017-07-18 15:23:51 +02:00
dwarning d125b47b1a fix ac-analysis check and overall improvements 2017-07-18 15:20:15 +02:00
dwarning ea8773bd5a ngspice version detection implemented 2017-07-18 15:18:08 +02:00
dwarning dfaada2f9d make shell string compare safe 2017-07-18 15:15:07 +02:00
h_vogt 0a9917e142 check.sh, enable msys2 2016-08-15 11:27:06 +02:00
rlar 9a1170c032 tests/bin/modelQaTestRoutines.pm, avoid defined(@array) is deprecated warning 2015-10-31 20:32:19 +01:00
dwarning 0cf0bcd0ea few digits more in result file 2015-03-31 14:10:57 +02:00
dwarning 5e0726195d model qa check for other simulator 2015-03-30 16:02:41 +02:00
dwarning 4030d97c19 qa check: no additional noise from test bench 2015-03-27 22:22:49 +01:00
dwarning 9970ce590d use sqrnoise for qa test to be compatible with reference results 2015-03-26 14:01:35 +01:00
dwarning 6de3cbf65c clarify debug flags for cmc check 2014-05-04 11:17:31 +02:00
h_vogt 411418e1ca ngspice-26: substitute 25 --> 26 2014-01-11 16:24:42 +01:00
h_vogt a661d2967d apply patch `#17 Enable regression tests on OpenBSD'
provided by Anthony J. Bentley on
http://sourceforge.net/p/ngspice/patches/17/
2013-12-31 16:13:14 +01:00
rlar cee318c68b check the .lib processing 2013-12-31 12:53:40 +01:00
rlar 482a45b1b1 compare a little bit less when running `make check'
windows ngspice emmits a user notice "binary raw file" when running ngspice
don't compare that
2012-12-31 11:18:25 +01:00
h_vogt 298f9ceaa9 tclspice.c, ngspice.pm, config.h in visualc: prepare ngspice-25 2012-12-23 12:13:38 +01:00
dwarning 971ed70e64 CMC tests, `spice' entry not needed 2012-06-13 19:15:11 +02:00
h_vogt 271d49ada1 prepare release 24 2012-01-27 22:24:00 +00: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
dwarning bcfbad5659 remove .st0 files not needed in ngspice 2011-10-30 21:01:54 +00:00
dwarning cd19d8c31d allow debug switch on commandline 2011-06-25 08:19:21 +00:00
h_vogt d53905869c version 23 2011-06-04 13:22:40 +00:00
rlar 12b3cc52ec CMC test suite, fix choice of results subdirectory 2011-05-31 20:09:34 +00:00
rlar b4eb003d72 incorporate CMC test suite into make target 'check' 2011-05-30 19:53:29 +00:00
rlar 19cff2c4be incorporate CMC test suite into make target 'check' 2011-05-30 18:47:05 +00:00
rlar b506441241 force an update, to fix file permissions 2011-05-29 11:20:17 +00:00
rlar c6f674d0e1 CMC test suite, cleanup 2011-05-29 10:43:20 +00:00
dwarning c96b5afd18 CMC test suite 2011-05-28 19:08:04 +00:00
rlar f40f6c705a fix `make check' for build in a separate directory 2011-01-25 18:39:06 +00:00
dwarning 59f1c840a5 skip codemodel in tests 2010-01-16 22:12:35 +00:00
dwarning b73a5feed2 Update to bsimsoi v4.1 2009-04-19 10:20:00 +00:00
dwarning 67ecf0d85e try to come inline with ngspice output 2009-03-08 15:59:08 +00:00
dwarning 8ab349ff62 Adapted filter to bsim3, bsim4 testbench 2009-03-07 16:11:47 +00:00
dwarning da9a47df86 extend filter keywords 2009-03-03 21:11:29 +00:00
h_vogt 1935e00ff3 make check CYGWIN 2009-02-21 20:52:19 +00:00