app/test: count tests skipped at setup
[dpdk.git] / app / test / test_memory.c
index 140ac3f..440e5ef 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)