tinycc/tests
grischka 899d26605c Revert "update static void parse_number()"
because:
- Constructing fp numbers isn't quite trivial
- 3 additional calls to strchr per number is noticeable slow

Also: exclude abitest.c:ret_longdouble_test2 on _WIN32
for mixed gcc/tcc scenario

test case:
- make -k test (on win32):
  -2.120000 0.500000 23000000000.000000
  +2.120000 0.500000 22999999999.999996
  ...
  ret_longdouble_test2... failure

This reverts 857f7dbfa6
and deaee6c249
2014-05-06 18:24:41 +02:00
..
tests2 tests2: fix and enable 46_grep test. 2014-04-12 14:04:10 -04:00
CMakeLists.txt Improved variable length array support. 2013-04-27 22:58:52 +01:00
Makefile Return to: e20c1eb99e 2014-05-04 13:18:31 +08:00
abitest.c Revert "update static void parse_number()" 2014-05-06 18:24:41 +02:00
asmtest.S i386-asm: support "pause" opcode 2011-02-24 09:38:13 -08:00
boundtest.c x86-64: chkstk, alloca 2009-07-18 22:06:54 +02:00
gcctestsuite.sh Fix bashims in configure and gcctestsuite.sh. 2010-05-26 14:08:29 +02:00
libtcc_test.c Return to: e20c1eb99e 2014-05-04 13:18:31 +08:00
tcctest.c Return to: e20c1eb99e 2014-05-04 13:18:31 +08:00
tcctest.py Added cross compilation to CMake build system. 2013-04-25 01:08:18 +01:00
vla_test.c Improved variable length array support. 2013-04-27 22:58:52 +01:00