Skip to content
Snippets Groups Projects
Commit a8f543a9 authored by Cheng Shao's avatar Cheng Shao Committed by Marge Bot
Browse files

testsuite: mark T7919 as fragile on i386 as well

T7919 may also fail i386 CI jobs with test timeout.
parent 75c29aa1
No related branches found
No related tags found
No related merge requests found
...@@ -307,7 +307,7 @@ test('ffishutdown', [ignore_stderr, only_ways(['threaded1','threaded2'])], ...@@ -307,7 +307,7 @@ test('ffishutdown', [ignore_stderr, only_ways(['threaded1','threaded2'])],
test('T7919', [ when(fast(), skip) test('T7919', [ when(fast(), skip)
, omit_ghci , omit_ghci
, req_th , req_th
, when(platform('x86_64-unknown-linux'), fragile(22283)) , when(arch('i386') or platform('x86_64-unknown-linux'), fragile(22283))
, js_fragile(24259) , js_fragile(24259)
] ]
, compile_and_run, [config.ghc_th_way_flags]) , compile_and_run, [config.ghc_th_way_flags])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment