[issue21263] test_gdb failures on os x 10.9.2

2018-11-04 Thread Ned Deily
Ned Deily added the comment: Thanks, everyone! Fixed for 3.8.0, 3.7.2, and 3.6.8. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7, Python 3.8 -Python 2.7, Python 3.5 ___ Python tracker

[issue21263] test_gdb failures on os x 10.9.2

2018-11-04 Thread Ned Deily
Ned Deily added the comment: New changeset f574ce79729ecb01f1f5b3e1a34c8aa7480b79e8 by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) (GH-10326) https://github.com/python/cpython/commit/f574ce79729ecb01f1f5b

[issue21263] test_gdb failures on os x 10.9.2

2018-11-04 Thread Ned Deily
Ned Deily added the comment: New changeset 96fb350bfd2c9b66d7804ae27ea8c4adbfabad5b by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) (GH-10325) https://github.com/python/cpython/commit/96fb350bfd2c9b66d7804

[issue21263] test_gdb failures on os x 10.9.2

2018-11-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +9629 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue21263] test_gdb failures on os x 10.9.2

2018-11-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +9628 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue21263] test_gdb failures on os x 10.9.2

2018-11-04 Thread Ned Deily
Ned Deily added the comment: New changeset 59668aa8b7f174b59304eab833c1c1181886c3c6 by Ned Deily (Lysandros Nikolaou) in branch 'master': bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) https://github.com/python/cpython/commit/59668aa8b7f174b59304eab833c1c11

[issue21263] test_gdb failures on os x 10.9.2

2018-11-04 Thread Lysandros Nikolaou
Change by Lysandros Nikolaou : -- keywords: +patch pull_requests: +9619 stage: needs patch -> patch review ___ Python tracker ___ __

[issue21263] test_gdb failures on os x 10.9.2

2018-10-28 Thread Lysandros Nikolaou
Lysandros Nikolaou added the comment: I am trying to create a PR for this and was thinking of somehow updating test.support, in order for someone to be able to find out what compiler was used to build python. Would that make sense? Also, in case this is indeed something we'd like in test.sup

[issue21263] test_gdb failures on os x 10.9.2

2017-10-14 Thread Aniket Vyas
Aniket Vyas added the comment: Hi ! I am willing to take a look into this. I am pretty new to the community and would appreciate some pointers relating to the issue which can give me a head-start to resolving it. Thanks in advance ! -- nosy: +vyas45

[issue21263] test_gdb failures on os x 10.9.2

2016-02-06 Thread Ned Deily
Changes by Ned Deily : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue21263] test_gdb failures on os x 10.9.2

2016-02-06 Thread Ned Deily
Ned Deily added the comment: See also duplicate Issue25992. Unless someone has a better idea, I suggest we just disable test_gdb on OS X or, somewhat more precisely, when Python has been compiled with LLVM clang. -- nosy: +Bryce Miller stage: -> needs patch versions: +Python 2.7, Pyt

[issue21263] test_gdb failures on os x 10.9.2

2014-04-16 Thread Ned Deily
Changes by Ned Deily : -- components: -Macintosh ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue21263] test_gdb failures on os x 10.9.2

2014-04-16 Thread Ned Deily
Ned Deily added the comment: Since Apple no longer ships gdb or GNU gcc as part of Xcode and since lldb is the native debugger for clang/LLVM, this test is usually skipped on OS X these days unless you go to the trouble of explicitly installing gdb. Does anyone know if python support works wh

[issue21263] test_gdb failures on os x 10.9.2

2014-04-16 Thread Sam Kimbrel
New submission from Sam Kimbrel: test_gdb fails under OS X 10.9.2 and gdb 7.6.1 (built with homebrew on Apple LLVM version 5.1 (clang-503.0.40)): FAIL: test_pycfunction (test.test_gdb.PyBtTests) Verify that "py-bt" displays invocations of PyCFunction instances --