summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2018-04-02 08:24:44 -0400
committerAnthony Green <green@moxielogic.com>2018-04-02 08:24:44 -0400
commit7b7638eb0eac2adfa72f7ec9f254ba287c9947e2 (patch)
tree7e279c4280de16a599abc37fb91064f29de9c6dd
parentaf6773d6ab4db0577bc6b932ab5a2f98a0a8dca2 (diff)
downloadlibffi-7b7638eb0eac2adfa72f7ec9f254ba287c9947e2.tar.gz
disable msabi testing for now
-rw-r--r--testsuite/lib/libffi.exp14
1 files changed, 7 insertions, 7 deletions
diff --git a/testsuite/lib/libffi.exp b/testsuite/lib/libffi.exp
index be3520c..d5880ed 100644
--- a/testsuite/lib/libffi.exp
+++ b/testsuite/lib/libffi.exp
@@ -324,15 +324,15 @@ proc run-many-tests { testcases extra_flags } {
"-DABI_NUM=FFI_THISCALL -DABI_ATTR=__THISCALL__"
"-DABI_NUM=FFI_FASTCALL -DABI_ATTR=__FASTCALL__"
}
- } elseif { [istarget "x86_64-*-*"] \
- && [libffi_feature_test "#ifndef __ILP32__"] } {
- set targetabis {
- ""
- "-DABI_NUM=FFI_WIN64 -DABI_ATTR=__MSABI__"
- }
}
+ # elseif { [istarget "x86_64-*-*"] \
+ # && [libffi_feature_test "#ifndef __ILP32__"] } {
+ # set targetabis {
+ # ""
+ # "-DABI_NUM=FFI_WIN64 -DABI_ATTR=__MSABI__"
+ # }
+ # }
}
-
set common [ concat $common $extra_flags ]
foreach test $testcases {
set testname [file tail $test]