Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

haskell-src-exts test failures #5151

Closed
mihaimaruseac opened this issue Feb 11, 2020 · 1 comment
Closed

haskell-src-exts test failures #5151

mihaimaruseac opened this issue Feb 11, 2020 · 1 comment

Comments

@mihaimaruseac
Copy link
Contributor

Test suite failure for package haskell-src-exts-1.22.0
    test:  exited with: ExitFailure 1
Full log available at /var/stackage/work/unpack-dir/.stack-work/logs/haskell-src-exts-1.22.0-test.log


    Tests
      Parser tests
        OverloadedLabels:              OK (0.08s)
        RecordInfixSelector:           OK
        TabWhitespace:                 OK
        CxtWhitespace:                 OK (0.01s)
        CApiFFI:                       OK
        Rules:                         OK (0.01s)
        QuasiQuoteOld:                 OK
        GadtRecordFields:              OK
        Completesig03A:                OK
        LanguagePragma:                OK
        TemplateHaskellQuotedNames:    OK
        DerivingParen:                 OK
        THTSplices:                    OK
        GadtStrictness:                FAIL
          Files 'tests/examples/GadtStrictness.hs.parser.golden' and 'tests/examples/GadtStrictness.hs.parser.out' differ
        EqualityConstraints2:          OK
        BadStringLineBreak:            OK
....
        ContextOrdering:               OK (0.01s)
        ExtraPrettyParentheses:        OK (0.02s)
        RoleAnnotations:               OK (0.02s)
        Ppr048:                        OK
        Directory:                     FAIL (0.28s)
          Files 'tests/examples/Directory.hs.parser.golden' and 'tests/examples/Directory.hs.parser.out' differ
        ClassContext:                  OK (0.02s)
        SCCPragmas:                    OK
        TrailingWhere:                 OK
        TrailingWhere2:                OK
...
        DataKinds:                     OK (0.05s)
        StarInType:                    OK
        QuasiQuoteToplevel:            OK
        Nounpack2:                     FAIL
          Files 'tests/examples/Nounpack2.hs.parser.golden' and 'tests/examples/Nounpack2.hs.parser.out' differ
        ExtraEndBrace:                 OK
        IndentedTopLevelWhere:         OK
...
        FixityTests:                   OK (0.02s)
        DsStrictData:                  FAIL (0.03s)
          Files 'tests/examples/DsStrictData.hs.parser.golden' and 'tests/examples/DsStrictData.hs.parser.out' differ
        T13050:                        OK (0.02s)
        TySplice3:                     OK
...
        QuasiQuoteUnit:                OK
        AmbiguousFixities:             FAIL
          Files 'tests/examples/AmbiguousFixities.hs.parser.golden' and 'tests/examples/AmbiguousFixities.hs.parser.out' differ
        CStyleLinePragmas:             OK
        Lib:                           OK (0.02s)
...

Disabling tests for now.

See also #5048

@DanBurton
Copy link
Contributor

Disabled tests is acceptable for now. I also saw this on haskell-src-ext's monthly Travis build. I am inclined to believe it is nothing to worry about, just some trivial updates to test expectations probably. Tracking this on the haskell-src-exts issue tracker, so I'm closing this one. haskell-suite/haskell-src-exts#448

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants