commercialhaskell / stackage

Stable Haskell package sets: vetted consistent packages from Hackage
https://www.stackage.org/
MIT License
527 stars 802 forks source link

bech32-th 1.0.2 #5432

Closed alexeyzab closed 4 years ago

alexeyzab commented 4 years ago
Test suite failure for package bech32-th-1.0.2
    bech32-th-test:  exited with: ExitFailure 1
Full log available at /var/stackage/work/unpack-dir/.stack-work/logs/bech32-th-1.0.2-tes
t.log

    Codec.Binary.Bech32.TH
      Quasi-Quotations
        Human-Readable Prefixes
          Parsing valid human-readable prefixes should succeed.
            "!"
            "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~"
            "addr"
          Parsing invalid human-readable prefixes should fail.
            "" FAILED [1]
            "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~" FAILED [2]
            "  " FAILED [3]
            "\DEL\DEL" FAILED [4]

    Failures:

      test/Codec/Binary/Bech32/THSpec.hs:42:25:
      1) Codec.Binary.Bech32.TH.Quasi-Quotations, Human-Readable Prefixes, Parsing inval
id human-readable prefixes should fail., ""
           did not get expected exception: HumanReadablePartError

      To rerun use: --match "/Codec.Binary.Bech32.TH/Quasi-Quotations/Human-Readable Pre
fixes/Parsing invalid human-readable prefixes should fail./\"\"/"

      test/Codec/Binary/Bech32/THSpec.hs:42:25:
      2) Codec.Binary.Bech32.TH.Quasi-Quotations, Human-Readable Prefixes, Parsing inval
id human-readable prefixes should fail., "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
           did not get expected exception: HumanReadablePartError

      To rerun use: --match "/Codec.Binary.Bech32.TH/Quasi-Quotations/Human-Readable Pre
fixes/Parsing invalid human-readable prefixes should fail./\"~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\"/"

      test/Codec/Binary/Bech32/THSpec.hs:42:25:
      3) Codec.Binary.Bech32.TH.Quasi-Quotations, Human-Readable Prefixes, Parsing inval
id human-readable prefixes should fail., "  "
           did not get expected exception: HumanReadablePartError

      To rerun use: --match "/Codec.Binary.Bech32.TH/Quasi-Quotations/Human-Readable Pre
fixes/Parsing invalid human-readable prefixes should fail./\"  \"/"

      test/Codec/Binary/Bech32/THSpec.hs:42:25:
      4) Codec.Binary.Bech32.TH.Quasi-Quotations, Human-Readable Prefixes, Parsing inval
id human-readable prefixes should fail., "\DEL\DEL"
           did not get expected exception: HumanReadablePartError

      To rerun use: --match "/Codec.Binary.Bech32.TH/Quasi-Quotations/Human-Readable Pre
fixes/Parsing invalid human-readable prefixes should fail./\"\\DEL\\DEL\"/"

    Randomized with seed 239508682

    Finished in 0.0015 seconds
    7 examples, 4 failures

cc @jonathanknowles

bergmark commented 4 years ago

Closing this as the test suite is disabled, please open a PR to re-enable if this gets fixed and you want stackage to run the tests again.