13 Commits

Author SHA1 Message Date
Jon Evans
73053a2177 Disable flaky ngspice tests
These need to be re-done in a way that is more
tolerant of the inherent instability/noise in
the simulated circuits (or more ideally, changed
to test a particular thing that can be more
well-defined rather than just simulating a circuit
and seeing if the numbers come out a certain way)

(cherry picked from commit e427099cff04128bef7594445d8d4d97590b91ff)
2024-02-08 18:55:12 -05:00
Jon Evans
838674c4a7 Change regression test for #13162 to be less complex
We are really only testing that `Rload1` works,
and the original testcase is unstable on some platforms.


(cherry picked from commit 2ecf1ac23f940ecab5039efa1964524255452164)
2023-12-29 18:19:21 +00:00
Seth Hillbrand
ef8b6bf9e1 Fix invalid string compare in IBIS parser
strcmp returns 0 if strings are the same but compareIbisWord returns
True (1).

Adds an IBIS simulation QA test case to catch this in the future

Fixes https://gitlab.com/kicad/code/kicad/-/issues/16223
2023-11-30 09:15:01 -08:00
Jeff Young
05d425ea88 Add 12505 to the regression test suite.
Fixes https://gitlab.com/kicad/code/kicad/issues/12505

(cherry picked from commit d96598c87cc1d28381b711651a01afb643e89022)
2023-03-06 10:27:46 +00:00
Fabien Corona
c00a98fed4 Revert "sim - Remember the option to save powers"
This reverts commit 74dcc1b9d5b171a17a2d35078a247f686f91dd4d.
2023-02-20 20:59:52 +01:00
Fabien Corona
74dcc1b9d5 sim - Remember the option to save powers
Fixes #13978


(cherry picked from commit 2a3b70b7eb3caf32a58b228065f3563d20faf77f)
2023-02-20 19:38:19 +00:00
Jeff Young
9ca539b416 Remove TL072.031 from regression test. 2023-01-31 14:57:52 +00:00
jean-pierre charras
f6d9a2574b Fix a QA simulation test on W1/msys2:
- Gives a bigger relative tolerance when comparing 2 values to pass some tests
- Fix error in test_sim_regressions.cpp for 3 TestNetlist() calls
2023-01-22 16:52:11 +01:00
Jeff Young
232e4d34f1 Use default error limits. They're already relative to the value. 2023-01-22 14:35:27 +00:00
Jeff Young
241dc0d96b Add SPICE regression test. 2023-01-21 19:32:25 +00:00
Jeff Young
259e382041 Add simulation regression test for legacy fixups. 2023-01-21 19:32:25 +00:00
Jeff Young
e218c7109b Test case for immediate SBCKT models. 2023-01-21 19:32:25 +00:00
Jeff Young
6053b86a24 Add new spice regression test for windows path separators. 2023-01-21 19:32:25 +00:00