kc3-lang/libffi/testsuite/libffi.call/call.exp

Branch :


Log

Author Commit Date CI Message
4cdedc27 2015-07-25 14:29:15 Tidy call.exp test collection Commit c952a92e20aa6013d8202d0b3fa1d87838c83054 moved all of the complex tests to libffi.complex, but failed to remove the anti-globbing from libffi.call.
c952a92e 2014-11-14 11:00:14 testsuite: Move complex tests to their own subdirectory It seems a bit silly to isolate them by globbing vs "*complex*" when we can just as easily put them in their own subdirectory.
f1301a54 2014-11-14 10:50:29 testsuite: Use feature test rather than enumeration for complex
ad89c2d9 2014-10-26 13:16:03 sparc: Add support for complex types
a529bec2 2014-10-21 11:26:59 arm: Add support for complex types
f41bec3b 2014-10-17 20:46:48 alpha: Add support for complex types
a992f878 2014-10-22 22:58:09 aarch64: Add support for complex types
198f469e 2014-11-05 16:34:41 x86: Add support for Complex
99db4d42 2014-10-23 14:12:18 win64: Rewrite It's way too different from the 32-bit ABIs with which it is currently associated. As seen from all of the existing XFAILs.
990eb9d4 2014-09-28 00:50:29 Only run the complex type tests on supported platforms.
7d698125 2014-03-26 23:17:56 Use the proper C++ compiler to run C++ tests Running the C compiler with -shared-libgcc -lstdc++ does not work on non-GCC compilers.
3f97cf34 2014-03-16 16:53:42 testsuite: Unify the C and C++ testsuites These two testsuites differ only in the source file glob and a couple of additional compiler options; unify the remaining bits.
5695ec14 2014-03-16 16:04:58 testsuite: Factor out a function to run a matrix of tests This commons up code from libffi.call/call.exp and libffi.special/special.exp, unifies the optimization option matrix between the two, and makes it easier to add more axes to the matrix in the future.
f26c7ca6 2013-01-08 14:47:05 Make compiler options in dejagnu runs compiler specific
2db72615 2010-11-21 10:50:56 Rebase
115ab36f 2009-12-24 00:22:00 Update missing changes for 3.0.9r4.
5cbe2058 2009-10-04 23:53:11 Initial stand-alone patch.
c6dddbd0 2009-10-04 08:11:33 Initial commit