From 23dbaeae87e0152431a8ec7b1076fbed63fda63d Mon Sep 17 00:00:00 2001 From: Moritz Angermann Date: Mon, 21 Jun 2021 17:18:59 +0800 Subject: [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. --- testsuite/tests/driver/T3007/all.T | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, []) -- cgit v1.2.1