Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
23a301ac
Commit
23a301ac
authored
Sep 09, 2015
by
thomie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Testsuite: comment out `setnumcapabilities001` (
#10860
)
Don't mark it expect_broken, because it fails only sometimes.
parent
4356dacb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
testsuite/tests/concurrent/should_run/all.T
testsuite/tests/concurrent/should_run/all.T
+8
-6
No files found.
testsuite/tests/concurrent/should_run/all.T
View file @
23a301ac
...
...
@@ -249,12 +249,14 @@ if (ghc_with_smp == 0):
else
:
skip_if_not_smp
=
normal
test
('
setnumcapabilities001
',
[
only_ways
(['
threaded1
','
threaded2
']),
extra_run_opts
('
4 12 2000
'),
reqlib
('
parallel
'),
skip_if_not_smp
],
compile_and_run
,
[''])
# Commented out, instead of marked expect_broken, because it fails only
# sometimes. See #10860.
#test('setnumcapabilities001',
# [ only_ways(['threaded1','threaded2']),
# extra_run_opts('4 12 2000'),
# reqlib('parallel'),
# skip_if_not_smp ],
# compile_and_run, [''])
# omit ghci, which can't handle unboxed tuples:
test
('
compareAndSwap
',
[
omit_ways
(['
ghci
','
hpc
']),
reqlib
('
primitive
')],
compile_and_run
,
[''])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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