[Git][ghc/ghc][wip/slowtest] 2 commits: testsuite: Fix typo in flags of T7130
Ben Gamari
gitlab at gitlab.haskell.org
Sun Jun 9 13:40:20 UTC 2019
Ben Gamari pushed to branch wip/slowtest at Glasgow Haskell Compiler / GHC
Commits:
0d771570 by Ben Gamari at 2019-06-09T13:38:10Z
testsuite: Fix typo in flags of T7130
- - - - -
5ab3af39 by Ben Gamari at 2019-06-09T13:39:55Z
testsuite: Rework T9963 to pass linter
- - - - -
1 changed file:
- testsuite/tests/driver/all.T
Changes:
=====================================
testsuite/tests/driver/all.T
=====================================
@@ -170,7 +170,7 @@ test( 'T4114d', [fobject_code, expect_broken_for(4114, ['ghci'])], compile_and_r
test('T5584', [], makefile_test, [])
test('T5198', [], makefile_test, [])
test('T7060', [], makefile_test, [])
-test('T7130', normal, compile_fail, ['-fflul-laziness'])
+test('T7130', normal, compile_fail, ['-ffull-laziness'])
test('T7563', when(unregisterised(), skip), makefile_test, [])
test('T6037',
# The testsuite doesn't know how to set a non-Unicode locale on Windows or Mac OS X
@@ -207,7 +207,7 @@ test('T9938', [], makefile_test, [])
test('T9938B', [], makefile_test, [])
test('T9963', exit_code(1), run_command,
- ['{compiler} --interactive -ignore-dot-ghci --print-libdir'])
+ ['{compiler} --print-libdir'])
test('T10219', normal, run_command,
# `-x hspp` in make mode should work.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/5c28e942e76313ed16a09e48abc600996d740af9...5ab3af39ae975b6482a3a0c518d51ebd1a53c18e
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/5c28e942e76313ed16a09e48abc600996d740af9...5ab3af39ae975b6482a3a0c518d51ebd1a53c18e
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190609/01b016ab/attachment-0001.html>
More information about the ghc-commits
mailing list