Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,323
Issues
4,323
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
385
Merge Requests
385
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
3b233793
Commit
3b233793
authored
Sep 02, 2015
by
thomie
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Testsuite: mark 4 tests expect_broken_for(
#10712
, opt_ways)
Please revert when
#10712
is fixed.
parent
e0b3ff0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
libraries/base/tests/all.T
libraries/base/tests/all.T
+1
-1
testsuite/tests/concurrent/should_run/all.T
testsuite/tests/concurrent/should_run/all.T
+5
-4
No files found.
libraries/base/tests/all.T
View file @
3b233793
...
...
@@ -81,7 +81,7 @@ test('enum01', when(fast(), skip), compile_and_run, [''])
test
('
enum02
',
when
(
fast
(),
skip
),
compile_and_run
,
[''])
test
('
enum03
',
when
(
fast
(),
skip
),
compile_and_run
,
[''])
test
('
enum04
',
normal
,
compile_and_run
,
[''])
test
('
exceptionsrun001
',
normal
,
compile_and_run
,
[''])
test
('
exceptionsrun001
',
expect_broken_for
(
10712
,
opt_ways
)
,
compile_and_run
,
[''])
test
('
exceptionsrun002
',
normal
,
compile_and_run
,
[''])
test
('
foldableArray
',
normal
,
compile_and_run
,
[''])
test
('
list001
'
,
when
(
fast
(),
skip
),
compile_and_run
,
[''])
...
...
testsuite/tests/concurrent/should_run/all.T
View file @
3b233793
...
...
@@ -32,7 +32,7 @@ test('T367_letnoescape',
test
('
T1980
',
normal
,
compile_and_run
,
[''])
test
('
T2910
',
normal
,
compile_and_run
,
[''])
test
('
T2910a
',
normal
,
compile_and_run
,
[''])
test
('
T3279
',
normal
,
compile_and_run
,
[''])
test
('
T3279
',
expect_broken_for
(
10712
,
opt_ways
)
,
compile_and_run
,
[''])
# This test takes a long time with the default context switch interval
test
('
T3429
',
extra_run_opts
('
+RTS -C0.001 -RTS
'),
compile_and_run
,
[''])
...
...
@@ -129,11 +129,12 @@ test('conc009', exit_code(1), compile_and_run, [''])
test
('
conc010
',
normal
,
compile_and_run
,
[''])
# conc012(ghci) needs a smaller stack, or it takes forever
test
('
conc012
',
extra_run_opts
('
+RTS -K8m -RTS
'),
compile_and_run
,
[''])
test
('
conc012
',
[
extra_run_opts
('
+RTS -K8m -RTS
'),
expect_broken_for
(
10712
,
opt_ways
)],
compile_and_run
,
[''])
test
('
conc013
',
normal
,
compile_and_run
,
[''])
test
('
conc014
',
normal
,
compile_and_run
,
[''])
test
('
conc014
',
expect_broken_for
(
10712
,
opt_ways
),
compile_and_run
,
[''])
test
('
conc015
',
normal
,
compile_and_run
,
[''])
test
('
conc015a
',
normal
,
compile_and_run
,
[''])
test
('
conc016
',
omit_ways
(['
threaded2
']),
# see comment in conc016.hs
...
...
Ben Gamari
🐢
@bgamari
mentioned in issue
#10712 (closed)
·
Jul 30, 2015
mentioned in issue
#10712 (closed)
mentioned in issue #10712
Toggle commit list
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