summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2021-06-21 17:18:59 +0800
committerMatthew Pickering <matthewtpickering@gmail.com>2021-06-21 16:40:04 +0100
commit23dbaeae87e0152431a8ec7b1076fbed63fda63d (patch)
tree37ca57e48c84667b8b39131a7b19260ab1eaa7cd
parent5abf59976c7335df760e5d8609d9488489478173 (diff)
downloadhaskell-wip/t3007.tar.gz
[testsuite] mark T3007 broken on darwin.wip/t3007
Cabal explicitly passes options to set the rpath, which we then also try to set using install_name_tool. Cabal should also pass `-fno-use-rpaths` to suppress the setting of the rpath from within GHC.
-rw-r--r--testsuite/tests/driver/T3007/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/driver/T3007/all.T b/testsuite/tests/driver/T3007/all.T
index 2a360f9890..be57f45807 100644
--- a/testsuite/tests/driver/T3007/all.T
+++ b/testsuite/tests/driver/T3007/all.T
@@ -1,3 +1,4 @@
test('T3007',
- extra_files(['A/', 'B/']),
+ [when(opsys('darwin'), expect_broken(20026)),
+ extra_files(['A/', 'B/'])],
makefile_test, [])