On 28 Nov 2015 5:44 pm, "Eli Zaretskii" wrote: > Two of the tests are failing for me: > > Test character-fold--test-consistency condition: > (invalid-regexp "Regular expression too big") > FAILED 1/4 character-fold--test-consistency > passed 2/4 character-fold--test-fold-to-regexp > Test character-fold--test-lax-whitespace condition: > (invalid-regexp "Regular expression too big") > FAILED 3/4 character-fold--test-lax-whitespace > passed 4/4 character-fold--test-some-defaults > > Let me know if I can provide more information. Yes, I was getting this too. I reduced the length of the random strings in the test from 100 to 50 in order to stop getting this. But it looks like your system wants it to be even lower. Can you try reducing it a bit more? Sadly, if you're forced to make it too small, then we'll have to think of another way to handle this.