From ca0913ceb9a64d02e6fd6345e71af219f568430e Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Wed, 22 Mar 2017 11:37:23 -0400 Subject: Further widen nondeterministic processor testing Add in all Windows and Mac bots BUG=skia:6395 Change-Id: Ib0d2b36330a44c7cb04833fad6d55b3aa884aafe Reviewed-on: https://skia-review.googlesource.com/10007 Reviewed-by: Brian Salomon Commit-Queue: Brian Osman --- infra/bots/recipe_modules/sktest/api.py | 2 +- .../Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug.json | 1 + .../Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug.json | 1 + ...Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.json | 1 + .../Test-Win10-MSVC-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-Vulkan.json | 1 + .../Test-Win10-MSVC-NUC-GPU-IntelIris540-x86_64-Debug-ANGLE.json | 1 + .../Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-Vulkan.json | 1 + .../Test-Win10-MSVC-ZBOX-GPU-GTX1070-x86_64-Debug-Vulkan.json | 1 + .../Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json | 1 + .../Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json | 1 + infra/bots/recipe_modules/sktest/example.expected/big_issue_number.json | 1 + 11 files changed, 11 insertions(+), 1 deletion(-) (limited to 'infra/bots/recipe_modules') diff --git a/infra/bots/recipe_modules/sktest/api.py b/infra/bots/recipe_modules/sktest/api.py index f69cc80435..d72121c023 100644 --- a/infra/bots/recipe_modules/sktest/api.py +++ b/infra/bots/recipe_modules/sktest/api.py @@ -15,7 +15,7 @@ def dm_flags(bot): # This enables non-deterministic random seeding of the GPU FP optimization # test. Limit testing until we're sure it's not going to cause an # avalanche of problems. - if 'Ubuntu' in bot: + if 'Ubuntu' in bot or 'Win' in bot or 'Mac' in bot: args.append('--randomProcessorTest') # 32-bit desktop bots tend to run out of memory, because they have relatively diff --git a/infra/bots/recipe_modules/sktest/example.expected/Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug.json b/infra/bots/recipe_modules/sktest/example.expected/Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug.json index 94f00d84a7..2e39e75f70 100644 --- a/infra/bots/recipe_modules/sktest/example.expected/Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug.json +++ b/infra/bots/recipe_modules/sktest/example.expected/Test-Mac-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Debug.json @@ -218,6 +218,7 @@ "--writePath", "[CUSTOM_[SWARM_OUT_DIR]]/dm", "--nocpu", + "--randomProcessorTest", "--config", "8888", "srgb", diff --git a/infra/bots/recipe_modules/sktest/example.expected/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug.json b/infra/bots/recipe_modules/sktest/example.expected/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug.json index ae0d98ed10..42c97a1bca 100644 --- a/infra/bots/recipe_modules/sktest/example.expected/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug.json +++ b/infra/bots/recipe_modules/sktest/example.expected/Test-Mac-Clang-MacMini6.2-CPU-AVX-x86_64-Debug.json @@ -218,6 +218,7 @@ "--writePath", "[CUSTOM_[SWARM_OUT_DIR]]/dm", "--nogpu", + "--randomProcessorTest", "--config", "8888", "srgb", diff --git a/infra/bots/recipe_modules/sktest/example.expected/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.json b/infra/bots/recipe_modules/sktest/example.expected/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.json index 514bc3bd90..9a4890fab3 100644 --- a/infra/bots/recipe_modules/sktest/example.expected/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.json +++ b/infra/bots/recipe_modules/sktest/example.expected/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.json @@ -220,6 +220,7 @@ "--writePath", "[CUSTOM_[SWARM_OUT_DIR]]/dm", "--nocpu", + "--randomProcessorTest", "--config", "commandbuffer", "--src", diff --git a/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-Vulkan.json b/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-Vulkan.json index 71576986ce..fb4188c454 100644 --- a/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-Vulkan.json +++ b/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-Vulkan.json @@ -220,6 +220,7 @@ "--writePath", "[CUSTOM_[SWARM_OUT_DIR]]\\dm", "--nocpu", + "--randomProcessorTest", "--config", "vk", "--src", diff --git a/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-NUC-GPU-IntelIris540-x86_64-Debug-ANGLE.json b/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-NUC-GPU-IntelIris540-x86_64-Debug-ANGLE.json index 6c8681944a..858fe341f5 100644 --- a/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-NUC-GPU-IntelIris540-x86_64-Debug-ANGLE.json +++ b/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-NUC-GPU-IntelIris540-x86_64-Debug-ANGLE.json @@ -220,6 +220,7 @@ "--writePath", "[CUSTOM_[SWARM_OUT_DIR]]\\dm", "--nocpu", + "--randomProcessorTest", "--config", "angle_d3d11_es2", "angle_d3d9_es2", diff --git a/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-Vulkan.json b/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-Vulkan.json index bf4aef5458..3fb7554622 100644 --- a/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-Vulkan.json +++ b/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-Vulkan.json @@ -220,6 +220,7 @@ "--writePath", "[CUSTOM_[SWARM_OUT_DIR]]\\dm", "--nocpu", + "--randomProcessorTest", "--config", "vk", "--src", diff --git a/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ZBOX-GPU-GTX1070-x86_64-Debug-Vulkan.json b/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ZBOX-GPU-GTX1070-x86_64-Debug-Vulkan.json index e59ae00096..860cb6d735 100644 --- a/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ZBOX-GPU-GTX1070-x86_64-Debug-Vulkan.json +++ b/infra/bots/recipe_modules/sktest/example.expected/Test-Win10-MSVC-ZBOX-GPU-GTX1070-x86_64-Debug-Vulkan.json @@ -220,6 +220,7 @@ "--writePath", "[CUSTOM_[SWARM_OUT_DIR]]\\dm", "--nocpu", + "--randomProcessorTest", "--config", "vk", "--src", diff --git a/infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json b/infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json index 138259d78a..eb6d6ea9e5 100644 --- a/infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json +++ b/infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json @@ -224,6 +224,7 @@ "--writePath", "[CUSTOM_[SWARM_OUT_DIR]]\\dm", "--nogpu", + "--randomProcessorTest", "--config", "8888", "srgb", diff --git a/infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json b/infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json index 653c0166f7..701d99fe00 100644 --- a/infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json +++ b/infra/bots/recipe_modules/sktest/example.expected/Test-Win8-MSVC-ShuttleB-GPU-GTX960-x86_64-Debug-ANGLE.json @@ -220,6 +220,7 @@ "--writePath", "[CUSTOM_[SWARM_OUT_DIR]]\\dm", "--nocpu", + "--randomProcessorTest", "--config", "angle_d3d11_es2", "angle_d3d9_es2", diff --git a/infra/bots/recipe_modules/sktest/example.expected/big_issue_number.json b/infra/bots/recipe_modules/sktest/example.expected/big_issue_number.json index 27eae55c0d..a1140eb40b 100644 --- a/infra/bots/recipe_modules/sktest/example.expected/big_issue_number.json +++ b/infra/bots/recipe_modules/sktest/example.expected/big_issue_number.json @@ -224,6 +224,7 @@ "--writePath", "[CUSTOM_[SWARM_OUT_DIR]]\\dm", "--nogpu", + "--randomProcessorTest", "--config", "8888", "srgb", -- cgit v1.2.3