This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aa23ba
)
Skip test in pat_advanced_thr.t as it triggers an unrelated thread bug.
author
Nicholas Clark
<nick@ccl4.org>
Sun, 20 Mar 2011 11:19:23 +0000
(11:19 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Sun, 20 Mar 2011 11:19:23 +0000
(11:19 +0000)
t/re/pat_advanced.t
patch
|
blob
|
blame
|
history
diff --git
a/t/re/pat_advanced.t
b/t/re/pat_advanced.t
index
6e72987
..
ad0a6c6
100644
(file)
--- a/
t/re/pat_advanced.t
+++ b/
t/re/pat_advanced.t
@@
-2112,7
+2112,9
@@
EOP
ok(1, $message); # If it didn't crash, it worked.
}
- { # Was looping
+ SKIP: { # Was looping
+ skip('Triggers thread clone SEGV. See #86550')
+ if $::running_as_thread;
watchdog(10); # Use a bigger value for busy systems
like("\x{00DF}", qr/[\x{1E9E}_]*/i, "\"\\x{00DF}\" =~ /[\\x{1E9E}_]*/i was looping");
}