Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
46791dbe
Commit
46791dbe
authored
Oct 28, 2008
by
Ian Lynagh
Browse files
Skip qq005(hpc) in the 6.10 branch; trac
#1779
parent
c9e3be76
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/quasiquotation/qq005/test.T
View file @
46791dbe
...
...
@@ -6,6 +6,10 @@ test('qq005',
# profiling ways, due to the TH use, so for now we just
# omit the profiling ways
omit_ways
(['
profc
','
profasm
','
profthreaded
']),
# Omit the hpc way for 6.10 due to #1779
# Unfortunately this requires repeating the prof ways again
if_compiler_lt
('
ghc
',
'
6.11
',
omit_ways
(['
hpc
','
profc
','
profasm
','
profthreaded
'])),
extra_clean
(['
Expr.hi
',
'
Expr.o
',
'
Main.hi
',
'
Main.o
'])],
multimod_compile_and_run
,
['
Main
',
''])
Write
Preview
Supports
Markdown
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