mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 856246 - Adjust filter-very-few to adapt to varying input sizes. rs=tests
This commit is contained in:
parent
8f35a473d2
commit
ea92c8c271
@ -1,3 +1,3 @@
|
||||
load(libdir + "parallelarray-helpers.js");
|
||||
if (getBuildConfiguration().parallelJS)
|
||||
compareAgainstArray(range(0, minItemsTestingThreshold), "filter", function(i) { return i <= 1 || i >= 1022; });
|
||||
compareAgainstArray(range(0, minItemsTestingThreshold), "filter", function(i) { return i <= 1 || i >= minItemsTestingThreshold - 2; });
|
||||
|
Loading…
Reference in New Issue
Block a user