From ed396bcf75a5a81ef193b760819f1859a028f2c7 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 8 Jun 2011 15:08:27 -0400 Subject: [PATCH] Update notes on why we actually want to disable thread stress tests. --- dist/threads-shared/t/stress.t | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dist/threads-shared/t/stress.t b/dist/threads-shared/t/stress.t index 8573f1a..e126a21 100644 --- a/dist/threads-shared/t/stress.t +++ b/dist/threads-shared/t/stress.t @@ -11,8 +11,12 @@ BEGIN { print("1..0 # SKIP Broken under HP-UX 10.20\n"); exit(0); } + + # http://lists.alioth.debian.org/pipermail/perl-maintainers/2011-June/002285.html + # There _is_ TLS support on m68k, but this stress test is overwhelming + # for the hardware if ($^O eq 'linux' && $Config{archname} =~ /^m68k/) { - print("1..0 # Skip: no TLS on m68k yet \n"); + print("1..0 # Skip: m68k doesn't have enough oomph for these stress tests\n"); exit(0); } } -- 2.7.4