[Git][ghc/ghc][master] Mark T12010 fragile on 32-bit

Marge Bot gitlab at gitlab.haskell.org
Mon Apr 20 18:39:36 UTC 2020



 Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
d5fae7da by Ömer Sinan Ağacan at 2020-04-20T14:39:28-04:00
Mark T12010 fragile on 32-bit

- - - - -


1 changed file:

- libraries/base/tests/IO/T12010/test.T


Changes:

=====================================
libraries/base/tests/IO/T12010/test.T
=====================================
@@ -1,7 +1,7 @@
 test('T12010',
-     [
-        extra_files(['cbits/']),
-        only_ways(['threaded1']),
-        extra_ways(['threaded1']),
-        cmd_prefix('WAY_FLAGS="' + ' '.join(config.way_flags['threaded1']) + '"')],
+     [extra_files(['cbits/']),
+      only_ways(['threaded1']),
+      extra_ways(['threaded1']),
+      when(wordsize(32), fragile(16572)),
+      cmd_prefix('WAY_FLAGS="' + ' '.join(config.way_flags['threaded1']) + '"')],
      makefile_test, [])



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d5fae7da02cff1c7ec7b8e472f85d23aef098968

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d5fae7da02cff1c7ec7b8e472f85d23aef098968
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/20200420/ef1cf7d8/attachment-0001.html>


More information about the ghc-commits mailing list