> > In fact I would go further, and say that *anything* in the GDB > > testsuite without a known use should be deleted. The unfinished > > bits routinely soak up our time puzzling over what they are supposed > > to be for. If someone has a use for some bit, then it's up to them > > to document in the testsuite somewhere. FYI, I just checked in the following (large-ish) patch. It was mostly mechanical, using sed to delete the lines where prms_id and bug_id were set (or where they were retrieved as global). For the few testcases were a non-zero prms_id was provided, I added a comment with the updated (bugzilla) PR number. There were a couple of testcase referring to PR numbers that did not exist, and they pre- dated CVS, so I assumed they are from a database that we do not have access to... Lastly, I opted for a single-line ChangeLog entry, but it's easy to write a list of all the files that got modified (~300), if people feel that it's necessary. -- Joel