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
c8d438fb
Commit
c8d438fb
authored
Sep 12, 2015
by
thomie
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Testsuite: mark T6037 expect_fail on Windows (
#6037
)
parent
08af42fd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
testsuite/tests/driver/Makefile
testsuite/tests/driver/Makefile
+2
-2
testsuite/tests/driver/all.T
testsuite/tests/driver/all.T
+4
-1
No files found.
testsuite/tests/driver/Makefile
View file @
c8d438fb
...
...
@@ -551,8 +551,8 @@ T7563:
-
"
$(TEST_HC)
"
$(TEST_HC_OPTS_NO_RECOMP)
-C
T7563.hs
# Below we set LC_ALL=C to request standard ASCII output in the resulting error
# messages. Unfortunately, Mac OS X still use
s
a Unicode encoding
even with
# LC_ALL=C, so we expect these tests to fail there.
# messages. Unfortunately, Mac OS X
and Windows
still use a Unicode encoding
#
even with
LC_ALL=C, so we expect these tests to fail there.
.PHONY
:
T6037
T6037
:
...
...
testsuite/tests/driver/all.T
View file @
c8d438fb
...
...
@@ -382,7 +382,10 @@ test('T7060',
test
('
T7130
',
normal
,
compile_fail
,
['
-fflul-laziness
'])
test
('
T7563
',
when
(
unregisterised
(),
skip
),
run_command
,
['
$MAKE -s --no-print-directory T7563
'])
test
('
T6037
',
normal
,
run_command
,
test
('
T6037
',
# The testsuite doesn't know how to set a non-Unicode locale on Windows or Mac OS X
[
when
(
opsys
('
mingw32
'),
expect_fail
),
when
(
opsys
('
darwin
'),
expect_fail
)],
run_command
,
['
$MAKE -s --no-print-directory T6037
'])
test
('
T2507
',
# The testsuite doesn't know how to set a non-Unicode locale on Windows or Mac OS X
...
...
erikd
@trac-erikd
mentioned in issue
#7830 (closed)
·
Apr 12, 2013
mentioned in issue
#7830 (closed)
mentioned in issue #7830
Toggle commit list
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