Re: [PATCH] Parallelize better 28_regex/* testing

2013-11-22 Thread Paolo Carlini
Hi > On 22/nov/2013, at 21:12, Jakub Jelinek wrote: > > Hi! > > I've noticed recently that the 28_regex/ tests look very expensive > testing time wise, while there are only ~ 120 tests, I'm routinely seeing > 28_regex/* complete last. This patch moves the most expensive 28_regex/ > tests ([ab]

[PATCH] Parallelize better 28_regex/* testing

2013-11-22 Thread Jakub Jelinek
Hi! I've noticed recently that the 28_regex/ tests look very expensive testing time wise, while there are only ~ 120 tests, I'm routinely seeing 28_regex/* complete last. This patch moves the most expensive 28_regex/ tests ([ab]*, about 2/3 of all the regex tests) to a separate job, while one of