Skip to content

Commit 995d3ac

Browse files
committed
github: Run all the compiler-rt tests, on both i686 and x86_64
These tests should now all pass on both architectures; the check-asan tests for the static CRT are skipped automatically, the failures in check-interception have been fixed by compiling the tests with the --large-address-aware flag, and the check-asan-dynamic tests on i686 have been fixed - all by Alvin Wong.
1 parent 001c3a2 commit 995d3ac

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -510,14 +510,7 @@ jobs:
510510
-DCOMPILER_RT_BUILD_LIBFUZZER=OFF `
511511
-DCOMPILER_RT_BUILD_ORC=OFF
512512
ninja
513-
# Ideally we'd run check-compiler-rt here, to include all potential
514-
# tests. However, for i686 we want to skip check-asan-dynamic
515-
# (which has stray failures) and check-interception (which always
516-
# seems to fail in mingw i686 configurations). For x86_64, we also
517-
# specify the individual testsuites to run, since check-compiler-rt
518-
# also includes check-asan, which tests asan for the static CRT,
519-
# which isn't supported on mingw targets.
520-
ninja ${{ (matrix.arch == 'x86_64') && 'check-asan-dynamic check-interception' || '' }} check-builtins check-profile check-sanitizer check-ubsan
513+
ninja check-compiler-rt
521514
522515
# Test cross-building ffmpeg for all 4 targeted architectures from linux.
523516
# This is done only on scheduled builds, with a toolchain with assertions

0 commit comments

Comments
 (0)