From fcbf63e62c627deae76c1b8cb8c0876c536ed811 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Mon, 16 Mar 2020 18:49:26 +0900 Subject: Fresh start --- .../libffi-3.2.1/testsuite/libffi.call/call.exp | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 jni/ruby/ext/fiddle/libffi-3.2.1/testsuite/libffi.call/call.exp (limited to 'jni/ruby/ext/fiddle/libffi-3.2.1/testsuite/libffi.call/call.exp') diff --git a/jni/ruby/ext/fiddle/libffi-3.2.1/testsuite/libffi.call/call.exp b/jni/ruby/ext/fiddle/libffi-3.2.1/testsuite/libffi.call/call.exp new file mode 100644 index 0000000..5177f07 --- /dev/null +++ b/jni/ruby/ext/fiddle/libffi-3.2.1/testsuite/libffi.call/call.exp @@ -0,0 +1,43 @@ +# Copyright (C) 2003, 2006, 2009, 2010, 2014 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; see the file COPYING3. If not see +# . + +dg-init +libffi-init + +global srcdir subdir + +set tlist [lsearch -inline -all -not -glob [lsort [glob -nocomplain -- $srcdir/$subdir/*.{c,cc}]] *complex*] +set ctlist [lsearch -inline -all -glob [lsort [glob -nocomplain -- $srcdir/$subdir/*.{c,cc}]] *complex*] + +run-many-tests $tlist "" + +if { ![istarget s390*] } { + + foreach test $ctlist { + unsupported "$test" + } + +} else { + + run-many-tests $ctlist "" + +} + +dg-finish + +# Local Variables: +# tcl-indent-level:4 +# End: -- cgit v1.2.3