Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
cef90d5b
Commit
cef90d5b
authored
Sep 14, 2013
by
Edward Z. Yang
Browse files
Suppress some known errors from Mac OS X.
Signed-off-by:
Edward Z. Yang
<
ezyang@mit.edu
>
parent
35db0b3d
Changes
4
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/codeGen/should_run/all.T
View file @
cef90d5b
...
...
@@ -75,7 +75,7 @@ test('cgrun068', reqlib('random'), compile_and_run, [''])
test
('
cgrun069
',
omit_ways
(['
ghci
']),
multi_compile_and_run
,
['
cgrun069
',
[('
cgrun069_cmm.cmm
',
'')],
''])
test
('
cgrun070
',
normal
,
compile_and_run
,
[''])
test
('
cgrun071
',
normal
,
compile_and_run
,
[''])
test
('
cgrun071
',
when
(
opsys
('
darwin
'),
expect_broken
(
7684
))
,
compile_and_run
,
[''])
test
('
cgrun072
',
normal
,
compile_and_run
,
[''])
test
('
T1852
',
normal
,
compile_and_run
,
[''])
...
...
testsuite/tests/driver/all.T
View file @
cef90d5b
...
...
@@ -383,8 +383,8 @@ test('T7563', when(unregisterised(), skip), run_command,
test
('
T6037
',
expect_broken
(
6037
),
run_command
,
['
$MAKE -s --no-print-directory T6037
'])
test
('
T2507
',
# The testsuite doesn't know how to set a non-Unicode locale on Windows
when
(
opsys
('
mingw32
'),
expect_fail
),
# 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
(
2507
))],
run_command
,
['
$MAKE -s --no-print-directory T2507
'])
...
...
testsuite/tests/ghc-api/T7478/all.T
View file @
cef90d5b
test
('
T7478
',
extra_clean
(['
A
','
A.exe
','
B.o
','
B.hi
','
C.o
','
C.hi
']),
run_command
,
['
$MAKE -s --no-print-directory T7478
'])
test
('
T7478
',
[
extra_clean
(['
A
','
A.exe
','
B.o
','
B.hi
','
C.o
','
C.hi
']),
when
(
opsys
('
darwin
'),
expect_broken
(
8294
))],
run_command
,
['
$MAKE -s --no-print-directory T7478
'])
testsuite/tests/rts/all.T
View file @
cef90d5b
...
...
@@ -192,7 +192,7 @@ test('T7919', [extra_clean(['T7919A.o','T7919A.hi',
test
('
T8035
',
normal
,
compile_and_run
,
[''])
test
('
linker_unload
',
[
extra_clean
(['
Test.o
','
Test.hi
',
'
linker_unload
'])
],
[
extra_clean
(['
Test.o
','
Test.hi
',
'
linker_unload
'])
,
when
(
opsys
('
mingw32
'),
expect_broken
(
8292
)),
expect_broken
(
8291
)
],
run_command
,
['
$MAKE -s --no-print-directory linker_unload
'])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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