dosh icon indicating copy to clipboard operation
dosh copied to clipboard

Test error when building dosh

Open maralorn opened this issue 2 years ago • 0 comments

On current main:

dosh> running tests
dosh> Running 1 test suites...
dosh> Test suite dosh-test: RUNNING...
dosh> 
dosh> Data.Sequence.Zipper
dosh>   is a list [✔]
dosh>     +++ OK, passed 100 tests.
dosh>   is a monoid [✔]
dosh>     +++ OK, passed 100 tests.
dosh>   list is a monoid homomorphism [✔]
dosh>     +++ OK, passed 100 tests.
dosh>   is unchanged by movement [✔]
dosh>     +++ OK, passed 100 tests.
dosh>   correctly handles movement [✔]
dosh>     +++ OK, passed 100 tests.
dosh> Data.Text.CodeZipper
dosh>   does not contain adjacent tokens of the same type [✔]
dosh>     +++ OK, passed 100 tests.
dosh>   is isomorphic on fromText / toText [✔]
dosh>     +++ OK, passed 100 tests.
dosh>   correctly handles home [✔]
dosh>     +++ OK, passed 100 tests.
dosh>   correctly handles top [✔]
dosh>     +++ OK, passed 100 tests.
dosh>   correctly handles movement [✔]
dosh>     +++ OK, passed 100 tests.
dosh>   is unchanged by movement [✔]
dosh>     +++ OK, passed 100 tests.
dosh>   inserts text correctly [✔]
dosh>     +++ OK, passed 100 tests.
dosh>   correctly handles empty lines [✔]
dosh>     +++ OK, passed 1 test.
dosh> Dosh.GHC.Evaluator
dosh> Test suite dosh-test: FAIL
dosh> Test suite logged to: dist/test/dosh-23.3-dosh-test.log
dosh> 0 of 1 test suites (0 of 1 test cases) passed.

maralorn avatar Jun 28 '23 18:06 maralorn