ecl/src/tests
Marius Gerbershagen c6488fa1c1 cmp: fix type propagator for EXPT
There were a number of bugs here:
- REAL was returned even for complex exponents
- The special case of exponent=0 wasn't handled correctly
- In some cases, EXPT could return integer or rational results but the
  type propagator would always assume that coercion to floating point
  was happening.
2025-12-13 19:51:53 +01:00
..
auxiliary tests: fix output-streams test from the run-program testsuite 2020-01-19 20:06:55 +01:00
normal-tests cmp: fix type propagator for EXPT 2025-12-13 19:51:53 +01:00
stress-tests tests: move interrupt tests to stress test suite 2023-08-13 22:26:53 +02:00
1am.lisp 1am: add file 2016-08-09 19:48:23 +02:00
2am.lisp tests: make finishes return the values from the executed form 2025-08-11 10:01:37 +02:00
ansi-test-expected-failures.sexp Add ansi-test to tests 2024-03-10 14:48:12 +01:00
config.lsp.in tests: implement tests for cross compilation of user code 2025-11-21 19:08:14 +01:00
cross-compile.lisp tests: implement tests for cross compilation of user code 2025-11-21 19:08:14 +01:00
doit.lsp Simplify tests structure 2016-11-17 22:35:37 +01:00
ecl-tests.asd tests: implement tests for cross compilation of user code 2025-11-21 19:08:14 +01:00
ecl-tests.lisp tests: add a regression test for compiled multiple-value-call 2023-09-15 10:19:21 +02:00
Makefile.in tests: implement tests for cross compilation of user code 2025-11-21 19:08:14 +01:00
universe.lisp ieee-fp: add tests for numeric functions with infinity/NaN 2019-08-14 20:51:40 +02:00