We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c5d3e commit c81b317Copy full SHA for c81b317
run-test-suite.py
@@ -776,7 +776,7 @@ def exclude_tests_below(path):
776
exclude_test('tests/cpychecker/PyArg_ParseTuple/without_PY_SSIZE_T_CLEAN')
777
778
# absinterp and thus the refcount-checker have bit-rotted:
779
-if GCC_VERSION >= 8000:
+if GCC_VERSION >= 7000:
780
exclude_tests_below('tests/cpychecker/absinterp')
781
exclude_tests_below('tests/cpychecker/refcounts')
782
0 commit comments