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,334
Issues
4,334
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
369
Merge Requests
369
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
a9467f4f
Commit
a9467f4f
authored
Nov 09, 2019
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testsuite: Mark tests fragile in threaded2 as fragile in all concurrent ways
parent
55ca1085
Pipeline
#12592
failed with stages
in 200 minutes and 35 seconds
Changes
6
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
libraries/base/tests/IO/all.T
libraries/base/tests/IO/all.T
+1
-1
libraries/base/tests/all.T
libraries/base/tests/all.T
+1
-1
libraries/process
libraries/process
+1
-1
libraries/unix
libraries/unix
+1
-1
testsuite/tests/perf/space_leaks/all.T
testsuite/tests/perf/space_leaks/all.T
+1
-1
testsuite/tests/runghc/all.T
testsuite/tests/runghc/all.T
+1
-1
No files found.
libraries/base/tests/IO/all.T
View file @
a9467f4f
...
...
@@ -129,7 +129,7 @@ test('T4144', normal, compile_and_run, [''])
test
('
encodingerror001
',
normal
,
compile_and_run
,
[''])
test
('
T4808
',
[
fragile_for
(
16909
,
['
threaded2
']
),
exit_code
(
1
)],
compile_and_run
,
[''])
test
('
T4808
',
[
fragile_for
(
16909
,
concurrent_ways
),
exit_code
(
1
)],
compile_and_run
,
[''])
test
('
T4895
',
normal
,
compile_and_run
,
[''])
test
('
T7853
',
normal
,
compile_and_run
,
[''])
# Tests ability to perform >32-bit IO operations
...
...
libraries/base/tests/all.T
View file @
a9467f4f
...
...
@@ -248,7 +248,7 @@ test('T3474',
test
('
T14425
',
normal
,
compile_and_run
,
[''])
test
('
T10412
',
normal
,
compile_and_run
,
[''])
test
('
T13896
',
normal
,
compile_and_run
,
[''])
test
('
T13167
',
fragile_for
(
16536
,
['
threaded2
']
),
compile_and_run
,
[''])
test
('
T13167
',
fragile_for
(
16536
,
concurrent_ways
),
compile_and_run
,
[''])
test
('
T15349
',
[
exit_code
(
1
),
expect_broken_for
(
15349
,
['
ghci
'])],
compile_and_run
,
[''])
test
('
T16111
',
exit_code
(
1
),
compile_and_run
,
[''])
test
('
T16943a
',
normal
,
compile_and_run
,
[''])
...
...
process
@
ad6a6eea
Compare
e6b45f93
...
ad6a6eea
Subproject commit
e6b45f933cb4d0213d588a7f73bfde16cf93e589
Subproject commit
ad6a6eeabed63447c135dad95ce5851b66b8629f
unix
@
94cca26b
Compare
e8603ca5
...
94cca26b
Subproject commit
e8603ca53b867b1f76c75b20ec8890f7eb575940
Subproject commit
94cca26b4b0ef33f98c626926d4f0e92f3aa7446
testsuite/tests/perf/space_leaks/all.T
View file @
a9467f4f
...
...
@@ -5,7 +5,7 @@ test('space_leak_001',
# 5% possible deviation.
[
collect_stats
(['
peak_megabytes_allocated
','
bytes allocated
'],
5
),
collect_stats
('
max_bytes_used
',
15
),
omit_ways
(['
profasm
','
profthreaded
','
threaded1
','
threaded2
']),
omit_ways
(['
profasm
','
profthreaded
','
threaded1
','
threaded2
'
,'
nonmoving_thr
'
]),
reqlib
('
integer-gmp
')
],
compile_and_run
,
...
...
testsuite/tests/runghc/all.T
View file @
a9467f4f
...
...
@@ -12,6 +12,6 @@ test('T17171b', req_interp, makefile_test, [])
test
('
T-signals-child
',
[
when
(
opsys
('
mingw32
'),
skip
),
req_interp
,
only_ways
(['
threaded1
',
'
threaded2
'])
,
fragile_for
(
17307
,
['
threaded1
',
'
threaded2
'])
,
fragile_for
(
17307
,
['
threaded1
',
'
threaded2
'
,
'
nonmoving_thr
'
])
],
makefile_test
,
[]
)
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