Skip to content

Commit

Permalink
druntime: Adapt test shared/finalize to recent macOS not unloading .d…
Browse files Browse the repository at this point in the history
…ylibs with TLS

Working around ldc-developers#3002.
  • Loading branch information
kinke committed Oct 25, 2019
1 parent 5cf7600 commit 2f39bf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .azure-pipelines/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,6 @@ steps:
- script: |
set -ex
cd ../build
if [ "$CI_OS" = "osx" ]; then
# FIXME: macOS 10.13 broke this, see https://github.com/ldc-developers/ldc/pull/2839
echo 'void main() {}' > $BUILD_SOURCESDIRECTORY/runtime/druntime/test/shared/src/finalize.d
fi
ctest -j$PARALLEL_JOBS --output-on-failure -E "dmd-testsuite|lit-tests|ldc2-unittest"
displayName: Run defaultlib unittests & druntime stand-alone tests
condition: and(succeededOrFailed(), ne(variables['CI_OS'], 'android'))
Expand Down
2 changes: 1 addition & 1 deletion runtime/druntime
Submodule druntime updated 1 files
+7 −5 test/shared/Makefile

0 comments on commit 2f39bf3

Please sign in to comment.