mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-23 04:31:57 +01:00
Tests need to be skipped if Setup fails with missing foreign libraries
This commit is contained in:
parent
707df7989c
commit
a3f598bf0e
@ -2628,8 +2628,9 @@ skipped-builds:
|
|||||||
|
|
||||||
|
|
||||||
# By skipping a test suite, we do not pull in the build dependencies
|
# By skipping a test suite, we do not pull in the build dependencies
|
||||||
# Packages should only be added here if required by `stackage-curator
|
# Packages should only be added here if required by `stackage-curator check'
|
||||||
# check', otherwise place them in expected-test-failures.
|
# or if Setup fails because of missing foreign libraries.
|
||||||
|
# Otherwise place them in expected-test-failures.
|
||||||
skipped-tests:
|
skipped-tests:
|
||||||
# Outdated dependencies
|
# Outdated dependencies
|
||||||
# These can periodically be checked for updates;
|
# These can periodically be checked for updates;
|
||||||
@ -2665,6 +2666,9 @@ skipped-tests:
|
|||||||
- binary-search # Never finishes https://github.com/nushio3/binary-search/issues/2
|
- binary-search # Never finishes https://github.com/nushio3/binary-search/issues/2
|
||||||
- jsaddle # Never finishes without framebuffer https://github.com/ghcjs/jsaddle/issues/9
|
- jsaddle # Never finishes without framebuffer https://github.com/ghcjs/jsaddle/issues/9
|
||||||
|
|
||||||
|
# Missing foreign library
|
||||||
|
- symengine # symengine
|
||||||
|
|
||||||
# end of skipped-tests
|
# end of skipped-tests
|
||||||
|
|
||||||
# Tests which we should build and run, but which are expected to fail. We
|
# Tests which we should build and run, but which are expected to fail. We
|
||||||
@ -3032,8 +3036,7 @@ expected-test-failures:
|
|||||||
# Missing build dep https://github.com/chrisdone/sourcemap/issues/3
|
# Missing build dep https://github.com/chrisdone/sourcemap/issues/3
|
||||||
- sourcemap
|
- sourcemap
|
||||||
|
|
||||||
# Missing foreign library
|
# Needs running server
|
||||||
- symengine # symengine
|
|
||||||
- hocilib # oracle
|
- hocilib # oracle
|
||||||
|
|
||||||
# end of expected-test-failures
|
# end of expected-test-failures
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user