Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
1e77e5bc
Commit
1e77e5bc
authored
Feb 05, 2011
by
Ian Lynagh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the haskell98 dependency from the codeGen/should_run tests
parent
8357812b
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
testsuite/tests/ghc-regress/codeGen/should_run/3207.hs
testsuite/tests/ghc-regress/codeGen/should_run/3207.hs
+1
-1
testsuite/tests/ghc-regress/codeGen/should_run/cgrun034.hs
testsuite/tests/ghc-regress/codeGen/should_run/cgrun034.hs
+1
-1
testsuite/tests/ghc-regress/codeGen/should_run/cgrun046.hs
testsuite/tests/ghc-regress/codeGen/should_run/cgrun046.hs
+1
-1
testsuite/tests/ghc-regress/codeGen/should_run/cgrun047.hs
testsuite/tests/ghc-regress/codeGen/should_run/cgrun047.hs
+1
-1
testsuite/tests/ghc-regress/codeGen/should_run/cgrun055.hs
testsuite/tests/ghc-regress/codeGen/should_run/cgrun055.hs
+1
-1
testsuite/tests/ghc-regress/codeGen/should_run/cgrun059.hs
testsuite/tests/ghc-regress/codeGen/should_run/cgrun059.hs
+1
-1
No files found.
testsuite/tests/ghc-regress/codeGen/should_run/3207.hs
View file @
1e77e5bc
...
...
@@ -3,7 +3,7 @@ module Main where
import
Control.Monad.ST.Lazy
import
Data.STRef.Lazy
import
Data.Array.ST
import
Int
import
Data.
Int
import
Debug.Trace
data
Refs
s
=
Refs
...
...
testsuite/tests/ghc-regress/codeGen/should_run/cgrun034.hs
View file @
1e77e5bc
-- !! fromRational woes
import
Ratio
-- 1.3
import
Data.
Ratio
-- 1.3
main
=
putStr
(
shows
tinyFloat
(
'
\n
'
...
...
testsuite/tests/ghc-regress/codeGen/should_run/cgrun046.hs
View file @
1e77e5bc
module
Main
where
import
IO
import
System.
IO
-- !!! CAF space leaks
...
...
testsuite/tests/ghc-regress/codeGen/should_run/cgrun047.hs
View file @
1e77e5bc
...
...
@@ -6,7 +6,7 @@ module Main where
-- specified. Through a process of elimination I've managed to reproduce
-- the problemin the following (much simpler) piece of code:
import
List
import
Data.
List
test
es
=
concat
(
groupBy
eq
(
zip
[
0
..
(
length
es
)
-
1
]
es
))
...
...
testsuite/tests/ghc-regress/codeGen/should_run/cgrun055.hs
View file @
1e77e5bc
...
...
@@ -3,7 +3,7 @@
module
Main
where
import
System
(
getArgs
)
import
System
.Environment
(
getArgs
)
-- NOTE: When if you remove Eight (or any other constructor) everything works
-- Having at least 9 constructors has something to do with the bug
...
...
testsuite/tests/ghc-regress/codeGen/should_run/cgrun059.hs
View file @
1e77e5bc
...
...
@@ -2,7 +2,7 @@
module
Main
where
import
Directory
import
System.
Directory
data
Error
=
ErrorFileNone
...
...
Write
Preview
Markdown
is supported
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