Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
61e09794
Commit
61e09794
authored
Oct 01, 2013
by
rwbarton
Committed by
Austin Seipp
Oct 01, 2013
Browse files
Skip integerGmpInternals in ghci (no unboxed tuples)
Issue #8393 Signed-off-by:
Austin Seipp
<
austin@well-typed.com
>
parent
1e412574
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/lib/integer/all.T
View file @
61e09794
test
('
integerBits
',
normal
,
compile_and_run
,
[''])
test
('
integerConversions
',
normal
,
compile_and_run
,
[''])
test
('
integerGmpInternals
',
reqlib
('
integer-gmp
'),
compile_and_run
,
[''])
# skip ghci as it doesn't support unboxed tuples
test
('
integerGmpInternals
',
[
reqlib
('
integer-gmp
'),
omit_ways
('
ghci
')],
compile_and_run
,
[''])
test
('
integerConstantFolding
',
extra_clean
(['
integerConstantFolding.simpl
']),
run_command
,
...
...
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