Skip to content

Commit 7b7638e

Browse files
committed
disable msabi testing for now
1 parent af6773d commit 7b7638e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

testsuite/lib/libffi.exp

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -324,15 +324,15 @@ proc run-many-tests { testcases extra_flags } {
324324
"-DABI_NUM=FFI_THISCALL -DABI_ATTR=__THISCALL__"
325325
"-DABI_NUM=FFI_FASTCALL -DABI_ATTR=__FASTCALL__"
326326
}
327-
} elseif { [istarget "x86_64-*-*"] \
328-
&& [libffi_feature_test "#ifndef __ILP32__"] } {
329-
set targetabis {
330-
""
331-
"-DABI_NUM=FFI_WIN64 -DABI_ATTR=__MSABI__"
332-
}
333327
}
328+
# elseif { [istarget "x86_64-*-*"] \
329+
# && [libffi_feature_test "#ifndef __ILP32__"] } {
330+
# set targetabis {
331+
# ""
332+
# "-DABI_NUM=FFI_WIN64 -DABI_ATTR=__MSABI__"
333+
# }
334+
# }
334335
}
335-
336336
set common [ concat $common $extra_flags ]
337337
foreach test $testcases {
338338
set testname [file tail $test]

0 commit comments

Comments
 (0)