]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite, Darwin: Update bad-mapper-1 after libiberty changes.
authorIain Sandoe <iain@sandoe.co.uk>
Fri, 8 Mar 2024 09:21:39 +0000 (09:21 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Tue, 2 Apr 2024 11:09:44 +0000 (12:09 +0100)
A recent change to libiberty has improved the process spawning on
older Darwin platforms.  This patch updates the expected test output
after the changes.

gcc/testsuite/ChangeLog:

* g++.dg/modules/bad-mapper-1.C: Update expected test output
for earlier Darwin.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
gcc/testsuite/g++.dg/modules/bad-mapper-1.C

index b0b0b86c9cda184f23e2e11038c50b15ca2e5772..3dfb5a6073ef1824bbbbcc8027c61d9e9d52c4f2 100644 (file)
@@ -1,9 +1,9 @@
 //  { dg-additional-options "-fmodules-ts -fmodule-mapper=|this-will-not-work" }
 import unique1.bob;
-// { dg-error "-:failed (exec|CreateProcess|posix_spawn).*mapper.* .*this-will-not-work" "" { target { ! { *-*-darwin[89]* *-*-darwin10* hppa*-*-hpux* } } } 0 }
+// { dg-error "-:failed (exec|CreateProcess|posix_spawn).*mapper.* .*this-will-not-work" "" { target { ! { hppa*-*-hpux* } } } 0 }
 // { dg-prune-output "fatal error:" }
 // { dg-prune-output "failed to read" }
 // { dg-prune-output "compilation terminated" }
-// { dg-error "-:failed mapper handshake communication" "" { target { *-*-darwin[89]* *-*-darwin10* hppa*-*-hpux* } } 0 }
+// { dg-error "-:failed mapper handshake communication" "" { target { hppa*-*-hpux* } } 0 }
 // { dg-prune-output "trying to exec .this-will-not-work."  }
 // { dg-prune-output "unknown Compiled Module Interface"  }