[commit: ghc] wip/erikd/remove-nat: Add test T12009 (1d95cc7)

git at git.haskell.org git at git.haskell.org
Wed May 4 10:21:42 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/erikd/remove-nat
Link       : http://ghc.haskell.org/trac/ghc/changeset/1d95cc751b96cbd6df74d3bdf6df9c89fd076d5a/ghc

>---------------------------------------------------------------

commit 1d95cc751b96cbd6df74d3bdf6df9c89fd076d5a
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date:   Wed May 4 15:39:27 2016 +1000

    Add test T12009


>---------------------------------------------------------------

1d95cc751b96cbd6df74d3bdf6df9c89fd076d5a
 testsuite/tests/profiling/should_run/{T11978a.hs => T12009.hs}        | 0
 .../should_run/T5594.stdout => profiling/should_run/T12009.stdout}    | 0
 testsuite/tests/profiling/should_run/all.T                            | 4 ++++
 3 files changed, 4 insertions(+)

diff --git a/testsuite/tests/profiling/should_run/T11978a.hs b/testsuite/tests/profiling/should_run/T12009.hs
similarity index 100%
copy from testsuite/tests/profiling/should_run/T11978a.hs
copy to testsuite/tests/profiling/should_run/T12009.hs
diff --git a/testsuite/tests/ffi/should_run/T5594.stdout b/testsuite/tests/profiling/should_run/T12009.stdout
similarity index 100%
copy from testsuite/tests/ffi/should_run/T5594.stdout
copy to testsuite/tests/profiling/should_run/T12009.stdout
diff --git a/testsuite/tests/profiling/should_run/all.T b/testsuite/tests/profiling/should_run/all.T
index 8c1ada9..4331ece 100644
--- a/testsuite/tests/profiling/should_run/all.T
+++ b/testsuite/tests/profiling/should_run/all.T
@@ -114,3 +114,7 @@ test('T11978a',
 test('T11978b',
      [only_ways(['profthrdebug']), extra_run_opts('+RTS -hb -N10')],
      compile_and_run, [''])
+
+test('T12009',
+     [only_ways(['profthrdebug']), extra_run_opts('+RTS -hb -DS -N1')],
+     compile_and_run, [''])



More information about the ghc-commits mailing list