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]

Re: RFA: test for GDB C++ STABS problem


This patch is approved, with one optional change request.  That is to say,
you can commit it as is, or you can make the change.

The optional change is to add an initialization for "var_in_b"
to a nonzero value such as 100.  That way, the test is less likely 
to succeed by accident.  I tried this and it did not affect the
test results.

Here are my testbed results (native i686-pc-linux-gnu gdb HEAD):

  2.95.3          -gdwarf-2    PASS
  2.96-rh         -gdwarf-2    PASS
  3.0.4           -gdwarf-2    ERROR: process no longer exists
  gcc-3_1-branch  -gdwarf-2    PASS
  HEAD            -gdwarf-2    PASS

  2.95.3          -gstabs+     FAIL (timeout)
  2.96-rh         -gstabs+     FAIL (timeout)
  3.0.4           -gstabs+     FAIL (timeout)
  gcc-3_1-branch  -gstabs+     FAIL (timeout)
  HEAD            -gstabs+     FAIL (timeout)

As always, I appreciate your essays in the comment section.

Michael C


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