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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
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
Alex D
GHC
Commits
c7b4f366
Commit
c7b4f366
authored
Dec 19, 2009
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some more clean_cmd's
parent
db3898d0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
testsuite/tests/ghc-regress/module/mod175/all.T
testsuite/tests/ghc-regress/module/mod175/all.T
+5
-1
testsuite/tests/ghc-regress/th/TH_recompile/all.T
testsuite/tests/ghc-regress/th/TH_recompile/all.T
+5
-4
No files found.
testsuite/tests/ghc-regress/module/mod175/all.T
View file @
c7b4f366
setTestOpts
(
only_compiler_types
(['
ghc
']))
test
('
mod175
',
expect_broken
(
437
),
run_command
,
['
$MAKE -s mod175
'])
test
('
mod175
',
[
expect_broken
(
437
),
clean_cmd
('
$MAKE -s clean
')],
run_command
,
['
$MAKE -s mod175
'])
if
default_testopts
.
cleanup
!=
'':
runCmd
('
$MAKE -C
'
+
in_testdir
('')
+
'
clean
')
...
...
testsuite/tests/ghc-regress/th/TH_recompile/all.T
View file @
c7b4f366
...
...
@@ -7,8 +7,9 @@ setTestOpts(f)
setTestOpts
(
only_compiler_types
(['
ghc
']))
setTestOpts
(
only_ways
(['
normal
']));
test
('
TH_recompile
',
expect_broken
(
481
),
run_command
,
['
$MAKE -s TH_recompile
'])
if
default_testopts
.
cleanup
!=
'':
runCmd
('
$MAKE -C
'
+
in_testdir
('')
+
'
clean
')
test
('
TH_recompile
',
[
expect_broken
(
481
),
clean_cmd
('
$MAKE -s clean
')],
run_command
,
['
$MAKE -s TH_recompile
'])
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