diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-11-07 14:32:28 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-11-09 18:03:38 -0500 |
commit | 011f3121955cf08353e384e9b84ed387860ade45 (patch) | |
tree | 9e6d6d5300e5f9cbb3cdf39ff5706cdbacd11686 /testsuite/tests/backpack | |
parent | b62ca6590ccf1797c21171f7cdde9f272e56ca9e (diff) | |
download | haskell-011f3121955cf08353e384e9b84ed387860ade45.tar.gz |
testsuite: Mark T16219 as fragile on 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.
Diffstat (limited to 'testsuite/tests/backpack')
-rw-r--r-- | testsuite/tests/backpack/cabal/T16219/all.T | 3 |
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]) |