[Git][ghc/ghc][wip/angerman/cross-test-suite] :fire:
Moritz Angermann
gitlab at gitlab.haskell.org
Fri Aug 7 06:32:53 UTC 2020
Moritz Angermann pushed to branch wip/angerman/cross-test-suite at Glasgow Haskell Compiler / GHC
Commits:
d14ac10b by Moritz Angermann at 2020-08-07T14:32:34+08:00
:fire:
- - - - -
2 changed files:
- testsuite/tests/rts/T1791/all.T
- testsuite/tests/rts/T9579/all.T
Changes:
=====================================
testsuite/tests/rts/T1791/all.T
=====================================
@@ -1,4 +1,4 @@
test('T1791',
[ exit_code(0), extra_clean(['T1791.hi', 'T1791']) ],
run_command,
- ['''"$MAKE" -s --no-print-directory T1791 >/dev/null && "$TEST_WRAPPER" ./T1791 +RTS -M8M'''])
+ ['''"$MAKE" -s --no-print-directory T1791 >/dev/null && $_TEST_WRAPPER ./T1791 +RTS -M8M'''])
=====================================
testsuite/tests/rts/T9579/all.T
=====================================
@@ -10,7 +10,7 @@ def T9579_run_test(binName, expExitCode):
# 4. replace actual number with NUM
testCommandTemplate = """
$MAKE -s --no-print-directory T9579_{binName} \
- && ( ( "$TEST_WRAPPER" ./T9579_{binName} 2>&1; echo $?) \
+ && ( ( $_TEST_WRAPPER ./T9579_{binName} 2>&1; echo $?) \
| sed -e 's/[0-9]* bytes/NUM bytes/g' ) \
"""
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d14ac10bb3d5e09c1cae67a921ea0304bc08ff90
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d14ac10bb3d5e09c1cae67a921ea0304bc08ff90
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200807/f91c957e/attachment-0001.html>
More information about the ghc-commits
mailing list