KhronosGroup / WebGL

The Official Khronos WebGL Repository
Other
2.66k stars 669 forks source link

Speed up or split up conformance/uniforms/uniform-samplers-test.html #3150

Open kenrussell opened 4 years ago

kenrussell commented 4 years ago

@grorg points out that this test often times out in WebKit's debug testing configuration.

The majority of the test verifies invalid sampler locations. These could either be split up into sub-tests, or the test changed to perform a smaller probe of the invalid sampler number space.

kenrussell commented 2 years ago

See also Chromium bug http://crbug.com/1284384 . This test is causing random timeouts on Chromium's CI / CQ as well.