[Git][ghc/ghc][wip/T21847] Deleted 1 commit: testsuite: Mark encoding004 as broken on FreeBSD
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Wed Aug 10 21:26:41 UTC 2022
Ben Gamari pushed to branch wip/T21847 at Glasgow Haskell Compiler / GHC
WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.
Deleted commits:
47c1d629 by Ben Gamari at 2022-08-10T17:23:43-04:00
testsuite: Mark encoding004 as broken on FreeBSD
Due to #22003.
- - - - -
1 changed file:
- libraries/base/tests/IO/all.T
Changes:
=====================================
libraries/base/tests/IO/all.T
=====================================
@@ -115,7 +115,7 @@ test('encoding001', [], compile_and_run, [''])
test('encoding002', normal, compile_and_run, [''])
test('encoding003', normal, compile_and_run, [''])
-test('encoding004', extra_files(['encoded-data/']), compile_and_run, [''])
+test('encoding004', [when(opsys('freebsd'), expect_broken(22003)), extra_files(['encoded-data/'])], compile_and_run, [''])
test('encoding005', normal, compile_and_run, [''])
test('environment001', [], makefile_test, ['environment001-test'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/47c1d6294775d5b5a5d5b4ec26c10f460d265dc4
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/47c1d6294775d5b5a5d5b4ec26c10f460d265dc4
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/20220810/7c43e345/attachment.html>
More information about the ghc-commits
mailing list