From dd1d9ea7c4e26dc23539871ed42aa11e52f7f355 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Fri, 3 Nov 2006 07:14:39 +0000 Subject: [PATCH] Disable "threadcrash.exp" as it is incompatible with older ia64 kernels: - Improved testsuite results by the testsuite provided by the courtesy of BEA. -> - Provided (disabled during build) threading testsuite from BEA. --- gdb.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gdb.spec b/gdb.spec index 1811a80..1758253 100644 --- a/gdb.spec +++ b/gdb.spec @@ -491,7 +491,8 @@ echo ====================TESTING========================= cd gdb/testsuite # Need to use a single --ignore option, second use overrides first. # "chng-syms.exp" for possibly avoiding Linux kernel crash - Bug 207002. -make -k check RUNTESTFLAGS='--ignore "bigcore.exp chng-syms.exp checkpoint.exp"' || : +# "threadcrash.exp" is incompatible on ia64 with old kernels. +make -k check RUNTESTFLAGS='--ignore "bigcore.exp chng-syms.exp checkpoint.exp threadcrash.exp"' || : for t in sum log; do ln gdb.$t gdb-%{_target_platform}.$t || : done @@ -579,7 +580,7 @@ fi - Fix "??" resolving of symbols from (non-prelinked) debuginfo packages. - Fix "??" resolving of symbols from overlapping functions (nanosleep(3)). - Also disable testcase "checkpoint.exp" for a possible kernel Bug 207002. -- Improved testsuite results by the testsuite provided by the courtesy of BEA. +- Provided (disabled during build) threading testsuite from BEA. * Sat Oct 14 2006 Jan Kratochvil - 6.5-13 - Fix deadlock accessing last address space byte; for corrupted backtraces.