Commit graph

31 commits

Author SHA1 Message Date
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
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
4bd6e91ddd tests: improve *error-output* errors test 2016-11-19 22:10:27 +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