This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ddvento@ucar.edu
Recipients BreamoreBoy, ddvento@ucar.edu, dmalcolm, r.david.murray
Date 2014-06-30.21:06:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMh-zaMBYtvdkuFsTvXObfxrKY_qfaZS2EoOqksL1f-B85bdNg@mail.gmail.com>
In-reply-to <1404082002.32.0.0492407873375.issue17126@psf.upfronthosting.co.za>
Content
I am not sure what you mean by Double Dutch, but let me try to restate the
problem.

This test fails (even with current python 2.7.7) with the stated version of
gdb (given the lack of feedback since I initially opened this ticket, I
have not verified that the failure mode is still exactly the same, and I
cannot check it right now, but let's assume it is).

Let's just pick one of the simple failures:

======================================================================
FAIL: test_exceptions (test.test_gdb.PrettyPrintTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/glade/scratch/ddvento/build/Python-2.7.3-westmere-gdb-
without-tipc/Lib/test/test_gdb.py", line 307, in test_exceptions
    "exceptions.RuntimeError('I am an error',)")
AssertionError: "op@entry=exceptions.RuntimeError('I am an error',)" !=
"exceptions.RuntimeError('I am an error',)"
======================================================================

So this fails because there is a "op@" prefix in the strings being compared
(many, but not all failures have this problem with string prefix). I do not
know anything about the test itself or the module under test, so I have no
idea whether or not that string prefix is essential for the module to work
properly.

Regards,
Davide

On Sun, Jun 29, 2014 at 4:46 PM, Mark Lawrence <report@bugs.python.org>
wrote:

>
> Mark Lawrence added the comment:
>
> Can we have a follow up on this please as most of the data in msg181358 is
> Double Dutch to me.
>
> ----------
> nosy: +BreamoreBoy
> type:  -> behavior
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue17126>
> _______________________________________
>
History
Date User Action Args
2014-06-30 21:06:22ddvento@ucar.edusetrecipients: + ddvento@ucar.edu, r.david.murray, dmalcolm, BreamoreBoy
2014-06-30 21:06:22ddvento@ucar.edulinkissue17126 messages
2014-06-30 21:06:21ddvento@ucar.educreate