projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f11cc18
)
t/op/sigdispatch.t: SKIP, not TODO
author
Brian Fraser
<fraserbn@gmail.com>
Tue, 12 Nov 2013 06:19:17 +0000
(
03:19
-0300)
committer
Brian Fraser
<fraserbn@gmail.com>
Sun, 26 Jan 2014 17:44:23 +0000
(14:44 -0300)
t/op/sigdispatch.t
patch
|
blob
|
history
diff --git
a/t/op/sigdispatch.t
b/t/op/sigdispatch.t
index
7457ccb
..
12b2d5e
100644
(file)
--- a/
t/op/sigdispatch.t
+++ b/
t/op/sigdispatch.t
@@
-98,8
+98,8
@@
TODO:
# tests on production releases
skip("some OSes hang here", 3) if (int($]*1000) & 1) == 0;
-
TODO
: {
-
local $::TODO = "Issues on Android"
if $^O =~ /android/;
+
SKIP
: {
+
skip("Issues on Android", 3)
if $^O =~ /android/;
my $action = POSIX::SigAction->new(sub { $gotit--, die }, POSIX::SigSet->new, 0);
POSIX::sigaction(&POSIX::SIGALRM, $action);
eval {