diff options
author | Daniel Kurtz <djkurtz@chromium.org> | 2014-10-15 18:58:43 +0800 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2015-04-22 14:03:28 +0200 |
commit | 9500745f79cd7561cfd05560e29123fda74074b4 (patch) | |
tree | b38cf469f2b706c48bff176fc74b6fb4ed7fe177 /tests | |
parent | af6d85b5d7ed895546ba7bd4dd45bf1311c7df26 (diff) |
egl_khr_fence_sync: add missing piglit_loge parameter
Signed-off-by: Daniel Kurtz <djkurtz@chromium.org>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/egl/spec/egl_khr_fence_sync/egl_khr_fence_sync.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/egl/spec/egl_khr_fence_sync/egl_khr_fence_sync.c b/tests/egl/spec/egl_khr_fence_sync/egl_khr_fence_sync.c index 0f443c65b..4fb1ccd1a 100644 --- a/tests/egl/spec/egl_khr_fence_sync/egl_khr_fence_sync.c +++ b/tests/egl/spec/egl_khr_fence_sync/egl_khr_fence_sync.c @@ -1238,7 +1238,8 @@ test_eglCreateSyncKHR_with_display_bound_in_other_thread(void *test_data) if (t2_result) { piglit_merge_result(&result, *t2_result); } else { - piglit_loge("thread %"PRIuMAX" returned no piglit_result"); + piglit_loge("thread %"PRIuMAX" returned no piglit_result", + (uintmax_t) thread2); result = PIGLIT_FAIL; } |