Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc
hpc
Merge requests
!25
An error occurred while fetching the assigned milestone of the selected merge_request.
Update tests for the new test way `ghci-opt`
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update tests for the new test way `ghci-opt`
wip/torsten.schmits/test-way-ghci-opt
into
master
Overview
3
Commits
1
Pipelines
4
Changes
7
Merged
Torsten Schmits
requested to merge
wip/torsten.schmits/test-way-ghci-opt
into
master
1 year ago
Overview
3
Commits
1
Pipelines
4
Changes
7
Expand
Tracking ticket:
ghc/ghc#23059 (closed)
Edited
1 year ago
by
BinderDavid
0
0
Merge request reports
Compare
master
version 3
dc8eca92
1 year ago
version 2
9c99380c
1 year ago
version 1
daedbaae
1 year ago
master (base)
and
latest version
latest version
efd38260
1 commit,
1 year ago
version 3
dc8eca92
1 commit,
1 year ago
version 2
9c99380c
1 commit,
1 year ago
version 1
daedbaae
1 commit,
1 year ago
7 files
+
11
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
tests/fork/test.T
+
1
−
1
Options
setTestOpts
([
omit_ways
(
['
ghci
',
'
threaded2
']),
when
(
fast
(),
skip
),
js_skip
])
setTestOpts
([
omit_ways
(
ghci
_ways
+
[
'
threaded2
']),
when
(
fast
(),
skip
),
js_skip
])
hpc_prefix
=
"
perl hpcrun.pl --clear --exeext={exeext} --hpc={hpc}
"
Loading