Skip to content

Commit

Permalink
[test] Remove a frontend test file in objc
Browse files Browse the repository at this point in the history
Summary: ^^

Reviewed By: geralt-encore

Differential Revision: D49421052

fbshipit-source-id: fab0378c78eeb87a4f9882ba1714b7cfba9c6b79
  • Loading branch information
skcho authored and facebook-github-bot committed Sep 22, 2023
1 parent b3a5d9c commit 29c8370
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 360 deletions.
1 change: 0 additions & 1 deletion infer/tests/codetoanalyze/objc/biabduction/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ SOURCES_ARC = \
npe/npe_conditional.m \
npe/npe_self.m \
npe/nullable.m \
shared/block/dispatch_examples.m \
specialized_methods_with_blocks/BlockAsReceiver.m \
variadic_methods/premature_nil_termination.m \

Expand Down
6 changes: 0 additions & 6 deletions infer/tests/codetoanalyze/objc/biabduction/issues.exp
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ codetoanalyze/objc/biabduction/retain_cycles/retain_cycle.m, strongcycle_bad, 6,
codetoanalyze/objc/biabduction/retain_cycles/retain_cycle2.m, strongcycle2_bad, 4, BIABDUCTION_ANALYSIS_STOPS, no_bucket, WARNING, [start of procedure strongcycle2_bad(),start of procedure init,return from a call to Parent.init,start of procedure init,return from a call to Child.init,start of procedure setChild:,return from a call to Parent.setChild:,start of procedure setParent:,return from a call to Child.setParent:]
codetoanalyze/objc/biabduction/retain_cycles/retain_cycle2.m, strongcycle2_bad, 4, BIABDUCTION_RETAIN_CYCLE, no_bucket, ERROR, [start of procedure strongcycle2_bad(),start of procedure init,return from a call to Parent.init,start of procedure init,return from a call to Child.init,start of procedure setChild:,return from a call to Parent.setChild:,start of procedure setParent:,return from a call to Child.setParent:]
codetoanalyze/objc/biabduction/variadic_methods/premature_nil_termination.m, PrematureNilTermA.nilInArrayWithObjects, 5, PREMATURE_NIL_TERMINATION_ARGUMENT, B1, WARNING, [start of procedure nilInArrayWithObjects]
codetoanalyze/objc/shared/block/dispatch_examples.m, DispatchEx.dispatch_once_example, 9, NULL_DEREFERENCE, B1, ERROR, [start of procedure dispatch_once_example,macro expanded here,Skipping __function_pointer__(): unresolved function pointer]
codetoanalyze/objc/shared/block/dispatch_examples.m, DispatchEx.dispatch_async_example, 7, NULL_DEREFERENCE, B1, ERROR, [start of procedure dispatch_async_example,Skipping __function_pointer__(): unresolved function pointer]
codetoanalyze/objc/shared/block/dispatch_examples.m, DispatchEx.dispatch_after_example, 8, NULL_DEREFERENCE, B1, ERROR, [start of procedure dispatch_after_example,Skipping __function_pointer__(): unresolved function pointer]
codetoanalyze/objc/shared/block/dispatch_examples.m, DispatchEx.dispatch_group_example, 6, NULL_DEREFERENCE, B1, ERROR, [start of procedure dispatch_group_example,Skipping __function_pointer__(): unresolved function pointer]
codetoanalyze/objc/shared/block/dispatch_examples.m, DispatchEx.dispatch_group_notify_example, 6, NULL_DEREFERENCE, B1, ERROR, [start of procedure dispatch_group_notify_example,Skipping __function_pointer__(): unresolved function pointer]
codetoanalyze/objc/shared/block/dispatch_examples.m, DispatchEx.dispatch_barrier_example, 6, NULL_DEREFERENCE, B1, ERROR, [start of procedure dispatch_barrier_example,Skipping __function_pointer__(): unresolved function pointer]
codetoanalyze/objc/biabduction/memory_leaks_benchmark/NSString_models_tests.m, StringInitA.hexStringValue, 11, BIABDUCTION_MEMORY_LEAK, no_bucket, ERROR, [start of procedure hexStringValue,Skipping CFStringCreateWithBytesNoCopy(): method has no implementation,Taking false branch]
codetoanalyze/objc/biabduction/npe/Nsstring_nil_args.m, stringWithUTF8StringBad, 1, NULL_DEREFERENCE, B5, ERROR, [start of procedure stringWithUTF8StringBad(),start of procedure nullableMethod(),return from a call to nullableMethod]
codetoanalyze/objc/biabduction/npe/Nsstring_nil_args.m, stringWithStringBad, 2, NULL_DEREFERENCE, B1, ERROR, [start of procedure stringWithStringBad(),start of procedure nullableMethod(),return from a call to nullableMethod]
Expand Down
1 change: 0 additions & 1 deletion infer/tests/codetoanalyze/objc/frontend/noarc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ SOURCES = \
../shared/block/block_no_args.m \
../shared/block/block_release.m \
../shared/block/dispatch.m \
../shared/block/dispatch_examples.m \
../shared/block/dispatch_in_macro.m \
../shared/field_superclass/SuperExample.m \
../shared/memory_leaks_benchmark/AutoreleaseExample.m \
Expand Down
82 changes: 0 additions & 82 deletions infer/tests/codetoanalyze/objc/shared/block/dispatch_examples.m

This file was deleted.

Loading

0 comments on commit 29c8370

Please sign in to comment.