summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-11-07 14:32:28 -0500
committerBen Gamari <ben@smart-cactus.org>2019-11-07 14:39:17 -0500
commit1f07b7c90295ce7c9c5e55135d8f38eaedd0efce (patch)
treeba334026d36ba8415e826eaa5b26896a7455039d
parentf0823c96ad8ad683980cead064e95e72381aa981 (diff)
downloadhaskell-wip/fix-windows.tar.gz
testsuite: Mark T16219 as fragile on Windowswip/fix-windows
As noted in #17452, this test produces very long file paths which exceed the Windows MAX_PATH limitation. Mark the test as fragile for not until we can come up with a better solution.
-rw-r--r--testsuite/tests/backpack/cabal/T16219/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/backpack/cabal/T16219/all.T b/testsuite/tests/backpack/cabal/T16219/all.T
index 29dd8a4d0b..dc53deb2be 100644
--- a/testsuite/tests/backpack/cabal/T16219/all.T
+++ b/testsuite/tests/backpack/cabal/T16219/all.T
@@ -4,6 +4,7 @@ else:
cleanup = 'CLEANUP=0'
test('T16219',
- extra_files(['Setup.hs', 'backpack-issue.cabal', 'library-a', 'library-a-impl', 'library-b']),
+ [extra_files(['Setup.hs', 'backpack-issue.cabal', 'library-a', 'library-a-impl', 'library-b']),
+ when(opsys('mingw32'), fragile(17452))],
run_command,
['$MAKE -s --no-print-directory T16219 ' + cleanup])