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
6e5aa9e4
Commit
6e5aa9e4
authored
Jan 16, 2012
by
Simon Marlow
Browse files
Expect failure for numrun012(ghci) on Windows
parent
58759ba3
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/numeric/should_run/all.T
View file @
6e5aa9e4
...
...
@@ -35,7 +35,12 @@ test('arith015', normal, compile_and_run, [''])
test
('
numrun009
',
normal
,
compile_and_run
,
[''])
test
('
numrun010
',
normal
,
compile_and_run
,
[''])
test
('
numrun011
',
normal
,
compile_and_run
,
[''])
test
('
numrun012
',
normal
,
compile_and_run
,
[''])
test
('
numrun012
',
if_os
('
mingw32
',
expect_fail_for
('
ghci
')),
# on Windows, GHCi says that "logBase 2 (2^31)" is "31.0", but
# other platforms (and compiled on Windows) reports 31.000000000000004
# I have no idea where the discrepancy comes from. --SDM
compile_and_run
,
[''])
test
('
numrun013
',
normal
,
compile_and_run
,
[''])
test
('
numrun014
',
normal
,
compile_and_run
,
[''])
test
('
arith016
',
compose
(
normal
,
only_compiler_types
(['
ghc
'])),
compile_and_run
,
[''])
...
...
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