summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-03-25 22:27:08 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-30 22:22:19 +0000
commit861a703c1afc9b8fad0226dd5408eb200a0085c1 (patch)
tree991692d1d8dbb002185415e2163179540e9ea889 /meta/recipes-devtools
parentb7df5bd45d62183e2785e7458675eb5962c743e6 (diff)
downloadpoky-861a703c1afc9b8fad0226dd5408eb200a0085c1.tar.gz
tcl: Forward port skip logic for musl ptests
commit 9d1df0596f6f3db6f63ae83559fbea3cc372503a overhauled run-ptest script which did not consider the edits being done from recipe especially for musl ptests. Bring the skip editing to follow the new logic in run-ptest Fixes Failed ptests: {'tcl': ['unixInit.test']} (From OE-Core rev: 04a8f73762e86376dcd9dbe452cbc68b9fe83030) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/tcltk/tcl_8.6.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.13.bb b/meta/recipes-devtools/tcltk/tcl_8.6.13.bb
index bb75353a5a..06bf900787 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.6.13.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.6.13.bb
@@ -88,7 +88,7 @@ do_install_ptest() {
88 88
89do_install_ptest:append:libc-musl () { 89do_install_ptest:append:libc-musl () {
90 # Assumes locales other than provided by musl-locales 90 # Assumes locales other than provided by musl-locales
91 sed -i -e "s|SKIPPED_TESTS='|SKIPPED_TESTS='unixInit-3* |" ${D}${PTEST_PATH}/run-ptest 91 sed -i '/SKIP="$SKIP socket.*$/a # unixInit-3* is suppressed due to hardcoded locale assumptions\nSKIP="$SKIP unixInit-3\\\*"' ${D}${PTEST_PATH}/run-ptest
92} 92}
93 93
94# Fix some paths that might be used by Tcl extensions 94# Fix some paths that might be used by Tcl extensions