[pushed] testsuite, Darwin: Skip an unsupported test.

Message ID 20220620152501.81232-1-iain@sandoe.co.uk
State Committed
Commit 1b238124840a323e70771d88a5b8fae48f26c69b
Headers
Series [pushed] testsuite, Darwin: Skip an unsupported test. |

Commit Message

Iain Sandoe June 20, 2022, 3:25 p.m. UTC
  Darwin does not support patchable function entries, skip the test
there.

tested on x86_64 darwin / linux, pushed to master, thanks,
Iain

gcc/testsuite/ChangeLog:

	* g++.dg/modules/pr105169_a.C: Skip the test on Darwin.
	* g++.dg/modules/pr105169_b.C: Likewise.
---
 gcc/testsuite/g++.dg/modules/pr105169_a.C | 2 +-
 gcc/testsuite/g++.dg/modules/pr105169_b.C | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/gcc/testsuite/g++.dg/modules/pr105169_a.C b/gcc/testsuite/g++.dg/modules/pr105169_a.C
index 02660b3a0e4..e4ec855ab49 100644
--- a/gcc/testsuite/g++.dg/modules/pr105169_a.C
+++ b/gcc/testsuite/g++.dg/modules/pr105169_a.C
@@ -1,4 +1,4 @@ 
-/* { dg-module-do link } */
+/* { dg-module-do link { target { ! *-*-darwin* } } } */
 /* { dg-options "-std=c++11 -fpatchable-function-entry=2 -O2" } */
 /* { dg-additional-options "-std=c++11 -fpatchable-function-entry=2 -O2" } */
 
diff --git a/gcc/testsuite/g++.dg/modules/pr105169_b.C b/gcc/testsuite/g++.dg/modules/pr105169_b.C
index 7a9c5863a6a..afbb12927e4 100644
--- a/gcc/testsuite/g++.dg/modules/pr105169_b.C
+++ b/gcc/testsuite/g++.dg/modules/pr105169_b.C
@@ -1,4 +1,4 @@ 
-/* { dg-module-do link } */
+/* { dg-module-do link { target { ! *-*-darwin* } } } */
 /* { dg-options "-std=c++11 -fpatchable-function-entry=2 -O2" } */
 /* { dg-additional-options "-std=c++11 -fpatchable-function-entry=2 -O2" } */