소스 검색

Reducing the number of loops will drop a lot of tests. Simply just skip it all.

Samuel Thibault 12 년 전
부모
커밋
041fd27983
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      tests/main/tag_task_data_deps.c

+ 1 - 2
tests/main/tag_task_data_deps.c

@@ -85,8 +85,7 @@ int main(int argc, char **argv)
 	starpu_data_handle_t handle1, handle2;
 
 #ifdef STARPU_SLOW_MACHINE
-	duration = 0;
-	nloops /= 1024;
+	return STARPU_TEST_SKIPPED;
 #endif
 
 	ret = starpu_init(NULL);