|
[PATCH v2 ptest-runner 2/2] main: Do not return number of failed tests when calling ptest-runner
Hi, Yes they are. I just send recipe upgrade to OE-Core, the patches are already in git. Regards, Anibal
Hi, Yes they are. I just send recipe upgrade to OE-Core, the patches are already in git. Regards, Anibal
|
By
Anibal Limon
· #54880
·
|
|
[ptest-runner][PATCH 3/3] utils.c: add system data collection when a test gets stuck.
Hi Alex, Do you have a repo/branch for this patch?. I'm having issues applying... ... alimon@blackbox:~/upstream/ptest-runner2$ git am -3 ~/Downloads/\[ptest-runner\]\[PATCH\ 3_3\]\ utils.c_\ add\ sys
Hi Alex, Do you have a repo/branch for this patch?. I'm having issues applying... ... alimon@blackbox:~/upstream/ptest-runner2$ git am -3 ~/Downloads/\[ptest-runner\]\[PATCH\ 3_3\]\ utils.c_\ add\ sys
|
By
Anibal Limon
· #54815
·
|
|
[PATCH v2 ptest-runner 2/2] main: Do not return number of failed tests when calling ptest-runner
I was OOO for futher you can find me with nickname alimon at #yocto at Libera. Applied, Thanks, Anibal
I was OOO for futher you can find me with nickname alimon at #yocto at Libera. Applied, Thanks, Anibal
|
By
Anibal Limon
· #54814
·
|
|
[ptest-runner 4/5] mem: Refactor ptest_list cleanup
Hi, I tried to apply without success, looks like the patch is corrupted, can you send it again?, or share a git repo/branch. Regards, Anibal
Hi, I tried to apply without success, looks like the patch is corrupted, can you send it again?, or share a git repo/branch. Regards, Anibal
|
By
Anibal Limon
· #54219
·
|
|
[ptest-runner 4/5] mem: Refactor ptest_list cleanup
Indeed this change doesn't has a direct impact but is fine to me. Applied, Thanks!
Indeed this change doesn't has a direct impact but is fine to me. Applied, Thanks!
|
By
Anibal Limon
· #54217
·
|
|
[ptest-runner 3/5] mem: Simplify memory management
Applied, Thanks!,
By
Anibal Limon
· #54216
·
|
|
[ptest-runner 2/5] mem: Fix memleak for ptest_opts
Hi, In a normal execution this memleak doesn't have a bad effect in practical terms because at end of the program the memory will be free'd. I'm fine to pick this patch. Regards, Anibal
Hi, In a normal execution this memleak doesn't have a bad effect in practical terms because at end of the program the memory will be free'd. I'm fine to pick this patch. Regards, Anibal
|
By
Anibal Limon
· #54215
·
|
|
[ptest-runner 1/5] git: Extend the gitignore
Applied, Thanks!, Anibal.
Applied, Thanks!, Anibal.
|
By
Anibal Limon
· #54214
·
|
|
[ptest-runner 5/5] main: Do not return number of failed tests when calling ptest-runner
Hi all, Just replied in other email about this situation, so yes for me is better at least return 1 when any test fails to make it backwards compatible and knows when some test fails. Regards, Anibal
Hi all, Just replied in other email about this situation, so yes for me is better at least return 1 when any test fails to make it backwards compatible and knows when some test fails. Regards, Anibal
|
By
Anibal Limon
· #54213
·
|
|
[ptest-runner][PATCH 4/4v2] utils.c: wait_child reimplement timeout using alarm
Since we are using threads to read from child, no complex logic is needed for handle timeouts by std{out,err} in the child using alarm(2). [YOCTO #14220] Signed-off-by: Aníbal Limón <anibal.limon@lina
Since we are using threads to read from child, no complex logic is needed for handle timeouts by std{out,err} in the child using alarm(2). [YOCTO #14220] Signed-off-by: Aníbal Limón <anibal.limon@lina
|
By
Anibal Limon
· #52847
·
|
|
[ptest-runner][PATCH 1/2] Add support to specify timeout by ptest
Ack, I changed the behavior of timeout so that's the reason I'm seeing this error. I don't see any reason to not support this may be useful in the future. Regards, Anibal
Ack, I changed the behavior of timeout so that's the reason I'm seeing this error. I don't see any reason to not support this may be useful in the future. Regards, Anibal
|
By
Anibal Limon
· #52845
·
|
|
[ptest-runner][PATCH 4/4] utils.c: wait_child reimplement timeout using alarm
Yeah, thanks for remind me the old behavior, some years and I forget about it, I will fix it and put certain comments about that. I pushed to dev branch, http://git.yoctoproject.org/cgit/cgit.cgi/ptes
Yeah, thanks for remind me the old behavior, some years and I forget about it, I will fix it and put certain comments about that. I pushed to dev branch, http://git.yoctoproject.org/cgit/cgit.cgi/ptes
|
By
Anibal Limon
· #52844
·
|
|
[meta-selinux][PATCH] conf/layer.conf: Add hardknott support
Signed-off-by: Aníbal Limón <anibal.limon@...> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 178ce1b..ff009ef 100
Signed-off-by: Aníbal Limón <anibal.limon@...> --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 178ce1b..ff009ef 100
|
By
Anibal Limon
· #52839
·
|
|
[ptest-runner][PATCH 1/2] Add support to specify timeout by ptest
The ptest-runner has a default timeout of 300 secs and can be override usint -t option in the runner. There is a need to specify timeout by ptest because not all ptests takes the sametime also are aff
The ptest-runner has a default timeout of 300 secs and can be override usint -t option in the runner. There is a need to specify timeout by ptest because not all ptests takes the sametime also are aff
|
By
Anibal Limon
· #52827
·
|
|
[ptest-runner][PATCH 2/2] tests: Update to cover ptest timeout by file
Signed-off-by: Aníbal Limón <anibal.limon@...> --- tests/ptest_list.c | 10 +++++----- tests/utils.c | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tests/pte
Signed-off-by: Aníbal Limón <anibal.limon@...> --- tests/ptest_list.c | 10 +++++----- tests/utils.c | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tests/pte
|
By
Anibal Limon
· #52826
·
|
|
[ptest-runner][PATCH 4/4] utils.c: wait_child reimplement timeout using alarm
Since we are using threads to read from child, no complex logic is needed for handle timeouts use alarm(2). [YOCTO #14220] Signed-off-by: Aníbal Limón <anibal.limon@...> --- utils.c | 60 ++++++
Since we are using threads to read from child, no complex logic is needed for handle timeouts use alarm(2). [YOCTO #14220] Signed-off-by: Aníbal Limón <anibal.limon@...> --- utils.c | 60 ++++++
|
By
Anibal Limon
· #52814
·
|
|
[ptest-runner][PATCH 3/4] utils.c: Use a thread to read from child
In order to handle large output add a thread for read from childs using a pipe and remove non-blocking option. Modify bash unittest to output large data and cover this scenario. [YOCTO #14220] Signed-
In order to handle large output add a thread for read from childs using a pipe and remove non-blocking option. Modify bash unittest to output large data and cover this scenario. [YOCTO #14220] Signed-
|
By
Anibal Limon
· #52813
·
|
|
[ptest-runner][PATCH 2/4] utils.c: Fix exit status of a child
Modify testcase to validate the actual exit status. [YOCTO #14217] Signed-off-by: Aníbal Limón <anibal.limon@...> --- tests/data/fail/ptest/run-ptest | 3 +++ tests/utils.c | 2 +- utils.c | 3 ++
Modify testcase to validate the actual exit status. [YOCTO #14217] Signed-off-by: Aníbal Limón <anibal.limon@...> --- tests/data/fail/ptest/run-ptest | 3 +++ tests/utils.c | 2 +- utils.c | 3 ++
|
By
Anibal Limon
· #52812
·
|
|
[ptest-runner][PATCH 1/4] utils.c: get_available_ptests allow to specify relative directories
Fixes, $ ./ptest-runner -d ./tests/data bash Signed-off-by: Aníbal Limón <anibal.limon@...> --- utils.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/utils.c b/ut
Fixes, $ ./ptest-runner -d ./tests/data bash Signed-off-by: Aníbal Limón <anibal.limon@...> --- utils.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/utils.c b/ut
|
By
Anibal Limon
· #52811
·
|
|
[ptest-runner][PATCH v2] Fix inappropriate ioctl when detaching tty
Hi Randy, I pushed the rev, my mistake, sorry for the trouble. Regards, Anibal
Hi Randy, I pushed the rev, my mistake, sorry for the trouble. Regards, Anibal
|
By
Anibal Limon
· #52400
·
|