diff options
author | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2020-04-16 09:59:43 +0300 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-04-20 14:39:28 -0400 |
commit | d5fae7da02cff1c7ec7b8e472f85d23aef098968 (patch) | |
tree | 7606485de19a15f8ba19de3991e1b0284929acfa | |
parent | b43365ad62d73afd5c58467ab9a4f9523ab09c18 (diff) | |
download | haskell-d5fae7da02cff1c7ec7b8e472f85d23aef098968.tar.gz |
Mark T12010 fragile on 32-bit
-rw-r--r-- | libraries/base/tests/IO/T12010/test.T | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libraries/base/tests/IO/T12010/test.T b/libraries/base/tests/IO/T12010/test.T index 43403abe31..e98eb157ae 100644 --- a/libraries/base/tests/IO/T12010/test.T +++ b/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, []) |