Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
441416c9a06f11f28e17d56c915ea6116c0c9ea7
/
Lib
/
test
/
test_gdb.py
ec9bea4
bpo-40436: Fix code parsing gdb version (GH-19792)
by Victor Stinner
· 5 years ago
7bf069b
bpo-40019: Skip test_gdb if Python was optimized (GH-19081)
by Victor Stinner
· 5 years ago
64b4a3a
bpo-38239: Fix test_gdb for Link Time Optimization (LTO) (GH-16422)
by Victor Stinner
· 6 years ago
f958377
bpo-37499: Test various C calling conventions (GH-15776)
by Petr Viktorin
· 6 years ago
81446fd
test_gdb: use unittest test discovery (GH-15405)
by Victor Stinner
· 6 years ago
0d722f3
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
by Jeroen Demeyer
· 6 years ago
e56a123
bpo-37362: test_gdb now ignores stderr (GH-14287)
by Victor Stinner
· 6 years ago
64e2c64
test_gdb.test_pycfunction: test more calling conventions (GH-13668)
by Petr Viktorin
· 6 years ago
fecb75c
bpo-36974: Fix GDB integration (GH-13665)
by Petr Viktorin
· 6 years ago
6de4574
bpo-37023: Skip test_gdb under PGO (GH-13555)
by Steve Dower
· 6 years ago
90d0cfb
bpo-35202: Remove unused imports in tests. (GH-10561)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 7 years ago
59668aa
bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318)
by Lysandros Nikolaou
· 7 years ago
79d2133
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-9656)
by Victor Stinner
· 7 years ago
7279b51
bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483)
by Elvis Pranskevichus
· 7 years ago
f2ef51f
bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-9018)
by Pablo Galindo
· 7 years ago
2f9cbaa
Revert "bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-6754)" (#7723)
by Victor Stinner
· 7 years ago
9b7c74c
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (#6754)
by Marcel Plch
· 7 years ago
a6a4dc8
bpo-31370: Remove support for threads-less builds (#3385)
by Antoine Pitrou
· 8 years ago
5566bbb
Issue #29263: LOAD_METHOD support for C methods
by INADA Naoki
· 9 years ago
72268ae
Fix test_gdb.test_wrapper_call() on Python 2
by Victor Stinner
· 9 years ago
f94b68a
Make test_gdb.test_wrapper_call() make reliable
by Victor Stinner
· 9 years ago
6110833
python-gdb.py supports method-wrapper
by Victor Stinner
· 9 years ago
fa025f1
Update and enhance python-gdb.py
by Victor Stinner
· 9 years ago
e3d75c6
Issue #28770: Update python-gdb.py for fastcalls
by Victor Stinner
· 9 years ago
d7d2bc8
Issue #28023: Fix python-gdb.py didn't support new dict implementation
by INADA Naoki
· 9 years ago
44b548d
#27364: fix "incorrect" uses of escape character in the stdlib.
by R David Murray
· 9 years ago
742da04
Implement compact dict
by Victor Stinner
· 9 years ago
437df90
get skipIf from the right place
by Benjamin Peterson
· 9 years ago
22d0698
Adds test.support.PGO and skips tests that are not useful for PGO.
by Steve Dower
· 9 years ago
45c7514
merge 3.5 (#27969)
by Benjamin Peterson
· 9 years ago
cbef66d
suppress stderr output when checking gdb (closes #27969)
by Benjamin Peterson
· 9 years ago
f74c33a
Merge
by Raymond Hettinger
· 9 years ago
7ea386e
Issue 19504: Change "customise" to "customize" American spelling.
by Raymond Hettinger
· 9 years ago
e437a10
Issue #23277: Remove unused imports in tests.
by Serhiy Storchaka
· 9 years ago
0d88c65
Backport test_gdb fix for s390x buildbots
by Victor Stinner
· 9 years ago
c53195b
Try to fix test_gdb on s390x SLES 3.x
by Victor Stinner
· 9 years ago
904f5de
Try to fix test_gdb on s390x buildbots
by Victor Stinner
· 9 years ago
5a701f0
Issue #25876: Fix also test_set() of test_gdb when -E command line is used
by Victor Stinner
· 10 years ago
22756f1
Issue #25876: test_gdb: use subprocess._args_from_interpreter_flags() to test
by Victor Stinner
· 10 years ago
7a5fe6d
Issue #14771: Redirect GDB's stdin to avoid messing the terminal settings
by Martin Panter
· 10 years ago
40e102c
Issue #25820: Remove unused assignment and redundant GDB CLI arguments
by Martin Panter
· 10 years ago
d64cfc2
Merge 3.4 (test_gdb)
by Victor Stinner
· 10 years ago
a578eb3
test_gdb: fix regex to parse the GDB version
by Victor Stinner
· 10 years ago
aba2466
Merge 3.4 (test_gdb)
by Victor Stinner
· 10 years ago
479fea6
test_gdb: oops, the regex to parse the gdb version was still too strict
by Victor Stinner
· 10 years ago
ccc546c
Merge 3.4 (test_gdb)
by Victor Stinner
· 10 years ago
26afae4
test_gdb: fix regex to parse GDB version for 'GNU gdb 6.1.1 [FreeBSD]\n'
by Victor Stinner
· 10 years ago
329ca71
Merge 3.4 (test_gdb)
by Victor Stinner
· 10 years ago
5b6b4a8
test_gdb: use subprocess.Popen context manager to fix ResourceWarning warnings
by Victor Stinner
· 10 years ago
2f3ac1e
test_gdb: fix regex to parse gdb version for SUSE Linux Entreprise
by Victor Stinner
· 10 years ago
79644f9
Issue #22117: Fix test_gdb for the new time.sleep()
by Victor Stinner
· 10 years ago
6b688d8
Issue #22844: Fized test_gdb failure on Debian Wheezy for Z.
by Serhiy Storchaka
· 10 years ago
17d337b
Issue #23881: Only use entry-values with gdb 7.4 in tests.
by Serhiy Storchaka
· 11 years ago
fdc9953
Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output.
by Serhiy Storchaka
· 11 years ago
7869a4e
Closes #22188: test_gdb now runs gdb with -nx: "Do not execute commands from
by Victor Stinner
· 11 years ago
23ed7e3
Issue #19753: New try to fix test_gdb on System Z buildbot
by Victor Stinner
· 12 years ago
f4a4898
Issue #19753: Try to fix test_gdb on SystemZ buildbot
by Victor Stinner
· 12 years ago
f6eb31f
Issue #19743: fix test_gdb on some optimized Python builds
by Antoine Pitrou
· 12 years ago
e50240c
Issue #19308: fix the gdb plugin on gdbs linked with Python 3
by Antoine Pitrou
· 12 years ago
a282825
Issue #19183: Simplify test_gdb
by Victor Stinner
· 12 years ago
5132493
Issue #19183: Fix repr() tests of test_gdb, hash() is now platform dependent
by Victor Stinner
· 12 years ago
156983a
Issue #19183: test_gdb's test_dict was failing on some machines as the order or dict keys has changed again.
by Christian Heimes
· 12 years ago
df4cb12
Merge from 3.3
by Nick Coghlan
· 12 years ago
ce34687
Fix comment in test_gdb
by Nick Coghlan
· 12 years ago
a78cccb
test_gdb: skip pretty-printing of sets with gdb < 7.3
by Antoine Pitrou
· 12 years ago
d0f3e07
test_gdb: dump gdb version in verbose mode
by Antoine Pitrou
· 12 years ago
46e1ce2
Issue #18783: Removed existing mentions of Python long type in docstrings,
by Serhiy Storchaka
· 12 years ago
9594942
Issue #18783: Removed existing mentions of Python long type in docstrings,
by Serhiy Storchaka
· 12 years ago
5ac1b93
test_gdb.py: ignore also "warning: Source file is more recent than executable." pattern
by Victor Stinner
· 12 years ago
81641d6
Issue #17712: Fix test_gdb failures on Ubuntu 13.04.
by Antoine Pitrou
· 12 years ago
f358eaf
merge #15043: Improve test_gdb support of gdb >= 7.4.
by R David Murray
· 13 years ago
f933302
#15043: Improve test_gdb support of gdb >= 7.4.
by R David Murray
· 13 years ago
61cdcf5
merge 3.2
by Benjamin Peterson
· 13 years ago
f8a9a83
remove gdb noise about linux-vdso
by Benjamin Peterson
· 13 years ago
8d37ffa
Issue #12605: Show information on more C frames within gdb backtraces
by David Malcolm
· 13 years ago
9aff2a7
Merge from 3.2 (Issue #15043: skip test_gdb if the custom hooks can't be loaded)
by Nick Coghlan
· 13 years ago
be4e4b5
Issue #15043: skip test_gdb if the custom hooks can't be loaded
by Nick Coghlan
· 13 years ago
f1b34ee
#12660: Skip test_gdb when run from an installed Python.
by Vinay Sajip
· 13 years ago
2fb477c
Merge 3.2: Issue #13703 plus some related test suite fixes.
by Georg Brandl
· 13 years ago
09a7c72
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
by Georg Brandl
· 13 years ago
cdf6cd9
Closes #13699. Skipped two tests if Python is optimised.
by Vinay Sajip
· 14 years ago
d208416
Issue #13628: python-gdb.py is now able to retrieve more frames in the Python
by Victor Stinner
· 14 years ago
2549f87
Closes #13699. Skipped two tests if Python is optimised.
by Vinay Sajip
· 14 years ago
d974393
(Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames in
by Victor Stinner
· 14 years ago
4d09873
Some libcs' snprintf may output a leading minus sign when %p-formatting
by Antoine Pitrou
· 14 years ago
e670c88
Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add
by Victor Stinner
· 14 years ago
cee3655
Close issue #8600: test_gdb failures because innocuous warnings
by Jesus Cea
· 14 years ago
b3aedd4
#9424: Replace deprecated assert* methods in the Python test suite.
by Ezio Melotti
· 15 years ago
65c66ab
make gdb skip expected
by Benjamin Peterson
· 15 years ago
4c7c421
Remove workaround
by Antoine Pitrou
· 15 years ago
7c9cf01
gdb: fix representation of non-printable surrogate pairs, and workaround
by Antoine Pitrou
· 15 years ago
f48ea7c
Issue #8605: Skip test_gdb if Python is compiled with optimizations.
by Antoine Pitrou
· 15 years ago
150016f
Issue #8559: improve unicode support of (gdb) libpython.py
by Victor Stinner
· 15 years ago
a045f19
Merged revisions 80802 via svnmerge from
by Antoine Pitrou
· 15 years ago
534db4e
Issue #8495: test_gdb uses replace error handler when decoding utf8 output
by Victor Stinner
· 15 years ago
5ae6810
Issue #8380: Port gdb/libpython to 3.x.
by Martin v. Löwis
· 15 years ago
67df3a4
Adapt libpython.py and test_gdb.py to Python3
by Victor Stinner
· 15 years ago
5226fd6
Merged revisions 79986-79987,80156 via svnmerge from
by Martin v. Löwis
· 15 years ago
50eb60e
Merged revisions 80288 via svnmerge from
by Victor Stinner
· 15 years ago
9faa7ec
compare with empty bytes
by Benjamin Peterson
· 15 years ago
Next »