Browse Source

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

Samuel Thibault 12 years ago
parent
commit
041fd27983
1 changed files with 1 additions and 2 deletions
  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);