瀏覽代碼

tests/core/starpu_task_wait.c: temporarily skip the test when running on valgrind

Nathalie Furmento 13 年之前
父節點
當前提交
467a125447
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      tests/core/starpu_task_wait.c

+ 5 - 0
tests/core/starpu_task_wait.c

@@ -62,6 +62,11 @@ static void parse_args(int argc, char **argv)
 
 int main(int argc, char **argv)
 {
+
+#ifdef STARPU_HAVE_VALGRIND_H
+	if(RUNNING_ON_VALGRIND) return STARPU_TEST_SKIPPED;
+#endif
+
 	double timing;
 	struct timeval start;
 	struct timeval end;