ecl/src/tests
Marius Gerbershagen 3267bf7f62 tests: fix output-streams test from the run-program testsuite
The test was failing because it was detecting an output of

"

Hello stdoutHello stderr"

instead of the expected

"
Hello stdout
Hello stderr"

The reason for this is that the buffers of the
streams *standard-output* and *error-output* may be distinct, even if
the ouput send to both streams ends up in the same place. Thus, we
need to explicitely force-output in print-test. The error manifested
itself only in builds without thread support, because otherwise ECL
uses write instead of fwrite, avoiding any buffering.
2020-01-19 20:06:55 +01:00
..
auxiliary tests: fix output-streams test from the run-program testsuite 2020-01-19 20:06:55 +01:00
normal-tests Merge branch 'fix-550' into 'develop' 2020-01-13 18:55:52 +00:00
stress-tests Simplify tests structure 2016-11-17 22:35:37 +01:00
1am.lisp 1am: add file 2016-08-09 19:48:23 +02:00
2am.lisp complex-float: add some tests 2019-05-15 16:35:16 +02:00
config.lsp.in windows: fix make check 2017-03-17 11:53:52 +01:00
doit.lsp Simplify tests structure 2016-11-17 22:35:37 +01:00
ecl-tests.asd complex-float: add some tests 2019-05-15 16:35:16 +02:00
ecl-tests.lisp tests: add regression test for 547 2019-12-30 22:04:07 +01:00
Makefile.in Simplify tests structure 2016-11-17 22:35:37 +01:00
universe.lisp ieee-fp: add tests for numeric functions with infinity/NaN 2019-08-14 20:51:40 +02:00