[Git][ghc/ghc][master] testsuite: Mark T16608_* as fragile on Darwin
Ben Gamari
gitlab at gitlab.haskell.org
Sat Jun 22 13:38:01 UTC 2019
Ben Gamari pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
e0595d22 by Ben Gamari at 2019-06-22T13:36:53Z
testsuite: Mark T16608_* as fragile on Darwin
As noted in #16855.
- - - - -
1 changed file:
- testsuite/tests/driver/T16608/all.T
Changes:
=====================================
testsuite/tests/driver/T16608/all.T
=====================================
@@ -1,2 +1,2 @@
-test('T16608_1', [extra_files(['MyInteger.hs'])], makefile_test, [])
-test('T16608_2', [extra_files(['MyInteger.hs'])], makefile_test, [])
+test('T16608_1', [when(opsys('darwin'), fragile(16855)), extra_files(['MyInteger.hs'])], makefile_test, [])
+test('T16608_2', [when(opsys('darwin'), fragile(16855)), extra_files(['MyInteger.hs'])], makefile_test, [])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/e0595d22ce5bc19699079abdb47377b5707cdbbc
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/e0595d22ce5bc19699079abdb47377b5707cdbbc
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190622/8bf06e48/attachment.html>
More information about the ghc-commits
mailing list