[commit: ghc] master: Mark static001 as failing (cd3e345)
git at git.haskell.org
git at git.haskell.org
Tue Jan 14 09:47:14 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/cd3e3455d4c5307ab4f089209181d7c8e457173d/ghc
>---------------------------------------------------------------
commit cd3e3455d4c5307ab4f089209181d7c8e457173d
Author: Austin Seipp <austin at well-typed.com>
Date: Mon Jan 13 08:40:28 2014 -0600
Mark static001 as failing
Right now the stderr output doesn't match because we don't suppress some
libtool errors, but these seem to be benign. In the mean time, just mark
the text failing (soon to be marked expect_broken)
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
cd3e3455d4c5307ab4f089209181d7c8e457173d
testsuite/tests/driver/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/driver/all.T b/testsuite/tests/driver/all.T
index 622aafd..aa4bc9b 100644
--- a/testsuite/tests/driver/all.T
+++ b/testsuite/tests/driver/all.T
@@ -312,7 +312,7 @@ else:
only_darwin = skip
test('static001',
- [only_darwin,
+ [only_darwin, expect_fail,
extra_clean(['Static001.hi', 'Static001.o', 'liba.a', 'Static001_stub.h', 'Static001_stub.o'])],
run_command,
['$MAKE -s --no-print-directory static001'])
More information about the ghc-commits
mailing list