diff options
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl/run-ptest | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/tcltk8/tcl8/run-ptest | 2 |
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 |
16 | SKIP="$SKIP \*io-46.1" | 16 | SKIP="$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 |
18 | SKIP="$SKIP io-13.6" | 18 | SKIP="$SKIP \*io-13.6" |
19 | # 14825 | 19 | # 14825 |
20 | SKIP="$SKIP socket-\* socket_inet-\*" | 20 | SKIP="$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 |
17 | SKIP="$SKIP \*io-46.1" | 17 | SKIP="$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 |
19 | SKIP="$SKIP io-13.6" | 19 | SKIP="$SKIP \*io-13.6" |
20 | # 14825 | 20 | # 14825 |
21 | SKIP="$SKIP socket-\* socket_inet-\*" | 21 | SKIP="$SKIP socket-\* socket_inet-\*" |
22 | 22 | ||