Skip to content

Commit 15fc30e

Browse files
committed
tarantool: enable UBSan for Lua tests
Follows up tarantool/tarantool#12216
1 parent be2d122 commit 15fc30e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

projects/tarantool/build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,9 @@ done
117117

118118
# Finish execution if libFuzzer is not used, because luzer
119119
# is libFuzzer-based.
120-
# UndefinedBehaviorSanitizer is not supported,
121-
# see https://github.com/tarantool/tarantool/issues/12216.
122120
# Code coverage is not supported,
123121
# see https://github.com/google/oss-fuzz/issues/14859.
124122
if [[ "$FUZZING_ENGINE" != libfuzzer ]] ||
125-
[[ "$SANITIZER" == "undefined" ]] ||
126123
[[ "$SANITIZER" == "coverage" ]]; then
127124
exit
128125
fi

0 commit comments

Comments
 (0)