Skip to content

Commit

Permalink
Merge pull request #1176 from sicherha/fix_unit_tests_on_s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 authored Jan 19, 2024
2 parents fe118f6 + 2415b3e commit 5d04d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/elf/bno-symbolic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# GCC produces buggy code for this test case on s390x.
# https://sourceware.org/bugzilla/show_bug.cgi?id=29655
[ $MACHINE = s390x ] && $CC -v 2>&1 | grep -E '^gcc version 1[0-3]\.' && skip
[ $MACHINE = s390x ] && $CC -v 2>&1 | grep -E '^gcc version 1[0-4]\.' && skip

cat <<EOF | $CC -c -fPIC -o$t/a.o -xc -
int foo = 4;
Expand Down
2 changes: 1 addition & 1 deletion test/elf/canonical-plt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# GCC produces buggy code for this test case on s390x.
# https://sourceware.org/bugzilla/show_bug.cgi?id=29655
[ $MACHINE = s390x ] && $CC -v 2>&1 | grep -E '^gcc version 1[0-3]\.' && skip
[ $MACHINE = s390x ] && $CC -v 2>&1 | grep -E '^gcc version 1[0-4]\.' && skip

cat <<EOF | $CC -o $t/a.so -fPIC -shared -xc -
void *foo() {
Expand Down

0 comments on commit 5d04d9c

Please sign in to comment.