We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861cc0e commit fef9ca5Copy full SHA for fef9ca5
.github/actions/4d-test-libs/action.yml
@@ -19,7 +19,10 @@ runs:
19
fi
20
21
excludes="dmd-testsuite|lit-tests|ldc2-unittest"
22
- if [[ '${{ runner.os }}-${{ inputs.arch }}' == Linux-aarch64 ]]; then
+ if [[ '${{ runner.os }}-${{ inputs.arch }}' == Linux-x86_64 ]]; then
23
+ # sporadically hanging since Ubuntu 22
24
+ excludes+='|^core.thread-shared_32$'
25
+ elif [[ '${{ runner.os }}-${{ inputs.arch }}' == Linux-aarch64 ]]; then
26
# FIXME: failing unittest(s)
27
excludes+='|^std.internal.math.gammafunction'
28
# FIXME: failing unittest(s) with enabled optimizations
0 commit comments