File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -663,6 +663,21 @@ def exclude_tests_below(path):
663663 # Avoid warning from -Wshift-count-negative
664664 exclude_test ('tests/cpychecker/absinterp/arithmetic/negative-shift/definite' )
665665
666+ # Various casting tests that fail:
667+ exclude_test ('tests/cpychecker/absinterp/casts/int-to-char-with-extraction' )
668+ exclude_test ('tests/cpychecker/absinterp/casts/int-to-char-with-implicit-truncation' )
669+ exclude_test ('tests/cpychecker/absinterp/casts/int-to-char-within-range' )
670+ exclude_test ('tests/cpychecker/absinterp/casts/pointer-to-long' )
671+ exclude_test ('tests/cpychecker/absinterp/casts/pyobjectptr-to-long' )
672+
673+ # Various other tests that fail:
674+ exclude_test ('tests/cpychecker/absinterp/comparisons/conditionals' )
675+ exclude_test ('tests/cpychecker/refcounts/PyList_Size/known-size' )
676+ exclude_test ('tests/cpychecker/refcounts/SWIG_Python_SetErrorMsg/correct' )
677+ exclude_test ('tests/examples/attributes' )
678+ exclude_test ('tests/examples/hello-world' )
679+ exclude_test ('tests/plugin/rtl' )
680+
666681def run_one_test (testdir ):
667682 try :
668683 sys .stdout .write ('%s: ' % testdir )
You can’t perform that action at this time.
0 commit comments