From 3985f63a35235ce5e10a4cb6f532c1041f466372 Mon Sep 17 00:00:00 2001
From: Ben Gamari <ben@smart-cactus.org>
Date: Sat, 6 Apr 2019 14:44:12 -0400
Subject: [PATCH] testsuite: Mark posix002 as fragile in threaded2 way

(cherry picked from commit ed2cf61f8619d0b77a4a5826736d7e5fbad31c49)
---
 tests/libposix/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/libposix/all.T b/tests/libposix/all.T
index 79abf5d..a3455ab 100644
--- a/tests/libposix/all.T
+++ b/tests/libposix/all.T
@@ -1,4 +1,4 @@
-test('posix002', [ reqlib('unix'), omit_ways(prof_ways) ],
+test('posix002', [ reqlib('unix'), omit_ways(prof_ways), fragile_for(16550, ['threaded2']) ],
                  compile_and_run, [''])
 
 # Skip on mingw32: assumes existence of 'pwd' and /tmp
-- 
GitLab