-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add command line option to randomize test execution order #472
Comments
why is
|
--deqp-caselist-file does not honor the order in the file. I have tried finding how it orders them by just eyeballing the runs and it's not sorted by test name. |
What makes you think that the order in the file is not respected? |
compute.txt: dEQP-VK.compute.pipeline.basic.branch_past_barrier deqp-vk-64.exe --deqp-caselist-file=compute.txt Test case 'dEQP-VK.compute.pipeline.basic.concurrent_compute'.. Test case 'dEQP-VK.compute.pipeline.basic.copy_image_to_ssbo_large'.. Test case 'dEQP-VK.compute.pipeline.basic.branch_past_barrier'.. DONE! Test run totals: |
compute.txt dEQP-VK.compute.pipeline.basic.copy_image_to_ssbo_large deqp-vk-64.exe --deqp-caselist-file=compute.txt Test case 'dEQP-VK.compute.pipeline.basic.concurrent_compute'.. Test case 'dEQP-VK.compute.pipeline.basic.copy_image_to_ssbo_large'.. Test case 'dEQP-VK.compute.pipeline.basic.branch_past_barrier'.. DONE! Test run totals: |
Ping. |
While working on an extension implementation, I noticed that ordering of tests help isolate some bugs related to driver incorrectly saving some state. I did not see an option to randomize test order from a case list. Would that be something that can be added?
The text was updated successfully, but these errors were encountered: