From e24f638158f96f80e476000cd7ce8555987d84f2 Mon Sep 17 00:00:00 2001 From: Dave Laing Date: Mon, 30 Mar 2015 09:21:13 +0200 Subject: Renames some files to help with validation cleanup (#10212) Test Plan: validate twice Reviewed by: thomie Differential Revision: https://phabricator.haskell.org/D771 --- testsuite/tests/hpc/.hpc.T10138/Main.mix | 1 - testsuite/tests/hpc/.keepme.hpc.T10138/Main.mix | 1 + testsuite/tests/hpc/T10138.keepme.tix | 1 + testsuite/tests/hpc/T10138.tix | 1 - testsuite/tests/hpc/all.T | 2 +- 5 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 testsuite/tests/hpc/.hpc.T10138/Main.mix create mode 100644 testsuite/tests/hpc/.keepme.hpc.T10138/Main.mix create mode 100644 testsuite/tests/hpc/T10138.keepme.tix delete mode 100644 testsuite/tests/hpc/T10138.tix diff --git a/testsuite/tests/hpc/.hpc.T10138/Main.mix b/testsuite/tests/hpc/.hpc.T10138/Main.mix deleted file mode 100644 index 26611fef24..0000000000 --- a/testsuite/tests/hpc/.hpc.T10138/Main.mix +++ /dev/null @@ -1 +0,0 @@ -Mix "T10138.hs" 2015-03-09 18:22:16.403500034 UTC 2143033233 8 [(1:15-1:16,ExpBox False),(1:8-1:16,ExpBox False),(1:1-1:16,TopLevelBox ["main"])] diff --git a/testsuite/tests/hpc/.keepme.hpc.T10138/Main.mix b/testsuite/tests/hpc/.keepme.hpc.T10138/Main.mix new file mode 100644 index 0000000000..26611fef24 --- /dev/null +++ b/testsuite/tests/hpc/.keepme.hpc.T10138/Main.mix @@ -0,0 +1 @@ +Mix "T10138.hs" 2015-03-09 18:22:16.403500034 UTC 2143033233 8 [(1:15-1:16,ExpBox False),(1:8-1:16,ExpBox False),(1:1-1:16,TopLevelBox ["main"])] diff --git a/testsuite/tests/hpc/T10138.keepme.tix b/testsuite/tests/hpc/T10138.keepme.tix new file mode 100644 index 0000000000..f348f7089e --- /dev/null +++ b/testsuite/tests/hpc/T10138.keepme.tix @@ -0,0 +1 @@ +Tix [ TixModule "Main" 2143033233 3 [0,1,1]] diff --git a/testsuite/tests/hpc/T10138.tix b/testsuite/tests/hpc/T10138.tix deleted file mode 100644 index f348f7089e..0000000000 --- a/testsuite/tests/hpc/T10138.tix +++ /dev/null @@ -1 +0,0 @@ -Tix [ TixModule "Main" 2143033233 3 [0,1,1]] diff --git a/testsuite/tests/hpc/all.T b/testsuite/tests/hpc/all.T index 0289733b50..757525c2ef 100644 --- a/testsuite/tests/hpc/all.T +++ b/testsuite/tests/hpc/all.T @@ -1,6 +1,6 @@ test('T10138', ignore_output, run_command, # Using --hpcdir with an absolute path should work (exit code 0). - ['{hpc} report T10138.tix --hpcdir="`pwd`/.hpc.T10138"']) + ['{hpc} report T10138.keepme.tix --hpcdir="`pwd`/.keepme.hpc.T10138"']) # Run tests below only for the hpc way. # -- cgit v1.2.1