[binutils-gdb] i386/Haiku/GAS/testsuite: Suppress SVR4 comment character test
Maciej W. Rozycki
macro@sourceware.org
Sat May 9 14:41:50 GMT 2026
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=555a9f3a99524e3f6d4ad18f3f355a272aa0c9ac
commit 555a9f3a99524e3f6d4ad18f3f355a272aa0c9ac
Author: Maciej W. Rozycki <macro@orcam.me.uk>
Date: Sat May 9 15:40:11 2026 +0100
i386/Haiku/GAS/testsuite: Suppress SVR4 comment character test
Exclude the SVR4 comment character test on Haiku targets, as `/' is not
a comment character there (cf. gas/config/te-haiku.h), so as to prevent
a regression caused by enabling ELF tests with Haiku targets:
i486-haiku +FAIL: SVR4 comment char escape handling
Diff:
---
gas/testsuite/gas/i386/i386.exp | 1 +
1 file changed, 1 insertion(+)
diff --git a/gas/testsuite/gas/i386/i386.exp b/gas/testsuite/gas/i386/i386.exp
index 80ae827e0a2..f205ae987d9 100644
--- a/gas/testsuite/gas/i386/i386.exp
+++ b/gas/testsuite/gas/i386/i386.exp
@@ -901,6 +901,7 @@ if {[is_elf_format] || [istarget "*-*-vxworks*"]} then {
if {![istarget "*-*-dragonfly*"]
&& ![istarget "*-*-gnu*"]
&& ![istarget "*-*-freebsd*"]
+ && ![istarget "*-*-haiku*"]
&& ![istarget "*-*-linux*"]
&& ![istarget "*-*-netbsd*"]} then {
run_dump_test "svr4"
More information about the Binutils-cvs
mailing list