Skip to content

Commit 47a0fe1

Browse files
committed
std.math.exponential: Disable 2 unittest assertions with enabled optimizations on AArch64
1 parent c6108bb commit 47a0fe1

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/actions/4d-test-libs/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ runs:
2323
# sporadically hanging since Ubuntu 22
2424
excludes+='|^core.thread-shared_32$'
2525
elif [[ '${{ runner.os }}-${{ inputs.arch }}' == Linux-aarch64 ]]; then
26-
# FIXME: failing unittest(s) with enabled optimizations
27-
excludes+='|^std.math.exponential(-shared)?$'
2826
# FIXME: sporadically hanging
2927
excludes+='|^core.thread-shared$'
3028
fi

runtime/phobos

0 commit comments

Comments
 (0)