diff options
author | Ian Lynagh <igloo@earth.li> | 2011-04-04 22:20:24 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-04-04 22:20:24 +0100 |
commit | b788acf94dfcdf4fe59d6067d853a175c88667b1 (patch) | |
tree | 52cee1c5c0044cd727b4abc3fcb4e87a81090aea /testsuite | |
parent | f0411b5418cc28b86e619ba58bab00e8856c2f7c (diff) | |
download | haskell-b788acf94dfcdf4fe59d6067d853a175c88667b1.tar.gz |
Remove -fvia-c tests
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/ghc-regress/driver/A060.hs | 1 | ||||
-rw-r--r-- | testsuite/tests/ghc-regress/driver/A061.hs | 1 | ||||
-rw-r--r-- | testsuite/tests/ghc-regress/driver/A068.hs | 1 | ||||
-rw-r--r-- | testsuite/tests/ghc-regress/driver/A069.hs | 1 | ||||
-rw-r--r-- | testsuite/tests/ghc-regress/driver/A080.hs | 1 | ||||
-rw-r--r-- | testsuite/tests/ghc-regress/driver/Makefile | 33 | ||||
-rw-r--r-- | testsuite/tests/ghc-regress/driver/all.T | 25 |
7 files changed, 0 insertions, 63 deletions
diff --git a/testsuite/tests/ghc-regress/driver/A060.hs b/testsuite/tests/ghc-regress/driver/A060.hs deleted file mode 100644 index 9a0235dd24..0000000000 --- a/testsuite/tests/ghc-regress/driver/A060.hs +++ /dev/null @@ -1 +0,0 @@ -module A060 where diff --git a/testsuite/tests/ghc-regress/driver/A061.hs b/testsuite/tests/ghc-regress/driver/A061.hs deleted file mode 100644 index e24f260369..0000000000 --- a/testsuite/tests/ghc-regress/driver/A061.hs +++ /dev/null @@ -1 +0,0 @@ -module A061 where diff --git a/testsuite/tests/ghc-regress/driver/A068.hs b/testsuite/tests/ghc-regress/driver/A068.hs deleted file mode 100644 index 71640103bb..0000000000 --- a/testsuite/tests/ghc-regress/driver/A068.hs +++ /dev/null @@ -1 +0,0 @@ -module A068 where diff --git a/testsuite/tests/ghc-regress/driver/A069.hs b/testsuite/tests/ghc-regress/driver/A069.hs deleted file mode 100644 index 4f0c75ce45..0000000000 --- a/testsuite/tests/ghc-regress/driver/A069.hs +++ /dev/null @@ -1 +0,0 @@ -module A069 where diff --git a/testsuite/tests/ghc-regress/driver/A080.hs b/testsuite/tests/ghc-regress/driver/A080.hs deleted file mode 100644 index a08a87686d..0000000000 --- a/testsuite/tests/ghc-regress/driver/A080.hs +++ /dev/null @@ -1 +0,0 @@ -module A080 where diff --git a/testsuite/tests/ghc-regress/driver/Makefile b/testsuite/tests/ghc-regress/driver/Makefile index bef95775f2..b8bb04df15 100644 --- a/testsuite/tests/ghc-regress/driver/Makefile +++ b/testsuite/tests/ghc-regress/driver/Makefile @@ -296,18 +296,6 @@ test053: # ----------------------------------------------------------------------------- # Other tests -# Test the -keep-hc-files works without --make -test060: - $(RM) A060.hi A060$(OBJSUFFIX) A060.hc - "$(TEST_HC)" -c -keep-hc-files -fno-warn-deprecated-flags -fvia-C A060.hs - test -f A060.hc - -# Test the -keep-hc-files works with --make -test061: - $(RM) A061.hi A061$(OBJSUFFIX) A061.hc - "$(TEST_HC)" -v0 --make -keep-hc-files -fno-warn-deprecated-flags -fvia-C A061.hs - test -f A061.hc - # Test that -keep-s-files works with --make and -fvia-C test061a: $(RM) A061a.hi A061a$(OBJSUFFIX) A061a.s @@ -382,18 +370,6 @@ test067: "$(TEST_HC)" -cpp -E A067.hs -o A067.tmp test -f A067.tmp -# Test -C -test068: - $(RM) A068.hi A068.hc - "$(TEST_HC)" -fno-warn-deprecated-flags -C A068.hs - test -f A068.hc - -# Test -C/-o -test069: - $(RM) A069.hi A069.tmp - "$(TEST_HC)" -fno-warn-deprecated-flags -C A069.hs -o A069.tmp - test -f A069.tmp - # Test -S test070: $(RM) A070.hi A070.s @@ -406,15 +382,6 @@ test071: "$(TEST_HC)" -S A071.hs -o A071.tmp test -f A071.tmp -# No recompilation required, but we requested a .hc file --> should recompile -# Broken briefy in ghc-6.3. -test080: - $(RM) A080.hi A080$(OBJSUFFIX) A080.hc - "$(TEST_HC)" -c A080.hs - test -f A080$(OBJSUFFIX) - "$(TEST_HC)" -fno-warn-deprecated-flags -C A080.hs - test -f A080.hc - # Tests for #2248, -o and .exe diff --git a/testsuite/tests/ghc-regress/driver/all.T b/testsuite/tests/ghc-regress/driver/all.T index e7d9cef30e..e6e5a2eb91 100644 --- a/testsuite/tests/ghc-regress/driver/all.T +++ b/testsuite/tests/ghc-regress/driver/all.T @@ -185,16 +185,6 @@ test('driver053', run_command, ['$MAKE -s --no-print-directory test053']) -test('driver060', - extra_clean(['A060.hi', 'A060.o', 'A060.hc']), - run_command, - ['$MAKE -s --no-print-directory test060']) - -test('driver061', - extra_clean(['A061.hi', 'A061.o', 'A061.hc']), - run_command, - ['$MAKE -s --no-print-directory test061']) - test('driver061a', extra_clean(['A061a.hi', 'A061a.o', 'A061a.s']), run_command, @@ -253,16 +243,6 @@ test('driver067', run_command, ['$MAKE -s --no-print-directory test067']) -test('driver068', - extra_clean(['A068.hi', 'A068.o', 'A068.hc']), - run_command, - ['$MAKE -s --no-print-directory test068']) - -test('driver069', - extra_clean(['A069.hi', 'A069.o', 'A069.tmp']), - run_command, - ['$MAKE -s --no-print-directory test069']) - test('driver070', extra_clean(['A070.hi', 'A070.o', 'A070.s']), run_command, @@ -273,11 +253,6 @@ test('driver071', run_command, ['$MAKE -s --no-print-directory test071']) -test('driver080', - extra_clean(['A080.hi', 'A080.o', 'A080.hc']), - run_command, - ['$MAKE -s --no-print-directory test080']) - test('driver081a', normal, run_command, |