Skip to content

Commit

Permalink
enable tsan with test-alsa-pcm
Browse files Browse the repository at this point in the history
  • Loading branch information
borine committed Jul 11, 2024
1 parent 25a2415 commit 6fd33c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
export LD_PRELOAD_SANITIZER="libasan.so.6" ;;
*thread*)
# As for now, not all tests pass with thread sanitizer enabled...
export XFAIL_TESTS="test-alsa-pcm test-utils-aplay"
export XFAIL_TESTS="test-utils-aplay"
export LD_LIBRARY_PATH="${{ env.SANITIZE_THREAD_LIBS }}:$LD_LIBRARY_PATH"
export LD_PRELOAD_SANITIZER="libtsan.so.0" ;;
esac
Expand Down

0 comments on commit 6fd33c8

Please sign in to comment.