From bb984ac6cb072b62215310fc8a1071a2101f7927 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Thu, 26 Sep 2019 10:42:24 -0400
Subject: testsuite: Mark hs_try_putmvar003 as fragile in threaded1

Due to #16361. Note that I'm leaving out threaded2 since it's not clear
whether the single crash in that way was due to other causes.
---
 testsuite/tests/concurrent/should_run/all.T | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'testsuite/tests/concurrent')

diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T
index f9c994b15d..467040223f 100644
--- a/testsuite/tests/concurrent/should_run/all.T
+++ b/testsuite/tests/concurrent/should_run/all.T
@@ -274,7 +274,8 @@ test('hs_try_putmvar003',
      pre_cmd('$MAKE -s --no-print-directory hs_try_putmvar003_setup'),
      only_ways(['threaded1','threaded2']),
      extra_clean(['hs_try_putmvar003_c.o']),
-     extra_run_opts('1 16 32 100')
+     extra_run_opts('1 16 32 100'),
+     fragile_for(16361, ['threaded1'])
      ],
      compile_and_run,
      ['hs_try_putmvar003_c.c'])
-- 
cgit v1.2.1