ngspice/tests/regression
rlar d0897fd0c4 src/spicelib/parser/inpptree.c, bug fix, B expression of kind `max(0,expr)'
identified and reported by Marcel Hendrix,
expressions of this kind could trigger a segmentation violation.

PTdifferentiate() roughly evaluates to
  ternary_fcn(ge0(0-expr), 0, PTdifferentate(expr))
and mkb() optimizes
  0 - expr --> unary_minus(expr)

IFeval() invokes PTeval() for the derivative too,
PTeval() looks at the incorrect tree->funcnum
  and tries to PTeval for a second argument which is not there,
     (unary_minus does not have a second argument)
  causing a segmentation fault.
2016-03-09 20:24:37 +01:00
..
func inp_do_macro_param_replace(), fix several bugs concerning .func processing 2014-07-08 18:19:26 +02:00
lib-processing tests/regression/lib-processing, fix upper/lower case 2014-01-02 09:25:51 +01:00
misc frontend/device.c, com_alter_common(), #11/11 regression test 2015-12-27 11:19:00 +01:00
model tests/regression/model/special-names-1.cir, check "#307 define problems with the Modelname "mname" with Subcircuits" 2015-05-10 21:47:14 +02:00
parser src/spicelib/parser/inpptree.c, bug fix, B expression of kind `max(0,expr)' 2016-03-09 20:24:37 +01:00
pz tests/regression/pz/ac-resistance.cir, check ac resistance (op, ac and pz) 2015-05-10 21:47:18 +02:00
subckt-processing missing file in commit "b14eb0a4 * regression test for multiple .global cards" 2014-08-08 19:13:19 +02:00
temper upgrade regression test to the previous commit 2015-11-22 19:37:48 +01:00
Makefile.am tests/regression/temper, several issues with `temper' in model parameters 2015-08-10 17:33:17 +02:00