Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alfredo Di Napoli
GHC
Commits
264ad286
Commit
264ad286
authored
Apr 08, 2019
by
Ben Gamari
🐢
Browse files
testsuite: Mark threadstatus-T9333 as fragile in ghci way
As noted in #16555.
parent
55b5bb14
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/concurrent/should_run/all.T
View file @
264ad286
...
...
@@ -88,7 +88,7 @@ test('T7970', normal, compile_and_run, [''])
test
('
AtomicPrimops
',
normal
,
compile_and_run
,
[''])
# test uses 2 threads and yield, scheduling can vary with threaded2
test
('
threadstatus-9333
',
[
omit_ways
(['
threaded2
'])],
compile_and_run
,
[''])
test
('
threadstatus-9333
',
[
fragile_for
(
16555
,
['
ghci
']),
omit_ways
(['
threaded2
'])],
compile_and_run
,
[''])
test
('
T9379
',
normal
,
compile_and_run
,
[''])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment