kc3-lang/libffi/testsuite

Branch :


Log

Author Commit Date CI Message
dd26f1f3 2013-03-28 15:39:01 add a failing test for closures on ARM hardfloat
b9f01378 2013-03-25 13:27:36 add a testcase, that on ARM hardfloat needs more than the 8 VFP argument registers to pass arguments to a call
2fbdb0f2 2013-03-25 13:26:02 use the absolute value to check the test result against an epsilon
f308faf1 2013-02-11 14:25:13 Add moxie support. Release 3.0.12.
10e77227 2013-02-10 08:47:26 mend
a9521411 2013-02-09 06:54:40 sparc v8 and testsuite fixes
63ba1fa7 2013-02-08 15:18:19 Remove xfail for arm*-*-*.
7aab825c 2013-02-08 13:26:21 Add missing files to dist
95eecebb 2013-02-07 15:32:46 Remove a.out cruft from dist
f3a4f3fd 2013-02-07 09:57:20 Fixes for AIX xlc compiler.
522f8fef 2013-02-06 20:31:31 Fix man page. Clean out junk.
aeb8719a 2013-01-21 07:37:30 New microblaze support
40860245 2013-01-21 07:37:30 New microblaze support
f03eab08 2013-01-11 17:14:11 Remove obsolete inline test functions
05fbe1fa 2013-01-11 16:54:40 xlc compiler support
51415430 2013-01-10 07:35:53 Don't run EH tests with non-GNU compiler
8308984e 2013-01-08 15:14:21 Make sure we're running dejagnu tests with the right compiler.
f26c7ca6 2013-01-08 14:47:05 Make compiler options in dejagnu runs compiler specific
f7879bc3 2013-01-08 07:30:28 Testsuite fix for Solaris vendor compiler
0de3277b 2012-12-03 00:02:31 Testsuite fixes (was Re: [PATCH] Fix libffi on m68k-linux-gnu, completely) Dixi quod… >although I believe some 3.0.11 checks to be broken: And indeed, with a few minor changes on top of git master, I still get a full run of PASS plus one XPASS on amd64-linux! With the other patches (from this message’s parent) and these applied, I get a full PASS on m68k-linux as well. So, please git am these three diffs ☺ bye, //mirabilos -- FWIW, I'm quite impressed with mksh interactively. I thought it was much *much* more bare bones. But it turns out it beats the living hell out of ksh93 in that respect. I'd even consider it for my daily use if I hadn't wasted half my life on my zsh setup. :-) -- Frank Terbeck in #!/bin/mksh From 5cb15a3bad1f0fb360520dd48bfc938c821cdcca Mon Sep 17 00:00:00 2001 From: Thorsten Glaser <tg@mirbsd.org> Date: Sun, 2 Dec 2012 23:20:56 +0000 Subject: [PATCH 1/2] Fix tests writing to a closure retval via pointer casts As explained in <Pine.BSM.4.64L.1212022014490.23442@herc.mirbsd.org> all other tests that do the same cast to an ffi_arg pointer instead. PASS on amd64-linux (Xen domU) and m68k-linux (ARAnyM) Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
ccee09a4 2013-01-02 08:41:55 +2012-03-21 Peter Rosin <peda@lysator.liu.se> + + * testsuite/lib/target-libpath.exp [*-*-cygwin*, *-*-mingw*] + (set_ld_library_path_env_vars): Add the library search dir to PATH + (and save PATH for later). + (restore_ld_library_path_env_vars): Restore PATH.
8bad679a 2013-01-02 08:28:35 New stand-alone patch
981c32ee 2013-01-02 07:34:03 Merge with GCC. Eliminate quilt bits.
69da33a0 2012-11-12 15:25:47 Pull in config.sub for aarch64 support and more
f680b598 2012-11-06 16:00:40 Add missing aarch64 configury bits
58e8b66f 2012-10-30 07:07:19 AArch64 port
fa5d7479 2012-10-30 07:07:19 AArch64 port
6993a668 2012-10-30 06:59:32 Fix autoconf macros
048d2f41 2012-10-11 10:55:25 Rebase
213ed15c 2012-04-27 01:34:15 Add blackfin supprt from Alexandre Keunecke.
a098b44f 2012-04-06 17:04:35 Reapply missing testsuite changes for arm
59bb61a3 2012-04-06 08:26:14 Update libtool version, README, tests dists
f2981454 2012-04-05 15:45:19 Revert debug code changes
39dccddb 2012-04-05 12:32:41 Fix building with Clang for Darwin (OS X 10.6+ and iOS 4.0+)
0a1ab12a 2012-03-30 08:14:08 Various MSVC-related changes.
e72ed5ee 2012-03-21 09:52:28 Fix vararg float test
bd78c9c3 2012-03-21 08:09:30 More cygwin fixes
84d3253f 2012-03-19 23:07:35 Rebase post GCC merge
d578b896 2012-02-15 00:18:18 Fix ABI check regression
dee20f8e 2012-02-10 13:06:46 Rebased from gcc
4130e197 2012-02-03 13:18:27 Refresh autoconf-archive m4 scripts
1ff9c604 2012-02-01 16:34:30 Rebase from GCC
164e6fe0 2012-01-23 12:41:06 m68k fixes
c365ee75 2012-01-23 11:13:18 Refresh
03e9ee32 2011-11-18 15:13:00 Fix cls_double_va.c and update docs
95f31151 2011-11-12 23:46:05 Rerun automake
ff9454da 2011-11-12 17:18:51 Add David Gilbert's variadic function call support
3d56106b 2011-11-12 07:20:24 Rebase
8c01954c 2011-09-06 14:26:32 Build assembly files with debug info
ee6696fd 2011-08-23 12:30:29 3.0.11-rc1. soname bump.
c6265c36 2011-08-23 10:31:33 Version 3.0.10
cc5e41bf 2011-08-22 16:34:24 Fix use of autoconf macros
049d8386 2011-08-22 14:50:10 Many new patches
d992ac54 2011-07-29 17:32:53 Refresh from GCC
74ee6ea8 2011-02-25 15:52:14 rc7. More AIX fixes.
cbb062cc 2011-02-17 20:39:21 Another non-GCC configury fix
1fbf9dc4 2011-02-13 08:06:39 Fix bad_abi test. rc5.
71c792f5 2011-02-12 09:33:11 rc4
7c7c9f32 2011-02-12 09:29:29 ungccify parts of the build
17d9e9e6 2011-02-11 12:23:20 Use newer autotools. Only build debug.c when --enable-debug.
f1fb139b 2011-02-09 18:30:02 Fix tests
747d6c32 2011-02-09 14:56:23 Add Interix support
69dbe845 2011-02-09 07:38:43 Fix xfails
630b9c0a 2011-02-09 06:24:23 Update to rc2
09cb76f2 2011-02-08 20:39:51 Add missing change
2e3a48cc 2011-02-08 20:37:26 Fix make dist
857fe3de 2011-02-08 19:39:20 Clean ups
1106229a 2011-02-08 19:20:09 Add iOS support
bc9d0be2 2011-02-08 17:04:26 3.0.10rc0 changes
3b836249 2011-02-08 14:28:59 Rebase from GCC
0e584399 2011-02-08 07:52:40 Refresh from GCC
2db72615 2010-11-21 10:50:56 Rebase
3f5b1375 2010-07-12 14:39:18 rebase
9dc9a293 2010-04-13 10:33:52 Rebase to latest GCC sources
c3813b6d 2010-01-26 16:48:56 Rebuild Makefiles with automake 1.11.1 for CVE-2009-4029.
7b7a42f2 2010-01-12 09:14:14 Rebase from GCC
c3042afa 2010-01-01 08:08:02 Reset quilt patches post 3.0.9 merge with GCC
2e7e03d0 2009-12-31 07:43:22 Final updates before 3.0.9
0cfe60e9 2009-12-29 10:06:04 3.0.9rc12
14e2e92e 2009-12-27 21:03:33 3.0.9rc11
88440278 2009-12-26 12:57:23 HPUX support and avr32 test fixes.
01c78756 2009-12-26 10:05:18 3.0.9rc9
70868464 2009-12-26 09:58:03 Remove xfails for mips and arm
7e37eaaf 2009-12-26 07:46:50 Fix huge_struct for solaris
07cc7a37 2009-12-26 07:23:04 3.0.9rc8
9458d88f 2009-12-26 07:02:27 Rebase from GCC
1d04af52 2009-12-25 09:50:36 Updated some mips XFAILs
1fe3dc7c 2009-12-25 01:39:00 Add windows support patch.
f7c0bc61 2009-12-25 01:22:11 3.0.9rc6
da11bece 2009-12-24 05:34:46 Release 3.0.9rc5
115ab36f 2009-12-24 00:22:00 Update missing changes for 3.0.9r4.
f8c7a245 2009-12-23 23:46:22 Switch to quilt. Rebase to latest GCC.
2340e7a7 2009-10-04 23:53:17 AVR support
5cbe2058 2009-10-04 23:53:11 Initial stand-alone patch.
c6dddbd0 2009-10-04 08:11:33 Initial commit