]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_memory.c
app/test: count tests skipped at setup
[dpdk.git] / app / test / test_memory.c
index 140ac3f3cf1adf4daa21af59ab3d94a76be820bf..440e5ef8387aa7c6b127b84c5c8c2024ae8c4558 100644 (file)
  * - Try to read all memory; it should not segfault.
  */
 
+/*
+ * ASan complains about accessing unallocated memory.
+ * See: https://bugs.dpdk.org/show_bug.cgi?id=880
+ */
+__rte_no_asan
 static int
 check_mem(const struct rte_memseg_list *msl __rte_unused,
                const struct rte_memseg *ms, void *arg __rte_unused)