mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/ldc: disable 2 segfaulting tests
`std.file` and `std.file-shared` are still segfaulting with ldc 1.37.0: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/61217 So, disable them, as they cause ldc to block the 3.20 builders.
This commit is contained in:
parent
94974f445a
commit
1fd69d6507
@ -122,7 +122,7 @@ check() {
|
||||
# Link: https://github.com/ldc-developers/druntime/blob/8e135b4e978975b24536e2a938801a29b39dc9f6/src/rt/lifetime.d#L1250
|
||||
# However this unittest is AFAICS unrelated to the two tests,
|
||||
# and either succeed or isn't run on its own.
|
||||
ctest --output-on-failure -E "std.datetime.timezone*|dmd-testsuite|lit-tests|druntime-test-exceptions|druntime-test-shared|druntime-test-stdcpp|druntime-test-cycles|druntime-test-gc$_tests_ignore"
|
||||
ctest --output-on-failure -E "std.datetime.timezone*|dmd-testsuite|lit-tests|druntime-test-exceptions|druntime-test-shared|druntime-test-stdcpp|druntime-test-cycles|druntime-test-gc|std.file|std.file-shared$_tests_ignore"
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user