[commit: testsuite] master: New and improved tests for #5435. Linux only at the moment. (3c313be)
git at git.haskell.org
git at git.haskell.org
Tue Sep 17 02:18:35 CEST 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/3c313be6aeacda3c704c114e3477083bad7432a1/testsuite
>---------------------------------------------------------------
commit 3c313be6aeacda3c704c114e3477083bad7432a1
Author: Edward Z. Yang <ezyang at mit.edu>
Date: Mon Sep 16 17:05:10 2013 -0700
New and improved tests for #5435. Linux only at the moment.
Added a new test Makefile variable $(dllext), which is
instantiated to .dll or .so or .dylib depending on your platform.
Signed-off-by: Edward Z. Yang <ezyang at mit.edu>
>---------------------------------------------------------------
3c313be6aeacda3c704c114e3477083bad7432a1
mk/test.mk | 8 +++
tests/rts/Makefile | 59 ++++++++++++--------
tests/rts/T5435.hs | 30 +++++++++-
tests/rts/T5435_asm.c | 35 ++++++++++++
tests/rts/T5435_dyn_asm.stdout | 5 ++
.../rts/{T5435_dyn.stdout => T5435_dyn_gcc.stdout} | 0
tests/rts/{T5435.c => T5435_gcc.c} | 2 +-
tests/rts/T5435_v_asm.stdout | 5 ++
tests/rts/{T5435_v.stdout => T5435_v_gcc.stdout} | 0
tests/rts/all.T | 19 ++-----
10 files changed, 124 insertions(+), 39 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 3c313be6aeacda3c704c114e3477083bad7432a1
More information about the ghc-commits
mailing list