summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/tcltk/tcl/run-ptest2
-rw-r--r--meta/recipes-devtools/tcltk8/tcl8/run-ptest2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl/run-ptest b/meta/recipes-devtools/tcltk/tcl/run-ptest
index be067f13ea..2135b17074 100644
--- a/meta/recipes-devtools/tcltk/tcl/run-ptest
+++ b/meta/recipes-devtools/tcltk/tcl/run-ptest
@@ -15,7 +15,7 @@ SKIP="$SKIP exit-1.\*"
15# 15407 15421 15# 15407 15421
16SKIP="$SKIP \*io-46.1" 16SKIP="$SKIP \*io-46.1"
17# io-13.6 explicitly says it can fail on slow/loaded machines 17# io-13.6 explicitly says it can fail on slow/loaded machines
18SKIP="$SKIP io-13.6" 18SKIP="$SKIP \*io-13.6"
19# 14825 19# 14825
20SKIP="$SKIP socket-\* socket_inet-\*" 20SKIP="$SKIP socket-\* socket_inet-\*"
21# tries to access google.com 21# tries to access google.com
diff --git a/meta/recipes-devtools/tcltk8/tcl8/run-ptest b/meta/recipes-devtools/tcltk8/tcl8/run-ptest
index bea9d9ccfd..dd46ebdeaa 100644
--- a/meta/recipes-devtools/tcltk8/tcl8/run-ptest
+++ b/meta/recipes-devtools/tcltk8/tcl8/run-ptest
@@ -16,7 +16,7 @@ SKIP="$SKIP exit-1.\*"
16# 15407 15421 16# 15407 15421
17SKIP="$SKIP \*io-46.1" 17SKIP="$SKIP \*io-46.1"
18# io-13.6 explicitly says it can fail on slow/loaded machines 18# io-13.6 explicitly says it can fail on slow/loaded machines
19SKIP="$SKIP io-13.6" 19SKIP="$SKIP \*io-13.6"
20# 14825 20# 14825
21SKIP="$SKIP socket-\* socket_inet-\*" 21SKIP="$SKIP socket-\* socket_inet-\*"
22 22