Re: [FFmpeg-devel] [PATCHv3] fate: Add an option for disabling the 2k/4k tests

2019-12-17 Thread Martin Storsjö
On Mon, 16 Dec 2019, James Almer wrote: On 12/15/2019 6:50 PM, Martin Storsjö wrote: When testing on a memory limited system, these tests consume a significant amount of memory and can often fail if testing by running multiple processes in parallel. --- Made it possible to override the setting

Re: [FFmpeg-devel] [PATCHv3] fate: Add an option for disabling the 2k/4k tests

2019-12-16 Thread James Almer
On 12/15/2019 6:50 PM, Martin Storsjö wrote: > When testing on a memory limited system, these tests consume a > significant amount of memory and can often fail if testing by running > multiple processes in parallel. > --- > Made it possible to override the setting when running make, by setting > LA

[FFmpeg-devel] [PATCHv3] fate: Add an option for disabling the 2k/4k tests

2019-12-15 Thread Martin Storsjö
When testing on a memory limited system, these tests consume a significant amount of memory and can often fail if testing by running multiple processes in parallel. --- Made it possible to override the setting when running make, by setting LARGE_TESTS. The solution looks a bit different from what I