[commit: ghc] master: Add missing test files for T13082. (4bfe3d4)
git at git.haskell.org
git at git.haskell.org
Mon Jan 16 08:12:21 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4bfe3d4d13806202be7fc4a90106b200171588e6/ghc
>---------------------------------------------------------------
commit 4bfe3d4d13806202be7fc4a90106b200171588e6
Author: Tamar Christina <tamar at zhox.com>
Date: Mon Jan 16 03:11:44 2017 +0000
Add missing test files for T13082.
Summary:
Add two missing test files for T13082.
The reason they were missing is because the .gitignore
contains a very harmful and broad wildcard `foo*`. Why?
Test Plan: make test TEST="T13082_good T13082_fail"
Reviewers: austin, bgamari, simonmar, erikd
Reviewed By: erikd
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2981
GHC Trac Issues: #13082
>---------------------------------------------------------------
4bfe3d4d13806202be7fc4a90106b200171588e6
testsuite/tests/rts/{T12771 => T13082}/foo.c | 0
testsuite/tests/rts/{T12771 => T13082}/foo_dll.c | 0
2 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/testsuite/tests/rts/T12771/foo.c b/testsuite/tests/rts/T13082/foo.c
similarity index 100%
copy from testsuite/tests/rts/T12771/foo.c
copy to testsuite/tests/rts/T13082/foo.c
diff --git a/testsuite/tests/rts/T12771/foo_dll.c b/testsuite/tests/rts/T13082/foo_dll.c
similarity index 100%
copy from testsuite/tests/rts/T12771/foo_dll.c
copy to testsuite/tests/rts/T13082/foo_dll.c
More information about the ghc-commits
mailing list