Skip to content

Commit

Permalink
asan/lsan: cleanup suppression lists
Browse files Browse the repository at this point in the history
Removed asan/lsan suppresions for issues that were not reproduced.
Removed skip condition files for tests that passed testing.

Part of #4360
  • Loading branch information
avtikhon authored and kyukhin committed Aug 20, 2020
1 parent ee07eab commit a102123
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 67 deletions.
10 changes: 0 additions & 10 deletions asan/asan.supp
Expand Up @@ -5,16 +5,6 @@
#fun:*
#src:*

# !test: app-tap/json.test.lua
# source: third_party/lua-cjson/lua_cjson.c
fun:json_decode

# test: unit/base64.test.lua
# source: third_party/base64.c
fun:base64_decode_block
# source: test/unit/base64.c
fun:base64_test

# !test: unit/msgpack.test
# source: src/lib/msgpuck/test/msgpuck.c
fun:test_mp_print
45 changes: 2 additions & 43 deletions asan/lsan.supp
Expand Up @@ -44,65 +44,24 @@ leak:tt_bitset_iterator_init
# source: /lib/x86_64-linux-gnu/libc.so*
leak:libc.so*

# test: box-tap/schema-mt.test.lua
# test: box-tap/schema_mt.test.lua
# source: src/lib/core/coio_task.c
leak:coio_on_start
# source: src/lib/salad/mhash.h
leak:mh_i32ptr_new

# test: replication/misc.test.lua
# source: src/box/vy_log.c
leak:vy_recovery_new_f
# source: src/lib/salad/mhash.h
leak:mh_i64ptr_new

# test: sql-tap/gh2250-trigger-chain-limit.test.lua
# source: src/lib/core/exception.cc
leak:Exception::operator new

# test: sql-tap/trigger9.test.lua
# source: src/lib/core/fiber.c
leak:cord_start

# test: sql-tap/tkt-7bbfb7d442.test.lua
# test: sql-tap/view.test.lua
# test: sql-tap/with1.test.lua
# test: sql-tap/with2.test.lua
# source: src/box/sql/malloc.c
leak:sql_sized_malloc

# test: swim/errinj.test.lua
# test: swim/swim.test.lua
# source: src/lib/swim/swim.c
leak:swim_member_new
leak:swim_update_member_payload

# !test: unit/bps_tree.test.lua
# source: src/lib/salad/bps_tree.h
leak:bps_tree_test_create_leaf
leak:bps_tree_test_process_insert_leaf

# !test: unit/heap.test.lua
# source: test/unit/heap.c
leak:test_random_delete_workload
leak:test_delete_last_node

# !test: unit/heap_iterator.test.lua
# source: src/lib/salad/heap.h
leak:test_heap_reserve

# !test: unit/swim.test.lua
# test: unit/swim.test.lua
# source: src/lib/swim/swim_io.c
leak:swim_scheduler_set_codec

# test: vinyl/errinj.test.lua
# source: src/lib/core/fiber.h
leak:fiber_cxx_invoke

# test: vinyl/errinj_ddl.test.lua
# source: src/box/vy_stmt.c
leak:vy_stmt_alloc

# test: vinyl/recover.test.lua
# source: src/lib/core/fiber.c
leak:cord_costart_thread_func
7 changes: 0 additions & 7 deletions test/app-tap/json.skipcond

This file was deleted.

7 changes: 0 additions & 7 deletions test/unit/guard.skipcond

This file was deleted.

0 comments on commit a102123

Please sign in to comment.