public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-7707] testsuite, modules, Darwin: Adjust expected output for older OS versions.
@ 2022-03-18 15:36 Iain D Sandoe
  0 siblings, 0 replies; only message in thread
From: Iain D Sandoe @ 2022-03-18 15:36 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:c5086228cd79f7baa7d8d3c4bba04a69ab756253

commit r12-7707-gc5086228cd79f7baa7d8d3c4bba04a69ab756253
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Sun Mar 13 16:38:49 2022 +0000

    testsuite, modules, Darwin: Adjust expected output for older OS versions.
    
    Darwin versions <= 10 (macOS 10.6) emit different diagnostics for the failure
    case being tested by bad-mapper-1.C.  Adjust the dg- expressions to reflect this.
    
    Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
    
    gcc/testsuite/ChangeLog:
    
            * g++.dg/modules/bad-mapper-1.C: Make dg- expressions that match the
            diagnostics output by earlier Darwin too.

Diff:
---
 gcc/testsuite/g++.dg/modules/bad-mapper-1.C | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/g++.dg/modules/bad-mapper-1.C b/gcc/testsuite/g++.dg/modules/bad-mapper-1.C
index 7ed75b824b4..6d0ed4b5895 100644
--- a/gcc/testsuite/g++.dg/modules/bad-mapper-1.C
+++ b/gcc/testsuite/g++.dg/modules/bad-mapper-1.C
@@ -1,6 +1,9 @@
 //  { dg-additional-options "-fmodules-ts -fmodule-mapper=|this-will-not-work" }
 import unique1.bob;
-// { dg-error "-:failed exec.*mapper.* .*this-will-not-work" "" { target *-*-* } 0 }
+// { dg-error "-:failed exec.*mapper.* .*this-will-not-work" "" { target { ! { *-*-darwin[89]* *-*-darwin10* } } } 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* } } 0 }
+// { dg-prune-output "trying to exec .this-will-not-work."  }
+// { dg-prune-output "unknown Compiled Module Interface"  }


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-18 15:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-18 15:36 [gcc r12-7707] testsuite, modules, Darwin: Adjust expected output for older OS versions Iain D Sandoe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).