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]

[patch] testsuite/gdb.base/dump.exp: add missing copyright


Okay.  So I'm all "dwarf-1 must die".  And I want to, you know, nuke all
those "setup_xfail_format dwarf-1" lines that are, like, in my area of
maintenance.  But I can't just throw them out without a before-and-after
test.  That would be major uncool, k?

So I'm like, LIST_TAG_GDB=HEAD LIST_TAG_GCC='2.95.3 3.2.1'
LIST_TAG_BINUTILS=2.13.2.1 LIST_GFORMAT='dwarf dwarf-2' TestGdb.pl,
and berman is like, okay! cpu fan on!  But then berman is all quiet and
stuff like that.  HELLO?  Can you say tail -f gdb.log?

berman is stuck in gdb.base/dump.exp and it is total timeout city.
Which is all good because it's all about "dwarf-1 must die"
anyways.  I am down with that.  But I get curious and I dig into
gdb.log and I see that something didn't work in dwarf-1 and something
else depended on it and beep beep beep ERROR TIMEOUT TIMEOUT.  Which is
too bad because gdb.base/dump.exp is a really good test script.  It
doesn't get in my face every week like gdb.c++/annota2.exp or those
total bummer thread tests.

Anyways, like, I go to read gdb.base/dump.exp, and it looks totally
weird.  The copyright line is so missing !!!  I'm like, hmmm, vim must
have scrolled a few lines into the file, sometimes it does that without
telling me, you know?  And I'm like ":e! 1G ^Y^Y^Y" and vim is like
"no, really, there's nothing more to see here".  And then I check
gdb.base/dump.exp in gdb 5.3 and it's, like, got the same damage.

Beheaded.

So I'm like "cvs log!" and cvs log is like "version 1.1!".  It was
perfect since day one, how cool is that?  So anyways I see that Michael
Snyder wrote it, which is totally cool, because Michael Snyder taught me
how to run the test suite in the first place, when I was in California.
So, like, I get this total California nostalgia rush.

I am so committing this.

Michael C

2003-02-05  Michael Chastain  <mec@shout.net>

	* gdb.base/dump.exp: Add missing copyright line.

Index: dump.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/dump.exp,v
retrieving revision 1.1
diff -u -r1.1 dump.exp
--- dump.exp	29 Mar 2002 01:19:11 -0000	1.1
+++ dump.exp	6 Feb 2003 05:55:08 -0000
@@ -1,3 +1,4 @@
+# Copyright 2002 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by


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