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
367
Merge Requests
367
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
f3557452
Commit
f3557452
authored
Nov 29, 2009
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make more cabal tests run 'alone'
parent
6ba2f7ad
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
testsuite/tests/ghc-regress/cabal/cabal01/all.T
testsuite/tests/ghc-regress/cabal/cabal01/all.T
+1
-1
testsuite/tests/ghc-regress/cabal/cabal02/all.T
testsuite/tests/ghc-regress/cabal/cabal02/all.T
+2
-1
testsuite/tests/ghc-regress/cabal/cabal03/all.T
testsuite/tests/ghc-regress/cabal/cabal03/all.T
+1
-1
testsuite/tests/ghc-regress/cabal/cabal04/all.T
testsuite/tests/ghc-regress/cabal/cabal04/all.T
+1
-1
No files found.
testsuite/tests/ghc-regress/cabal/cabal01/all.T
View file @
f3557452
...
...
@@ -11,6 +11,6 @@ else:
cleanup
=
''
test
('
cabal01
',
normal
,
alone
,
run_command
,
['
$MAKE -s --no-print-directory cabal01 PROF=
'
+
prof
+
'
'
+
cleanup
])
testsuite/tests/ghc-regress/cabal/cabal02/all.T
View file @
f3557452
# cabal-setup isn't in the GHC tree any more; this test should probably
# be moved to the cabal-setup package.
test
('
cabal02
',
[
skip
,
[
alone
,
skip
,
skip_if_fast
,
if_platform
('
i386-unknown-mingw32
',
expect_broken
(
1196
))],
run_command
,
...
...
testsuite/tests/ghc-regress/cabal/cabal03/all.T
View file @
f3557452
...
...
@@ -4,6 +4,6 @@ else:
cleanup
=
''
test
('
cabal03
',
normal
,
alone
,
run_command
,
['
$MAKE -s --no-print-directory cabal03
'
+
cleanup
])
testsuite/tests/ghc-regress/cabal/cabal04/all.T
View file @
f3557452
...
...
@@ -16,6 +16,6 @@ else:
cleanup
=
''
test
('
cabal04
',
normal
,
alone
,
run_command
,
['
$MAKE -s --no-print-directory cabal04 PROF=
'
+
prof
+
'
DYN=
'
+
dyn
+
'
'
+
cleanup
])
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