Commit graph

178 commits

Author SHA1 Message Date
Daniel Kochmański
b142edb301 tests: mix.0013: fix for osx
OSX behaves slightly different. Related to #349.
2017-01-20 07:34:21 +01:00
Daniel Kochmański
bfeec4aa21 atan: ieee: polish tests 2016-12-23 08:55:45 +01:00
Daniel Kochmański
6d627a3fd9 tests: add approx= function 2016-12-23 08:55:27 +01:00
Daniel Kochmański
3e75b1caa8 ecl-tests: 2am: remove once-only from is-* 2016-12-22 08:07:41 +01:00
Daniel Kochmański
8aed34dddd tests: universe: add signed zero to *floats* 2016-12-22 08:07:22 +01:00
Daniel Kochmański
9dcd46d04c tests: mixed: remove bogus test 2016-12-22 08:06:53 +01:00
Daniel Kochmański
5d4242c62b tests: add tests for ieee-fp and atan2
Corner cases (bug #332).
2016-12-22 08:05:12 +01:00
Daniel Kochmański
2519e19f15 tests: mixed: improve atan test and regression for #317 2016-12-21 21:13:05 +01:00
Daniel Kochmański
88f251d99c tests: add without-fpe-traps macro 2016-12-21 21:12:14 +01:00
Daniel Kochmański
819861c815 tests: add regression test for #317 2016-12-21 08:33:42 +01:00
Daniel Kochmański
df74529d21 mixed tests: add bug reference 2016-12-21 07:53:14 +01:00
Daniel Kochmański
bc8b84119b tests: add bug test for #330 2016-12-20 18:35:21 +01:00
Daniel Kochmański
0df83ada2b tests: ieee-fp: trap-fpe: use symbol, not a keyword 2016-12-20 18:23:40 +01:00
Daniel Kochmański
a302a2e36c add regression test for #329 2016-12-20 17:50:47 +01:00
Daniel Kochmański
72ee30a182 tests: disable example assuming (void*) == void(*)() 2016-12-09 20:07:44 +01:00
Daniel Kochmański
ea001f5b63 enable run-program test on windows 2016-12-08 15:01:31 +01:00
Daniel Kochmański
6e2f3f47b3 tests: fix typo – windows has NUL, not NULL 2016-12-08 13:54:17 +01:00
Daniel Kochmański
643b64d0ef improve paths tests 2016-12-08 13:50:00 +01:00
Daniel Kochmański
cb689d3fbc tests: be more windows-friendly (not aux)
also cleanse unused clean symbol
2016-12-08 13:32:34 +01:00
Daniel Kochmański
01e813b87a compiler tests: mismatched parens (fix) 2016-12-08 12:55:59 +01:00
Daniel Kochmański
566a939f0a tests: windows doesn't allow file to be named "aux" 2016-12-08 09:52:38 +01:00
Daniel Kochmański
85126b39c7 tests: embedding: improve test 2016-12-07 20:28:09 +01:00
Daniel Kochmański
8f7dabce13 tests: truename: windows doesn't have real symlinks
Add missing cygwin declaration
2016-12-07 20:11:22 +01:00
Daniel Kochmański
6cd9dcf6b6 tests: finalization shouldn't use special variabile 2016-12-07 19:41:25 +01:00
Daniel Kochmański
42eed437d1 tests: is-equal: fix macro report 2016-12-07 19:41:03 +01:00
Daniel Kochmański
3f490266ae fix typo in embedding test (cxx) 2016-12-07 18:45:23 +01:00
Daniel Kochmański
0a0f71cce1 ffi tests: do explicit cast 2016-12-07 18:41:11 +01:00
Daniel Kochmański
8cb898fc28 this test is breaks windows tests, disable it 2016-12-06 23:59:38 +01:00
Daniel Kochmański
cc38c1d39e ieee-fp: trap-fpe bits with infinity arithmetic 2016-12-06 21:15:17 +01:00
Daniel Kochmański
24d49a0b23 disable non-release test and harden another one 2016-12-06 21:03:18 +01:00
Daniel Kochmański
023fe5a369 Add regression test for #46 2016-11-20 12:17:08 +01:00
Daniel Kochmański
5e290c92d3 cosmetic: indent comment 2016-11-20 12:16:46 +01:00
Daniel Kochmański
cc70b9feab tests: improve with-temporary-file macro 2016-11-20 12:16:26 +01:00
Daniel Kochmański
4bd6e91ddd tests: improve *error-output* errors test 2016-11-19 22:10:27 +01:00
Daniel Kochmański
77cebaef4a tests: don't ruin run-program return values output 2016-11-19 22:03:36 +01:00
Daniel Kochmański
2c3ccd8444 typo: misplaced comment 2016-11-19 16:19:38 +01:00
Daniel Kochmański
b011eff24a tests: add regression test for #43 2016-11-19 16:19:14 +01:00
Daniel Kochmański
6b07439dfe ieee-fp: remove si_infinity
Our "new" way of defining infinity constants breaks on ARM. Remove
unnecessary functions.

IEEE-FP are a nightmare (honestly).
2016-11-18 13:48:22 +01:00
Daniel Kochmański
085fee3d3b Simplify tests structure
Also "make check" accepts TESTS argument for test suite. For instance:

make check TESTS=ffi

will run FFI tests suite.
2016-11-17 22:35:37 +01:00
Daniel Kochmański
989611262c tests: add regression test for rwlock bug #303 2016-11-10 19:42:02 +01:00
Daniel Kochmański
14306cba69 package locks: add :lock option to defpackage 2016-11-09 21:43:33 +01:00
Daniel Kochmański
2f2abc7129 Fix cdr-7 regression test 2016-11-09 18:08:11 +01:00
Daniel Kochmański
338be8b488 Add test suite for new interface 2016-11-09 18:07:55 +01:00
Daniel Kochmański
0f35d755bd Add regression tests for cdr-7 2016-11-05 21:28:53 +01:00
Daniel Kochmański
4fdaf22bc5 tests: #299 test – add invariants 2016-11-04 20:53:46 +01:00
Daniel Kochmański
5b203c7e83 tests: #299 rt no 2 (bignums variant) 2016-11-04 20:39:13 +01:00
Daniel Kochmański
fee98d837c tests: add regression test for #299 2016-11-04 20:19:56 +01:00
Daniel Kochmański
d9afb21775 tests: adjust paths 2016-10-08 20:50:35 +02:00
Daniel Kochmański
481e797732 holding-mutex-p: add feature test 2016-10-05 16:07:01 +02:00
Daniel Kochmański
29ab40fde8 tests: bytecmp: be more bytecmp friendly 2016-09-07 14:58:50 +02:00