Skip to content

Commit

Permalink
Merge pull request #7168 from jfinkels/printf-test-int-overflow
Browse files Browse the repository at this point in the history
Re-enable integer overflow test case for printf
  • Loading branch information
sylvestre authored Jan 19, 2025
2 parents 8b46229 + 249871a commit 9f07d50
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions util/build-gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,6 @@ fi

grep -rl 'path_prepend_' tests/* | xargs sed -i 's| path_prepend_ ./src||'

# printf doesn't limit the values used in its arg, so this produced ~2GB of output
sed -i '/INT_OFLOW/ D' tests/printf/printf.sh

# Use the system coreutils where the test fails due to error in a util that is not the one being tested
sed -i 's|stat|/usr/bin/stat|' tests/touch/60-seconds.sh tests/sort/sort-compress-proc.sh
sed -i 's|ls -|/usr/bin/ls -|' tests/cp/same-file.sh tests/misc/mknod.sh tests/mv/part-symlink.sh
Expand Down

0 comments on commit 9f07d50

Please sign in to comment.