History log of /external/python/cpython2/Lib/test/test_gdb.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
77ba5969d656668a21d3ad2c96446363a4d4427d 09-Sep-2016 Gregory P. Smith <greg@krypto.org> Disable test_gdb.PrettyPrintTests when compiled with optimizations,
these often fail on PGO builds.
/external/python/cpython2/Lib/test/test_gdb.py
cb20a2174053148ba22d4d50a86bcef430c1b66f 08-Sep-2016 Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) <greg@krypto.org> skip two test_gdb tests that fail when compiled in profile-opt mode:
StackNavigationTests.test_up_at_top and PyBtTests.test_threads.

Unfortunately we have no way of identifying if we were compiled profile-opt
or not from what is in sysconfig.get_config_vars() so we just disable it for
all optimized builds. This test suite crazy fragile.
/external/python/cpython2/Lib/test/test_gdb.py
499378f0879ad625b47f0873616d5efd19b80901 06-Sep-2016 Benjamin Peterson <benjamin@python.org> suppress stderr output when checking gdb (closes #27969)
/external/python/cpython2/Lib/test/test_gdb.py
d833c778182cc0a049900619fa4b6cf12393b403 24-Aug-2016 Zachary Ware <zachary.ware@gmail.com> Issue #12660: Backport 84bbb8d2d237
/external/python/cpython2/Lib/test/test_gdb.py
2179b2e15968df087d81d57ed806dcfe6140b843 16-Jan-2016 Martin Panter <vadmium+py@gmail.com> Issue #14771: Redirect GDB's stdin to avoid messing the terminal settings

Otherwise, GDB seems to affect the terminal's foreground process group,
interfering with test_ioctl, which does not expect the foreground process to
change during the test. This change also solves the problem of the tests
being stopped in the shell if test_gdb is run twice in parallel.
/external/python/cpython2/Lib/test/test_gdb.py
df11d7c2b42ff6baadd81a96ce7e61799105049c 15-Sep-2015 Victor Stinner <victor.stinner@gmail.com> test_gdb: fix regex to parse the GDB version

Fix the regex to support the version 7.10: minor version with two digits
/external/python/cpython2/Lib/test/test_gdb.py
cc1db4bf85ed83543ae73cc497eabcef825e85b9 03-Sep-2015 Victor Stinner <victor.stinner@gmail.com> python-gdb.py: enhance py-bt command

* Add py-bt-full command
* py-bt now gives an output similar to a regular Python traceback
* py-bt indicates:

- if the garbage collector is running
- if the thread is waiting for the GIL
- detect PyCFunction_Call to get the name of the builtin function
/external/python/cpython2/Lib/test/test_gdb.py
3c5ce404a0464721928d0decb13534c85c163b91 03-Sep-2015 Victor Stinner <victor.stinner@gmail.com> test_gdb: enhance regex used to parse the GDB version
/external/python/cpython2/Lib/test/test_gdb.py
582265f48485b9c74a92c09a54b450366797d5bf 27-Mar-2015 Victor Stinner <victor.stinner@gmail.com> Issue #23445: Fix test_gdb.python_is_optimized() for CFLAGS=-Og

-Og does not optimize the C code, it's just "fast debugging".
/external/python/cpython2/Lib/test/test_gdb.py
b6b48e637f554c96eec8a2afc20aed450486e335 14-Feb-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #22844: Fized test_gdb failure on Debian Wheezy for Z.
Patch by David Edelsohn.
/external/python/cpython2/Lib/test/test_gdb.py
dd8430fa64dc3382220cf4e819e4caf9f28e1514 06-Feb-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #23881: Only use entry-values with gdb 7.4 in tests.
Fixes a regression in issue #22765. Patch by Vinson Lee.
/external/python/cpython2/Lib/test/test_gdb.py
73bcde20bca31d6a1bba10b763cfaa192f277d23 31-Jan-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output.
Patch by Bohuslav Kabrda.
/external/python/cpython2/Lib/test/test_gdb.py
51f461fbd3b42a170bccbd0864a91de4a2e5a541 24-Nov-2014 Benjamin Peterson <benjamin@python.org> is OpenIndiana actually sunos?
/external/python/cpython2/Lib/test/test_gdb.py
98b1b24feaedf5b75ac989beb0b1298ec23424a2 24-Nov-2014 Benjamin Peterson <benjamin@python.org> loosen solaris test
/external/python/cpython2/Lib/test/test_gdb.py
0636a4ba880866b06fe2fcefbe50dd0008a4323a 24-Nov-2014 Benjamin Peterson <benjamin@python.org> skip test_gdb on OpenIndiana
/external/python/cpython2/Lib/test/test_gdb.py
57b00ed0a0651ed6983bb4442fea64a52bfab8f5 05-Nov-2014 Victor Stinner <victor.stinner@gmail.com> Issue #19753: Fix test_gdb on SystemZ buildbot, ignore warnings
/external/python/cpython2/Lib/test/test_gdb.py
8bd3415aefbb4617259bea01ee050f5d5ccbcb0a 16-Aug-2014 Victor Stinner <victor.stinner@gmail.com> Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands from
any .gdbinit initialization files".
/external/python/cpython2/Lib/test/test_gdb.py
358da5b9f84f033a8f2d5c7502d21bcf712d8c18 23-Nov-2013 Antoine Pitrou <solipsis@pitrou.net> Issue #19308: fix the gdb plugin on gdbs linked with Python 3
/external/python/cpython2/Lib/test/test_gdb.py
254a377222a21a5c6cce6fa077889c9b591d9431 22-Sep-2013 Nick Coghlan <ncoghlan@gmail.com> This check can still fail on RHEL6
/external/python/cpython2/Lib/test/test_gdb.py
b996e04f1163caeb740248350e3b28d2df1fa8f4 01-May-2013 Antoine Pitrou <solipsis@pitrou.net> Issue #17712: Fix test_gdb failures on Ubuntu 13.04.
/external/python/cpython2/Lib/test/test_gdb.py
3e66f0d14d4541f85ee5daf00dbd3150a02fa4aa 27-Oct-2012 R David Murray <rdmurray@bitdance.com> #15043: Improve test_gdb support of gdb >= 7.4.

Instead of requiring the tester to manually add the path to the python-gdb.py
file in the checkout to their .gdbinit file, add it automatically when
invoking gdb in the test.
/external/python/cpython2/Lib/test/test_gdb.py
fb2f409b90cbe8672fdaf574384c66517b6fbe14 21-Sep-2012 Benjamin Peterson <benjamin@python.org> remove gdb noise about linux-vdso
/external/python/cpython2/Lib/test/test_gdb.py
a09331287180ee6be085bffd94e0e7a870ae5361 17-Jun-2012 Nick Coghlan <ncoghlan@gmail.com> Issue #15043: skip test_gdb if the custom hooks can't be loaded (backport from 3.x)
/external/python/cpython2/Lib/test/test_gdb.py
e39ccef64c1c82dbfeecd7f624aa4d12b029986d 21-Feb-2012 Benjamin Peterson <benjamin@python.org> carefully don't depend on any dict order
/external/python/cpython2/Lib/test/test_gdb.py
11fa11bc953f7e37788798ef655ac624ac7787f4 21-Feb-2012 Benjamin Peterson <benjamin@python.org> fix test_gdb under hash randomization
/external/python/cpython2/Lib/test/test_gdb.py
99cff3f1825e70027b2fa170fdc4723c57723b5d 19-Dec-2011 Victor Stinner <victor.stinner@haypocalc.com> Issue #13628: python-gdb.py is now able to retrieve more frames in the Python
traceback if Python is optimized.

* delay the lookup of the size_t type, it is not available at startup
* The second argument of the PyFrameObjectPtr constructor is optional, as
done in other constructors
* iter_builtins() and iter_globals() methods of PyFrameObjectPtr returns
an empty tuple instead of None if Python is optimized
* Fix py-bt to handle correctly "optimized" frames
* Frame.get_pyop() tries to get the frame pointer from PyEval_EvalCodeEx()
if the pointer is optimized out in PyEval_EvalFrameEx()
/external/python/cpython2/Lib/test/test_gdb.py
6905de14fef619767693f8bd91996bc7e99ca9fe 16-Mar-2011 Jesus Cea <jcea@jcea.es> Close issue #8600: test_gdb failures because innocuous warnings
/external/python/cpython2/Lib/test/test_gdb.py
2623a37852153363335956afab010cb0beb7e74e 21-Nov-2010 Ezio Melotti <ezio.melotti@gmail.com> Merged revisions 86596 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line

#9424: Replace deprecated assert* methods in the Python test suite.
........
/external/python/cpython2/Lib/test/test_gdb.py
22db73523c174889764497905e7875e62f558df7 08-Jul-2010 Antoine Pitrou <solipsis@pitrou.net> Merged revisions 82647 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
r82647 | antoine.pitrou | 2010-07-08 20:51:30 +0200 (jeu., 08 juil. 2010) | 3 lines

Issue #8605: Skip test_gdb if Python is compiled with optimizations.
........
/external/python/cpython2/Lib/test/test_gdb.py
b1556c537d7c49978fa40594a9c9f40c6f88cdde 20-May-2010 Victor Stinner <victor.stinner@haypocalc.com> libpython.py: fix support of non-BMP unicode characters

Forward port some code from Python3:

* join surrogate pairs if sizeof(Py_UNICODE)==2
* Enable non-BMP test on narrow builds using u"\U0001D121" instead of
unichr(0x1D121)
/external/python/cpython2/Lib/test/test_gdb.py
a8157183b89c08cf47c969185d40973ec21a81c5 05-May-2010 Antoine Pitrou <solipsis@pitrou.net> Issue #8600: fix test_gdb failures when gdb issues some spurious warnings.
/external/python/cpython2/Lib/test/test_gdb.py
a92e81bf48307b2b8ebbfc4d7ddcc55034514d92 21-Apr-2010 Victor Stinner <victor.stinner@haypocalc.com> Issue #8437: Fix test_gdb failures, patch written by Dave Malcolm
/external/python/cpython2/Lib/test/test_gdb.py
24f09fdb230c346303aef15b25f31fdb8cb431db 18-Apr-2010 Martin v. Löwis <martin@v.loewis.de> Issue #8279: Fix test_gdb failures.
/external/python/cpython2/Lib/test/test_gdb.py
5a96543b367ab520033f47df34611c6dfdcfb1ab 12-Apr-2010 Martin v. Löwis <martin@v.loewis.de> Re-enable all tests, to see which ones fail on the buildbots.
/external/python/cpython2/Lib/test/test_gdb.py
7f7765ce39a07e3f71b98c9d34af262105ca9c94 12-Apr-2010 Martin v. Löwis <martin@v.loewis.de> Issue #8330: Fix expected output in test_gdb.
/external/python/cpython2/Lib/test/test_gdb.py
9a39eccfe168a1ce86197aca0a5cd1de67aa1589 07-Apr-2010 Martin v. Löwis <martin@v.loewis.de> Issue #8337: Disable the remaining test also for now.
/external/python/cpython2/Lib/test/test_gdb.py
0c080097088217e350225bed9843dc64204febe7 05-Apr-2010 R. David Murray <rdmurray@bitdance.com> Issue 8316: make test_gdb robust in the face of differing terminal
widths. Patch by Dave Malcolm.
/external/python/cpython2/Lib/test/test_gdb.py
bf0dfb3d0e7d433a7cb02ef0eb6ef246f3269b62 01-Apr-2010 Martin v. Löwis <martin@v.loewis.de> Issue #8032: For gdb7, a python-gdb.py file is added to the build,
allowing to use advanced gdb features when debugging Python.
/external/python/cpython2/Lib/test/test_gdb.py