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
9897440e
Commit
9897440e
authored
Jun 17, 2018
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testsuite: Mark print022 as broken on 32-bit platforms
Due to
#15061
.
parent
749bc1a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
testsuite/tests/ghci.debugger/scripts/all.T
testsuite/tests/ghci.debugger/scripts/all.T
+4
-2
No files found.
testsuite/tests/ghci.debugger/scripts/all.T
View file @
9897440e
...
...
@@ -21,8 +21,10 @@ test('print018', extra_files(['../Test.hs']), ghci_script, ['print018.script'])
test
('
print019
',
extra_files
(['
../Test.hs
']),
ghci_script
,
['
print019.script
'])
test
('
print020
',
extra_files
(['
../HappyTest.hs
']),
ghci_script
,
['
print020.script
'])
test
('
print021
',
normal
,
ghci_script
,
['
print021.script
'])
test
('
print022
',
when
(
arch
('
powerpc64
'),
expect_broken
(
14455
)),
ghci_script
,
['
print022.script
'])
test
('
print022
',
[
when
(
arch
('
powerpc64
'),
expect_broken
(
14455
)),
when
(
wordsize
(
32
),
expect_broken
(
15061
))],
ghci_script
,
['
print022.script
'])
test
('
print023
',
extra_files
(['
../Test.hs
']),
ghci_script
,
['
print023.script
'])
test
('
print024
',
extra_files
(['
../Test.hs
']),
ghci_script
,
['
print024.script
'])
test
('
print025
',
normal
,
ghci_script
,
['
print025.script
'])
...
...
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