From 6865edb47fe457a118da9e32919344d67602863d Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Thu, 23 Feb 2023 18:16:17 +0800 Subject: [PATCH] add ghc-prof to expected-test-failures Regression tests: /usr/bin/ld.gold: error: cannot find -lHStemporary-1.3-51ST9z47bmaL2YkhqqBGqn_p /usr/bin/ld.gold: error: cannot find -lHSrandom-1.2.1.1-BxnVBpqT06WX5crQJ210_p /usr/bin/ld.gold: error: cannot find -lHSsplitmix-0.1.0.4-HUWpFUIlsWJ8kN1EGcaWa2_p /usr/bin/ld.gold: error: cannot find -lHStasty-hunit-0.10.0.3-8ppskyZX6YODpSIjDvWALB_p /usr/bin/ld.gold: error: cannot find -lHScall-stack-0.4.0-HAJeluzxZSwJ3uQtGUJlWC_p /usr/bin/ld.gold: error: cannot find -lHStasty-1.4.3-6TIuyUhjnYf49yArNiMbZH_p /usr/bin/ld.gold: error: cannot find -lHStagged-0.8.6.1-7iyNzam1zLh5WRP5NyILZR_p /usr/bin/ld.gold: error: cannot find -lHSoptparse-applicative-0.17.0.0-EBHew6d44lA4DZX8lGLJnS_p /usr/bin/ld.gold: error: cannot find -lHStransformers-compat-0.7.2-LSNDchzKvgqBqO3qiKz0H2_p /usr/bin/ld.gold: error: cannot find -lHSansi-wl-pprint-0.6.9-BT63XYP0iwuBMgjMWONuJd_p /usr/bin/ld.gold: error: cannot find -lHSansi-terminal-0.11.4-GxI5S60d2faETx3NCsUFU6_p /usr/bin/ld.gold: error: cannot find -lHScolour-2.3.6-1BPfuOREpo58vyGlvqOzyj_p /usr/bin/ld.gold: error: cannot find -lHSghc-prof-1.4.1.12-FqFpLI5V0qZDbBCwGaEBuA_p /usr/bin/ld.gold: error: cannot find -lHSattoparsec-0.14.4-LKlsHNXgpNs19TvxwWiAs6_p /usr/bin/ld.gold: error: cannot find -lHSscientific-0.3.7.0-7jjChmjxysAE2iuV0cKrXy_p /usr/bin/ld.gold: error: cannot find -lHSprimitive-0.7.4.0-6Fh0tvkqLdjCErmIBK1YAt_p /usr/bin/ld.gold: error: cannot find -lHSinteger-logarithms-1.0.3.1-1dPIsl8Wo3qARWAfSQqsXb_p /usr/bin/ld.gold: error: cannot find -lHShashable-1.4.2.0-9AQNWK5PUA1M43SNFwp7Y_p /usr/bin/ld.gold: error: cannot find -lHSattoparsec-0.14.4-9kUK8kOZxBMFvSoG8EVYMY-attoparsec-internal_p collect2: error: ld returned 1 exit status ghc-9.4.4: `gcc' failed in phase `Linker'. (Exit code: 1) FAIL (1.37s) Generating profiling reports (1.37s) readCreateProcess: /var/stackage/.stack/programs/x86_64-linux/ghc-tinfo6-9.4.4/bin/ghc "-prof" "-rtsopts" "-fforce-recomp" "hello.hs" (exit 1): failed 1 out of 1 tests failed (1.37s) --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 849b05e4..4274f786 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -8706,6 +8706,7 @@ expected-test-failures: - generic-arbitrary # https://github.com/commercialhaskell/stackage/issues/6681 - generic-lens # https://github.com/commercialhaskell/stackage/issues/6377 - geojson # 4.1.0 + - ghc-prof # Regression tests: /usr/bin/ld.gold: error: cannot find -lHStemporary-1.3-51ST9z47bmaL2YkhqqBGqn_p ... - heap # 1.0.4 https://github.com/pruvisto/heap/issues/11 - hourglass # 0.2.12 - hsini # 0.5.1.2