[commit: ghc] wip/T16193, wip/fix-json-profiling-report-i386: testsuite: Use makefile_test for T16212 (e0c0bde)

git at git.haskell.org git at git.haskell.org
Tue Feb 5 12:23:39 UTC 2019


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

On branches: wip/T16193,wip/fix-json-profiling-report-i386
Link       : http://ghc.haskell.org/trac/ghc/changeset/e0c0bde401cca7707678377243648551d1504bdd/ghc

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

commit e0c0bde401cca7707678377243648551d1504bdd
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sat Feb 2 14:35:29 2019 -0500

    testsuite: Use makefile_test for T16212


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

e0c0bde401cca7707678377243648551d1504bdd
 testsuite/tests/ghc-api/annotations/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/ghc-api/annotations/all.T b/testsuite/tests/ghc-api/annotations/all.T
index 8002630..212e218 100644
--- a/testsuite/tests/ghc-api/annotations/all.T
+++ b/testsuite/tests/ghc-api/annotations/all.T
@@ -61,4 +61,4 @@ test('T15303',      [extra_files(['Test15303.hs']),
                      ignore_stderr], makefile_test, ['T15303'])
 # Stricter tests from trac #16217 now causes this to fail. Will be fixed for trac #16212
 test('T16212',      [expect_broken(16212),extra_files(['Test16212.hs']),
-                     ignore_stderr], run_command, ['$MAKE -s --no-print-directory T16212'])
+                     ignore_stderr], makefile_test, ['T16212'])



More information about the ghc-commits mailing list