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
83d56696
Commit
83d56696
authored
Mar 18, 2009
by
Simon Marlow
Browse files
Enable all these tests for validate
parent
03e02fba
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/numeric/should_run/all.T
View file @
83d56696
...
...
@@ -3,15 +3,13 @@
# extra run flags
# expected process return value, if not zero
# In fast mode, we do arith003 and arith011 only.
test
('
arith001
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
arith002
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
arith001
',
normal
,
compile_and_run
,
[''])
test
('
arith002
',
normal
,
compile_and_run
,
[''])
test
('
arith003
',
normal
,
compile_and_run
,
[''])
test
('
arith004
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
arith005
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
arith006
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
arith007
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
arith004
',
normal
,
compile_and_run
,
[''])
test
('
arith005
',
normal
,
compile_and_run
,
[''])
test
('
arith006
',
normal
,
compile_and_run
,
[''])
test
('
arith007
',
normal
,
compile_and_run
,
[''])
# This test generates slightly different results with the NCG on x86,
# because of the extra precision when floating point computations are
...
...
@@ -21,10 +19,10 @@ if config.platform.startswith('i386-'):
else
:
ways
=
normal
test
('
arith008
',
compose
(
skip_if_fast
,
ways
),
compile_and_run
,
[''])
test
('
arith008
',
compose
(
normal
,
ways
),
compile_and_run
,
[''])
test
('
arith009
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
arith010
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
arith009
',
normal
,
compile_and_run
,
[''])
test
('
arith010
',
normal
,
compile_and_run
,
[''])
test
('
arith011
',
normal
,
compile_and_run
,
[''])
if
config
.
platform
.
startswith
('
i386-
'):
...
...
@@ -32,21 +30,21 @@ if config.platform.startswith('i386-'):
else
:
ways
=
normal
test
('
arith012
',
compose
(
skip_if_fast
,
ways
),
compile_and_run
,
[''])
test
('
arith013
',
compose
(
skip_if_fast
,
only_compiler_types
(['
ghc
'])),
compile_and_run
,
[''])
test
('
arith014
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
arith015
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
num009
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
num010
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
num011
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
num012
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
num013
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
num014
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
arith016
',
compose
(
skip_if_fast
,
only_compiler_types
(['
ghc
'])),
compile_and_run
,
['
-fglasgow-exts
'])
test
('
arith017
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
arith018
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
arith019
',
skip_if_fast
,
compile_and_run
,
[''])
test
('
expfloat
',
skip_if_fast
,
compile_and_run
,
['
-fglasgow-exts
'])
test
('
arith012
',
compose
(
normal
,
ways
),
compile_and_run
,
[''])
test
('
arith013
',
compose
(
normal
,
only_compiler_types
(['
ghc
'])),
compile_and_run
,
[''])
test
('
arith014
',
normal
,
compile_and_run
,
[''])
test
('
arith015
',
normal
,
compile_and_run
,
[''])
test
('
num009
',
normal
,
compile_and_run
,
[''])
test
('
num010
',
normal
,
compile_and_run
,
[''])
test
('
num011
',
normal
,
compile_and_run
,
[''])
test
('
num012
',
normal
,
compile_and_run
,
[''])
test
('
num013
',
normal
,
compile_and_run
,
[''])
test
('
num014
',
normal
,
compile_and_run
,
[''])
test
('
arith016
',
compose
(
normal
,
only_compiler_types
(['
ghc
'])),
compile_and_run
,
['
-fglasgow-exts
'])
test
('
arith017
',
normal
,
compile_and_run
,
[''])
test
('
arith018
',
normal
,
compile_and_run
,
[''])
test
('
arith019
',
normal
,
compile_and_run
,
[''])
test
('
expfloat
',
normal
,
compile_and_run
,
['
-fglasgow-exts
'])
test
('
1603
',
skip
,
compile_and_run
,
['
-fglasgow-exts
'])
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