Re: [OE-core] [PATCH] boost: add ptest support

2018-08-28 Thread Anuj Mittal
On 08/29/2018 01:22 AM, openembedded-core-boun...@lists.openembedded.org wrote: > On 08/28/2018 10:25 AM, Yang Wang wrote: >> On 08/27/2018 08:57 PM, Randy MacLeod wrote: >>> On 08/27/2018 06:17 PM, Yang Wang wrote: Not sure if it's worth to run the Ptest on QEMU though, I also run Ptest

Re: [OE-core] [PATCH] boost: add ptest support

2018-08-28 Thread Yang Wang
On 08/28/2018 10:25 AM, Yang Wang wrote: On 08/27/2018 08:57 PM, Randy MacLeod wrote: On 08/27/2018 06:17 PM, Yang Wang wrote: Not sure if it's worth to run the Ptest on QEMU though, I also run Ptest on SIMICS simulators, thousands of tests didn't get run, looks like the result was not good as

Re: [OE-core] [PATCH] boost: add ptest support

2018-08-28 Thread Yang Wang
On 08/27/2018 08:57 PM, Randy MacLeod wrote: On 08/27/2018 06:17 PM, Yang Wang wrote: Not sure if it's worth to run the Ptest on QEMU though, I also run Ptest on SIMICS simulators, thousands of tests didn't get run, looks like the result was not good as well. Now my nightly Ptest runs on x86

Re: [OE-core] [PATCH] boost: add ptest support

2018-08-28 Thread Richard Purdie
On Mon, 2018-08-27 at 20:57 -0400, Randy MacLeod wrote: > On 08/27/2018 06:17 PM, Yang Wang wrote: > > Not sure if it's worth to run the Ptest on QEMU though, I also run > > Ptest > > on SIMICS simulators, thousands of tests didn't get run, looks like > > the > > result was not good as well. > >

Re: [OE-core] [PATCH] boost: add ptest support

2018-08-27 Thread Randy MacLeod
On 08/27/2018 06:17 PM, Yang Wang wrote: Not sure if it's worth to run the Ptest on QEMU though, I also run Ptest on SIMICS simulators, thousands of tests didn't get run, looks like the result was not good as well. Now my nightly Ptest runs on x86 device and gets consistent result every day:

Re: [OE-core] [PATCH] boost: add ptest support

2018-06-10 Thread Yu, Mingli
Ping. Thanks, On 2018年05月18日 16:55, mingli...@windriver.com wrote: From: Mingli Yu * Add a patch to remove rpath when compiling tests. * The rules for tests don't work in cross-compiling, they try to run the executable after compiling and linking the test program, so add a patch to ha

[OE-core] [PATCH] boost: add ptest support

2018-05-18 Thread mingli.yu
From: Mingli Yu * Add a patch to remove rpath when compiling tests. * The rules for tests don't work in cross-compiling, they try to run the executable after compiling and linking the test program, so add a patch to hack the rules, and add the running logic in run-ptest * There are 2000+