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
edb2c544
Commit
edb2c544
authored
Jul 04, 2015
by
thomie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Hugs specific test setups (omit_compiler_type)
parent
75de6131
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
3 additions
and
13 deletions
+3
-13
testsuite/tests/programs/andre_monad/test.T
testsuite/tests/programs/andre_monad/test.T
+1
-2
testsuite/tests/programs/barton-mangler-bug/test.T
testsuite/tests/programs/barton-mangler-bug/test.T
+0
-3
testsuite/tests/programs/galois_raytrace/test.T
testsuite/tests/programs/galois_raytrace/test.T
+0
-2
testsuite/tests/programs/jules_xref/test.T
testsuite/tests/programs/jules_xref/test.T
+1
-2
testsuite/tests/programs/life_space_leak/test.T
testsuite/tests/programs/life_space_leak/test.T
+0
-1
testsuite/tests/programs/seward-space-leak/test.T
testsuite/tests/programs/seward-space-leak/test.T
+0
-2
testsuite/tests/typecheck/should_compile/all.T
testsuite/tests/typecheck/should_compile/all.T
+1
-1
No files found.
testsuite/tests/programs/andre_monad/test.T
View file @
edb2c544
# exhausts Hugs's heap (CAF leak)
test
('
andre_monad
',
[
when
(
fast
(),
skip
),
extra_clean
(['
Main.hi
',
'
Main.o
']),
omit_compiler_types
(['
hugs
'])
],
],
multimod_compile_and_run
,
['
Main
',
''])
testsuite/tests/programs/barton-mangler-bug/test.T
View file @
edb2c544
# Exhausts Hugs's heap (CAF leak)
test
('
barton-mangler-bug
',
[
when
(
fast
(),
skip
),
extra_clean
(['
Basic.hi
',
'
Basic.o
',
...
...
@@ -9,7 +7,6 @@ test('barton-mangler-bug',
'
Plot.hi
',
'
Plot.o
',
'
PlotExample.hi
',
'
PlotExample.o
',
'
TypesettingTricks.hi
',
'
TypesettingTricks.o
']),
omit_compiler_types
(['
hugs
']),
omit_ways
('
debug
')
# Fails for debug way due to annotation linting timeout
],
multimod_compile_and_run
,
['
Main
',
''])
...
...
testsuite/tests/programs/galois_raytrace/test.T
View file @
edb2c544
setTestOpts
(
omit_compiler_types
(['
hugs
']))
# takes much too long
# Floating point differences on x86 using the NCG
if
config
.
platform
.
startswith
('
i386-
')
and
\
config
.
platform
!=
'
i386-unknown-openbsd
':
...
...
testsuite/tests/programs/jules_xref/test.T
View file @
edb2c544
# exhausts Hugs's heap
test
('
jules_xref
',
[
when
(
fast
(),
skip
),
extra_clean
(['
Main.hi
',
'
Main.o
']),
omit_compiler_types
(['
hugs
'])
],
],
multimod_compile_and_run
,
['
Main
',
''])
testsuite/tests/programs/life_space_leak/test.T
View file @
edb2c544
# exhausts Hugs's heap (CAF leak)
test
('
life_space_leak
',
[
when
(
fast
(),
skip
),
extra_clean
(['
Main.hi
',
'
Main.o
'])],
...
...
testsuite/tests/programs/seward-space-leak/test.T
View file @
edb2c544
setTestOpts
(
omit_compiler_types
(['
hugs
']))
# takes much too long
test
('
seward-space-leak
',
[
when
(
fast
(),
skip
),
extra_clean
(['
Main.hi
',
'
Main.o
'])],
multimod_compile_and_run
,
...
...
testsuite/tests/typecheck/should_compile/all.T
View file @
edb2c544
...
...
@@ -144,7 +144,7 @@ test('tc140', normal, compile, [''])
test
('
tc141
',
normal
,
compile_fail
,
[''])
test
('
tc142
',
normal
,
compile
,
[''])
test
('
tc143
',
normal
,
compile
,
[''])
test
('
tc144
',
omit_compiler_types
(['
hugs
'])
,
compile
,
[''])
# Hugs loops
test
('
tc144
',
normal
,
compile
,
[''])
test
('
tc145
',
normal
,
compile
,
[''])
test
('
tc146
',
normal
,
compile
,
[''])
test
('
tc147
',
normal
,
compile
,
[''])
...
...
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