[binutils-gdb] i386/Haiku/GAS/testsuite: Suppress SVR4 comment character test
"Maciej W. Rozycki via Binutils-cvs" <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=555a9f3a99524e3f6d4ad18f3f355a272aa0c9ac commit 555a9f3a99524e3f6d4ad18f3f355a272aa0c9ac Author: Maciej W. Rozycki <[email protected]> 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"