Skip to content

Commit c81b317

Browse files
committed
absinterp failures started with gcc 7 onwards, rather than gcc 8
1 parent e8c5d3e commit c81b317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-test-suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ def exclude_tests_below(path):
776776
exclude_test('tests/cpychecker/PyArg_ParseTuple/without_PY_SSIZE_T_CLEAN')
777777

778778
# absinterp and thus the refcount-checker have bit-rotted:
779-
if GCC_VERSION >= 8000:
779+
if GCC_VERSION >= 7000:
780780
exclude_tests_below('tests/cpychecker/absinterp')
781781
exclude_tests_below('tests/cpychecker/refcounts')
782782

0 commit comments

Comments
 (0)