From d73d189a9de3ac3e1bf235c3efe0a8db6b46c186 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 11 Jul 2024 14:12:30 +0800 Subject: [PATCH] allow tasty-papi testsuite to fail Test suite failure for package tasty-papi-0.1.2.0 06:00:57 [12/968555] tasty-papi-run: exited with: ExitFailure 1 Full log available at /home/curators/work/unpack-dir/.stack-work/logs/tasty-papi-0.1.2.0-test.log All Fib 6: FAIL Exception: PAPI: Failed to add counter TOT_INS: Permission level does not permit operation [-15] CallStack (from HasCallStack): error, called at ./Test/Tasty/PAPI.hs:267:9 in tasty-papi-0.1.2.0-3waaxibG1t4EaKKxpIkBOv:Test.Tasty.PAPI : : Misc IORef regression: FAIL Exception: PAPI: Failed to add counter TOT_INS: Permission level does not permit operation [-15] CallStack (from HasCallStack): error, called at ./Test/Tasty/PAPI.hs:267:9 in tasty-papi-0.1.2.0-3waaxibG1t4EaKKxpIkBOv:Test.Tasty.PAPI 8 out of 8 tests failed (0.00s) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index e82a6f1e..91934220 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -9325,6 +9325,7 @@ expected-test-failures: - squeal-postgresql # ConnectionException "LibPQ.exec", https://github.com/commercialhaskell/stackage/issues/7108 - stripe-http-streams # https://github.com/fpco/stackage/issues/2945, needs Stripe account - sydtest-wai # epollControl does not exist. Stackage server issue? + - tasty-papi # Exception: PAPI: Failed to add counter TOT_INS: Permission level does not permit operation [-15] - users-persistent # sqlite - users-postgresql-simple # PostgreSQL - yesod-core