summaryrefslogtreecommitdiff
path: root/libraries/base
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base')
-rw-r--r--libraries/base/tests/IO/T12010/test.T10
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, [])