@@ -430,12 +430,19 @@ def exclude_tests_below(path):
430
430
exclude_test ('tests/cpychecker/refcounts/PyDict_SetItem/incorrect' )
431
431
exclude_test ('tests/cpychecker/refcounts/PyDict_SetItemString/correct' )
432
432
exclude_test ('tests/cpychecker/refcounts/PyDict_SetItemString/incorrect' )
433
+ exclude_test ('tests/cpychecker/refcounts/PyFloat_AsDouble/correct_PyFloatObject' )
433
434
exclude_test ('tests/cpychecker/refcounts/PyList_Append/correct' )
434
435
exclude_test ('tests/cpychecker/refcounts/PyList_Append/incorrect' )
435
436
exclude_test ('tests/cpychecker/refcounts/PyList_Append/incorrect-loop' )
437
+ exclude_test ('tests/cpychecker/refcounts/PyList_Append/null-newitem' )
438
+ exclude_test ('tests/cpychecker/refcounts/PyList_Append/ticket-22' )
436
439
exclude_test ('tests/cpychecker/refcounts/PyList_SET_ITEM_macro/correct' )
437
440
exclude_test ('tests/cpychecker/refcounts/PyList_SET_ITEM_macro/correct_multiple' )
438
441
exclude_test ('tests/cpychecker/refcounts/PyList_SET_ITEM_macro/incorrect_multiple' )
442
+ exclude_test ('tests/cpychecker/refcounts/PyList_Size/known-size' )
443
+ exclude_test ('tests/cpychecker/refcounts/PySequence_SetItem/correct' )
444
+ exclude_test ('tests/cpychecker/refcounts/PySequence_SetItem/incorrect' )
445
+ exclude_test ('tests/cpychecker/refcounts/PySequence_Size/correct' )
439
446
exclude_test ('tests/cpychecker/refcounts/PyString_AsString/correct' )
440
447
exclude_test ('tests/cpychecker/refcounts/PyString_AsString/incorrect' )
441
448
exclude_test ('tests/cpychecker/refcounts/PySys_SetObject/correct' )
@@ -449,10 +456,15 @@ def exclude_tests_below(path):
449
456
exclude_test ('tests/cpychecker/refcounts/Py_BuildValue/correct-code-O' )
450
457
exclude_test ('tests/cpychecker/refcounts/correct_decref' )
451
458
exclude_test ('tests/cpychecker/refcounts/loop_n_times' )
459
+ exclude_test ('tests/cpychecker/refcounts/loops/complex-loop-conditional-1' )
460
+ exclude_test ('tests/cpychecker/refcounts/loops/complex-loop-conditional-2' )
452
461
exclude_test ('tests/cpychecker/refcounts/module_handling' )
453
462
exclude_test ('tests/cpychecker/refcounts/object_from_callback' )
463
+ exclude_test ('tests/cpychecker/refcounts/passing_dead_object' )
454
464
exclude_test ('tests/cpychecker/refcounts/returning_dead_object' )
465
+ exclude_test ('tests/cpychecker/refcounts/ticket-20' )
455
466
exclude_test ('tests/cpychecker/refcounts/unrecognized_function2' )
467
+ exclude_test ('tests/cpychecker/refcounts/unrecognized_function4' )
456
468
exclude_test ('tests/cpychecker/refcounts/use_after_dealloc' )
457
469
exclude_test ('tests/examples/spelling-checker' )
458
470
0 commit comments