summaryrefslogtreecommitdiff
path: root/tests/gem_storedw_loop_bsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_storedw_loop_bsd.c')
-rw-r--r--tests/gem_storedw_loop_bsd.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/gem_storedw_loop_bsd.c b/tests/gem_storedw_loop_bsd.c
index 232c3a62..d9046d69 100644
--- a/tests/gem_storedw_loop_bsd.c
+++ b/tests/gem_storedw_loop_bsd.c
@@ -156,8 +156,10 @@ int main(int argc, char **argv)
store_dword_loop(1);
store_dword_loop(2);
- store_dword_loop(3);
- store_dword_loop(5);
+ if (!drmtest_run_in_simulation()) {
+ store_dword_loop(3);
+ store_dword_loop(5);
+ }
drm_intel_bo_unreference(target_buffer);
intel_batchbuffer_free(batch);