summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Angermann <moritz.angermann@gmail.com>2021-06-21 17:18:59 +0800
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-06-23 03:01:32 -0400
commit8fba28ec51f9aaaa396b8afb2a3ba8984eabe38e (patch)
treed65c3d341cab3b88316cc754fd1a2d1ede6b4299
parent6bf823168f22a3779b7f8d10b41216c411890c63 (diff)
downloadhaskell-8fba28ec51f9aaaa396b8afb2a3ba8984eabe38e.tar.gz
[testsuite] mark T3007 broken on darwin.
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, [])