Re: [#4840] Merge assertion failure in svn_sort__array_insert
From: Nathan Hartman <hartman.nathan_at_gmail.com>
Date: Wed, 8 Jan 2020 10:55:59 -0500
On Wed, Jan 8, 2020 at 9:24 AM Daniel Shahaf <d.s_at_daniel.shahaf.name> wrote:
> But unlike nearly all of the test suite, we don't actually know what the
That occurred to me as well. There's no way to 'uniq' the values when
My earlier thinking (though I didn't spell it out) was to move the
I haven't yet decided whether I still like this idea, because Daniel's
> It's not necessary to use a PRNG to test a large/diverse set of inputs. You
In other words, replace the PRNG and leave all else as-is.
Generating all permutations when picking 2 items is easy:
for (i = 0; i < 299; i++) {
This generates all 89,700 permutations (300 nPr 2 = 300!/298!) and
Nathan
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.