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 r.david.murray
Recipients r.david.murray, vinay.sajip
Date 2013-05-28.15:25:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369754727.16.0.996234462502.issue18081@psf.upfronthosting.co.za>
In-reply-to
Content
The following failure is showing up frequently in the buildbots.  I haven't checked closely enough to be sure if it is a heisenberg, but I suspect it is, since it doesn't seem to be related to any of the recent changesets that would have been included in the builds that just failed and that show the failure:

======================================================================
FAIL: test_warnings (test.test_logging.WarningsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.3.bolen-freebsd/build/Lib/test/test_logging.py", line 1796, in test_warnings
    "dummy.py:42: UserWarning: Explicit\n  Dummy line\n")
AssertionError: '\nWarning (from warnings module):\n  File "dummy.py", line 42\n    Dummy line\n [truncated]... != 'dummy.py:42: UserWarning: Explicit\n  Dummy line\n'
+ dummy.py:42: UserWarning: Explicit
- 
- Warning (from warnings module):
-   File "dummy.py", line 42
-     Dummy line
? --
+   Dummy line
- UserWarning: Explicit
- >>>
History
Date User Action Args
2013-05-28 15:25:27r.david.murraysetrecipients: + r.david.murray, vinay.sajip
2013-05-28 15:25:27r.david.murraysetmessageid: <1369754727.16.0.996234462502.issue18081@psf.upfronthosting.co.za>
2013-05-28 15:25:27r.david.murraylinkissue18081 messages
2013-05-28 15:25:26r.david.murraycreate