This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ppc64-linux] Disable asm-source test on powerpc64-*-linux*


Hopefully the kernel issue will be fixed shortly, and this won't need
to be submitted to the trunk.

2003-05-16  Jim Blandy  <jimb@redhat.com>

	* gdb.asm/asm-source.exp: Don't handle powerpc64-*-* along with
	powerpc-*-*; treat the former as an architecture this test doesn't
	support.  At the moment, the asm-source test program hangs and
	becomes an unkillable process on PPC64 Linux.

Index: gdb/testsuite/gdb.asm/asm-source.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.asm/asm-source.exp,v
retrieving revision 1.33
diff -c -r1.33 asm-source.exp
*** gdb/testsuite/gdb.asm/asm-source.exp	7 May 2003 21:52:53 -0000	1.33
--- gdb/testsuite/gdb.asm/asm-source.exp	28 May 2003 19:11:16 -0000
***************
*** 75,80 ****
--- 75,84 ----
      "mips*-*" {
          set asm-arch mips
      }
+     "powerpc64-*-linux*" {
+         # At the moment, this test makes the kernel hang; we're
+         # disabling it until we can sort that out.
+     }
      "powerpc*-*" {
          set asm-arch powerpc
      }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]