From 8709bfe4d551530245e06459c2226c598e3be750 Mon Sep 17 00:00:00 2001 From: Henry Laxen Date: Sat, 9 Dec 2017 14:01:57 -0600 Subject: [PATCH 1/5] revert bbdb expected test failure You wrote: I've marked bbdb as an expected test failure in stackage. If you're able to correct the issue, then feel free to open a PR reverting this commit: fpco/ stackage@6b300dc. I removed the line you added. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fd8e7e5..3b3d28bf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3519,7 +3519,6 @@ expected-test-failures: # Missing test files in sdist # Hopefully gets fixed in the next release... - angel # https://github.com/MichaelXavier/Angel/issues/43 - - bbdb # https://github.com/henrylaxen/bbdb/issues/1 - camfort # 0.900 https://github.com/camfort/camfort/issues/41 - crypto-pubkey # https://github.com/vincenthz/hs-crypto-pubkey/issues/23 - cubicbezier # https://github.com/kuribas/cubicbezier/issues/3 From cc29954237250913772c67f6fe64c3ff9e33a08b Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 9 Dec 2017 23:46:03 -0800 Subject: [PATCH 2/5] Skip benchmarks for servant-kotlin per #3088 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 8fd8e7e5..74906354 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3699,6 +3699,7 @@ skipped-benchmarks: - pipes # optparse-applicative 0.13 - ttrie # criterion-plus and th-pprint - unordered-containers # criterion 1.2 + - servant-kotlin # shelly 1.7 https://github.com/fpco/stackage/issues/3088 # Transitive outdated dependencies # These packages From 95bc498d3780edbcfbc3636259ee4ed20c6966d9 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sat, 9 Dec 2017 23:48:40 -0800 Subject: [PATCH 3/5] Skip tests for wai-middleware-rollbar per #3089 --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 74906354..9307731e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3308,6 +3308,7 @@ skipped-tests: - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck + - wai-middleware-rollbar # hspec-golden-aeson 0.4 https://github.com/fpco/stackage/issues/3089 - websockets # QuickCheck 2.10 - zlib # tasty-quickcheck From cfe05e2f4436e2ac763f69e6411efb178f713006 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Sun, 10 Dec 2017 13:07:25 +0200 Subject: [PATCH 4/5] Fix #3076: enable bifunctors-5.5 --- build-constraints.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 229d19e7..bb6798f0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3103,9 +3103,6 @@ packages: # https://github.com/fpco/stackage/issues/3084 - hosc < 0.16 - # https://github.com/fpco/stackage/issues/3076 - - bifunctors < 5.5 - # https://github.com/fpco/stackage/issues/3077 - deriving-compat < 0.4 @@ -3284,7 +3281,6 @@ skipped-tests: - diagrams-solve # tasty-quickcheck - drawille # hspec 2.4 - dual-tree # testing-feat per ghc < 4.10 - - edit-distance # QuickCheck 2.10 - envy # QuickCheck 2.10 - exception-transformers # HUnit 1.6 - extensible-effects # HUnit 1.6 @@ -3294,7 +3290,6 @@ skipped-tests: - genvalidity-hspec-cereal # doctest 0.13 - genvalidity-hspec-hashable # doctest 0.13 - genvalidity-property # doctest 0.13 - - http-api-data # doctest 0.13 - lifted-base # HUnit 1.6 - makefile # GHC 8.2 - next-ref # hspec 2.3 @@ -3304,7 +3299,6 @@ skipped-tests: - retry # QuickCheck 2.10 - superbuffer # QuickCheck 2.10 - tar # tasty-quickcheck - - tdigest # doctest 0.13 - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck @@ -3384,12 +3378,17 @@ skipped-tests: - fgl-arbitrary - graphviz - wl-pprint-text + # @phadej + - edit-distance # QuickCheck 2.10 + - http-api-data # doctest 0.13 + - tdigest # doctest 0.13 + - time-parsers + - servant-mock # hspec-wai https://github.com/fpco/stackage/issues/3014 + - servant-server # hspec-wai https://github.com/fpco/stackage/issues/3014 # Uncategorized, please categorize! - hackage-security # Cabal 2.0 - ed25519 # QuickCheck, hlint and more - - servant-mock # https://github.com/fpco/stackage/issues/3014 - - servant-server # # https://github.com/fpco/stackage/issues/3014 # end of skipped-tests From 8a55bcd7235e8fd3e6270a5e809ce60eeb963e33 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Sun, 10 Dec 2017 11:47:45 -0800 Subject: [PATCH 5/5] Revert "Skip tests for wai-middleware-rollbar per #3089" This reverts commit 95bc498d3780edbcfbc3636259ee4ed20c6966d9. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 229d19e7..f315be4e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3308,7 +3308,6 @@ skipped-tests: - text-short # tasty-quickcheck - vector # QuickCheck 2.10 - vector-builder # tasty-quickcheck - - wai-middleware-rollbar # hspec-golden-aeson 0.4 https://github.com/fpco/stackage/issues/3089 - websockets # QuickCheck 2.10 - zlib # tasty-quickcheck