[commit: ghc] master: Add proper expected output for T5435_dyn_asm on Darwin (659ec2c)
git at git.haskell.org
git at git.haskell.org
Wed Dec 10 07:57:33 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/659ec2ce347d8d612dfde4eec88a04de71e2bc15/ghc
>---------------------------------------------------------------
commit 659ec2ce347d8d612dfde4eec88a04de71e2bc15
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Tue Dec 9 23:58:04 2014 -0800
Add proper expected output for T5435_dyn_asm on Darwin
Summary: Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
Test Plan: validate
Reviewers: austin
Subscribers: carter, thomie
Differential Revision: https://phabricator.haskell.org/D565
>---------------------------------------------------------------
659ec2ce347d8d612dfde4eec88a04de71e2bc15
testsuite/tests/rts/all.T | 2 ++
1 file changed, 2 insertions(+)
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index b997a57..89f1da8 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -142,6 +142,8 @@ def checkDynAsm(actual_file, normaliser):
elif actual == ['ctors1', 'ctors2', 'initArray1', 'initArray2', 'success']:
if_verbose(1, 'T5435_dyn_asm detected old-style dlopen, see #8458')
return 1
+ elif opsys('darwin') and actual == ['modInitFunc1', 'modInitFunc2', 'success']:
+ return 1
elif opsys('mingw32') and actual == ['ctors1', 'ctors2', 'success']:
return 1
else:
More information about the ghc-commits
mailing list