Skip to content
GitLab
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
b8142222
Commit
b8142222
authored
Feb 28, 2007
by
Simon Marlow
Browse files
prof001 & prof002 are not broken now
parent
24cb5d26
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/profiling/should_compile/all.T
View file @
b8142222
# We need to run prof001 and prof002 the normal way, as the extra flags
# added for the profiling ways makes it pass
test
('
prof001
',
compose
(
expect_broken
(
249
),
only_ways
(['
normal
'])
)
,
compile
,
['
-prof -caf-all
'])
test
('
prof002
',
compose
(
expect_broken
(
249
),
only_ways
(['
normal
'])
)
,
compile
,
['
-prof -caf-all
'])
test
('
prof001
',
only_ways
(['
normal
']),
compile
,
['
-prof -caf-all
'])
test
('
prof002
',
only_ways
(['
normal
']),
compile
,
['
-prof -caf-all
'])
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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