Re: [OE-core] [PATCH 1/2 v3] coreutils: add ptest

2020-02-28 Thread Trevor Gamblin
On 2/27/20 10:59 PM, Anuj Mittal wrote: On 27-Feb-20 02:07 AM, Trevor Gamblin wrote: coreutils has a large number of tests, including some added by the Makefile flags RUN_EXPENSIVE_TESTS and RUN_VERY_EXPENSIVE_TESTS that significantly increase runtime (and which have been disabled). Note that

Re: [OE-core] [PATCH 1/2 v3] coreutils: add ptest

2020-02-27 Thread Richard Purdie
On Thu, 2020-02-27 at 18:51 -0500, Trevor Gamblin wrote: > On 2/27/20 6:26 PM, Richard Purdie wrote: > > On Wed, 2020-02-26 at 19:13 +0100, Alexander Kanavin wrote: > > > valgrind, gdb and strace are already pulled into core-image-sato- > > > sdk- > > > ptest (the one that runs the slow ptests on t

Re: [OE-core] [PATCH 1/2 v3] coreutils: add ptest

2020-02-27 Thread Anuj Mittal
On 27-Feb-20 02:07 AM, Trevor Gamblin wrote: coreutils has a large number of tests, including some added by the Makefile flags RUN_EXPENSIVE_TESTS and RUN_VERY_EXPENSIVE_TESTS that significantly increase runtime (and which have been disabled). Note that the coreutils ptest directory is given b

Re: [OE-core] [PATCH 1/2 v3] coreutils: add ptest

2020-02-27 Thread Trevor Gamblin
On 2/27/20 6:26 PM, Richard Purdie wrote: On Wed, 2020-02-26 at 19:13 +0100, Alexander Kanavin wrote: valgrind, gdb and strace are already pulled into core-image-sato-sdk- ptest (the one that runs the slow ptests on the AB), so there is no harm in adding them here as well. Actually, there is.

Re: [OE-core] [PATCH 1/2 v3] coreutils: add ptest

2020-02-27 Thread Richard Purdie
On Wed, 2020-02-26 at 19:13 +0100, Alexander Kanavin wrote: > valgrind, gdb and strace are already pulled into core-image-sato-sdk- > ptest (the one that runs the slow ptests on the AB), so there is no > harm in adding them here as well. Actually, there is. Adding valgrind to the RDEPENDS of core

Re: [OE-core] [PATCH 1/2 v3] coreutils: add ptest

2020-02-26 Thread Alexander Kanavin
valgrind, gdb and strace are already pulled into core-image-sato-sdk-ptest (the one that runs the slow ptests on the AB), so there is no harm in adding them here as well. Alex On Wed, 26 Feb 2020 at 19:08, Trevor Gamblin wrote: > coreutils has a large number of tests, including some added by th

[OE-core] [PATCH 1/2 v3] coreutils: add ptest

2020-02-26 Thread Trevor Gamblin
coreutils has a large number of tests, including some added by the Makefile flags RUN_EXPENSIVE_TESTS and RUN_VERY_EXPENSIVE_TESTS that significantly increase runtime (and which have been disabled). Note that the coreutils ptest directory is given blanket permissions at runtime with chmod -R 777, t