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]

Disable gdb.threads-hp



As they stand, these tests are horribly broken.  Someone may want to 
resurrect them one day.  For now, I'm disabling them.  Per Fernando's
early email, I'm going to go ahead and check-in this change.

	* gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
	* gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
	* gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.

Index: gdb.hp/gdb.threads-hp/usrthbasic.exp
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/testsuite/gdb.hp/gdb.threads-hp/usrthbasic.exp
,v
retrieving revision 1.1.350.1
diff -c -3 -p -r1.1.350.1 usrthbasic.exp
*** usrthbasic.exp	2001/12/19 20:52:17	1.1.350.1
--- usrthbasic.exp	2001/12/20 23:43:27
***************
*** 22,27 ****
--- 22,30 ----
  #
  #log_user 1
  
+ verbose "HP's thread tests are broken beyond repair right now." 
+ return 0
+ 
  if $tracelevel {
      strace $tracelevel
  }
Index: gdb.hp/gdb.threads-hp/usrthcore.exp
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/testsuite/gdb.hp/gdb.threads-hp/usrthcore.exp,
v
retrieving revision 1.1.350.1
diff -c -3 -p -r1.1.350.1 usrthcore.exp
*** usrthcore.exp	2001/12/19 20:52:17	1.1.350.1
--- usrthcore.exp	2001/12/20 23:43:27
***************
*** 22,27 ****
--- 22,30 ----
  #
  #log_user 1
  
+ verbose "HP's thread tests are broken beyond repair right now." 
+ return 0
+ 
  if $tracelevel {
      strace $tracelevel
  }
Index: gdb.hp/gdb.threads-hp/usrthfork.exp
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/testsuite/gdb.hp/gdb.threads-hp/usrthfork.exp,
v
retrieving revision 1.1.350.1
diff -c -3 -p -r1.1.350.1 usrthfork.exp
*** usrthfork.exp	2001/12/19 20:52:17	1.1.350.1
--- usrthfork.exp	2001/12/20 23:43:27
***************
*** 18,23 ****
--- 18,26 ----
  # Please email any bugs, comments, and/or additions to this file to:
  # bug-gdb@prep.ai.mit.edu
  
+ verbose "HP's thread tests are broken beyond repair right now." 
+ return 0
+ 
  if $tracelevel {
      strace $tracelevel
  }





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