Explorar el Código

Do not run no_unregister in lsan profile

Samuel Thibault hace 9 años
padre
commit
1cbbf1ddf7
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      tests/datawizard/no_unregister.c

+ 3 - 0
tests/datawizard/no_unregister.c

@@ -47,6 +47,9 @@ int main(void)
 #ifdef STARPU_HAVE_VALGRIND_H
 	if(RUNNING_ON_VALGRIND) return STARPU_TEST_SKIPPED;
 #endif
+#ifdef STARPU_SANITIZE_LEAK
+	return STARPU_TEST_SKIPPED;
+#endif
 
 	ret = starpu_init(NULL);
 	if (ret == -ENODEV)