diff options
Diffstat (limited to 'tests/gem_flink_race.c')
-rw-r--r-- | tests/gem_flink_race.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/gem_flink_race.c b/tests/gem_flink_race.c index c2a5d81c..26f32585 100644 --- a/tests/gem_flink_race.c +++ b/tests/gem_flink_race.c @@ -103,7 +103,6 @@ static void test_flink_name(void) threads = calloc(num_threads, sizeof(pthread_t)); fd = drm_open_any(); - igt_assert(fd >= 0); for (i = 0; i < num_threads; i++) { r = pthread_create(&threads[i], NULL, @@ -173,7 +172,6 @@ static void test_flink_close(void) threads = calloc(num_threads, sizeof(pthread_t)); fd = drm_open_any(); - igt_assert(fd >= 0); for (i = 0; i < num_threads; i++) { r = pthread_create(&threads[i], NULL, |