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
a5f0aab0
Commit
a5f0aab0
authored
Dec 09, 2019
by
Ben Gamari
🐢
Committed by
Marge Bot
Dec 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testsuite: Mark T10272 as broken on ARMv7
Due to #17556.
parent
85e5696d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
testsuite/tests/hsc2hs/all.T
testsuite/tests/hsc2hs/all.T
+4
-3
No files found.
testsuite/tests/hsc2hs/all.T
View file @
a5f0aab0
...
...
@@ -10,9 +10,10 @@ test('hsc2hs004', [], makefile_test, [])
test
('
T3837
',
[]
,
makefile_test
,
[]
)
test
('
T4340
',
[]
,
makefile_test
,
[]
)
test
('
T10272
',
[]
,
makefile_test
,
[]
)
# These are broken on CI (and potentially elsewhere) since we
# are building ARMv7 # binaries on an AArch64 machine.
test
('
T4340
',
when
(
arch
('
arm
'),
expect_broken
(
17556
)),
makefile_test
,
[]
)
test
('
T10272
',
when
(
arch
('
arm
'),
expect_broken
(
17556
)),
makefile_test
,
[]
)
test
('
T11004
',
[]
,
makefile_test
,
[]
)
...
...
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