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
1e6827c6
Commit
1e6827c6
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 T13825-debugger as broken on ARMv7
Due to
#17557
.
parent
a5f0aab0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
testsuite/tests/ghci.debugger/scripts/all.T
testsuite/tests/ghci.debugger/scripts/all.T
+3
-1
No files found.
testsuite/tests/ghci.debugger/scripts/all.T
View file @
1e6827c6
...
...
@@ -109,7 +109,9 @@ test('T7386', normal, ghci_script, ['T7386.script'])
test
('
T8487
',
normal
,
ghci_script
,
['
T8487.script
'])
test
('
T8557
',
normal
,
ghci_script
,
['
T8557.script
'])
test
('
T12458
',
normal
,
ghci_script
,
['
T12458.script
'])
test
('
T13825-debugger
',
when
(
arch
('
powerpc64
'),
expect_broken
(
14455
)),
test
('
T13825-debugger
',
[
when
(
arch
('
powerpc64
'),
expect_broken
(
14455
)),
when
(
arch
('
arm
'),
fragile_for
(
17557
,
['
ghci-ext
']))],
ghci_script
,
['
T13825-debugger.script
'])
test
('
T14690
',
normal
,
ghci_script
,
['
T14690.script
'])
test
('
T16700
',
normal
,
ghci_script
,
['
T16700.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