[issue40297] test_socket.CANTest is broken at HEAD on master

2021-07-18 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- pull_requests: -25776 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40297] test_socket.CANTest is broken at HEAD on master

2021-07-18 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- nosy: +pablogsal nosy_count: 5.0 -> 6.0 pull_requests: +25776 pull_request: https://github.com/python/cpython/pull/27228 ___ Python tracker

[issue40297] test_socket.CANTest is broken at HEAD on master

2021-05-07 Thread Ned Deily
Ned Deily added the comment: New changeset 1beae7e523d2db4e3ce383b2032095ef956f21c4 by Zachary Ware in branch '3.7': [3.7] bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-25960) https://github.com/python/cpython/commit/1beae7e523d2db4e3ce383b2032095ef956f21c4 -- nosy:

[issue40297] test_socket.CANTest is broken at HEAD on master

2021-05-07 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 8a12f46dd8c780de84d78e6dd8350230e52e0c46 by Miss Islington (bot) in branch '3.8': bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548) (#25957) https://github.com/python/cpython/commit/8a12f46dd8c780de84d78e6dd8350230e52e0c46 --

[issue40297] test_socket.CANTest is broken at HEAD on master

2021-05-06 Thread Zachary Ware
Change by Zachary Ware : -- pull_requests: +24619 pull_request: https://github.com/python/cpython/pull/25960 ___ Python tracker ___

[issue40297] test_socket.CANTest is broken at HEAD on master

2021-05-06 Thread Zachary Ware
Change by Zachary Ware : -- versions: +Python 3.7, Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40297] test_socket.CANTest is broken at HEAD on master

2021-05-06 Thread miss-islington
Change by miss-islington : -- pull_requests: +24618 pull_request: https://github.com/python/cpython/pull/25957 ___ Python tracker ___

[issue40297] test_socket.CANTest is broken at HEAD on master

2021-05-04 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the thoroughly researched patch and your patience! Sorry it took so long to get it merged. -- nosy: +zach.ware resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.11

[issue40297] test_socket.CANTest is broken at HEAD on master

2021-05-04 Thread miss-islington
miss-islington added the comment: New changeset df99532a05e4cfba8d9835375d4a3830b84472ad by Miss Islington (bot) in branch '3.9': bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548) https://github.com/python/cpython/commit/df99532a05e4cfba8d9835375d4a3830b84472ad --

[issue40297] test_socket.CANTest is broken at HEAD on master

2021-05-04 Thread miss-islington
miss-islington added the comment: New changeset 7b4725a210bcfe3dc65f37cbada423cbd1e9f063 by Miss Islington (bot) in branch '3.10': bpo-40297: Fix test_socket.CANTest.testSendFrame (GH-19548) https://github.com/python/cpython/commit/7b4725a210bcfe3dc65f37cbada423cbd1e9f063 --

[issue40297] test_socket.CANTest is broken at HEAD on master

2021-05-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +24571 pull_request: https://github.com/python/cpython/pull/25903 ___ Python tracker ___

[issue40297] test_socket.CANTest is broken at HEAD on master

2021-05-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 1.0 -> 2.0 pull_requests: +24570 pull_request: https://github.com/python/cpython/pull/25902 ___ Python tracker

[issue40297] test_socket.CANTest is broken at HEAD on master

2020-05-22 Thread Karl Ding
Karl Ding added the comment: Related: I've started a thread on Discourse [0] looking into why the tests don't seem to be run on the Buildbot cluster (and what it would take to enable them). Hopefully it gains some traction. [0]

[issue40297] test_socket.CANTest is broken at HEAD on master

2020-04-15 Thread Karl Ding
Change by Karl Ding : -- keywords: +patch pull_requests: +18894 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19548 ___ Python tracker ___

[issue40297] test_socket.CANTest is broken at HEAD on master

2020-04-15 Thread Karl Ding
New submission from Karl Ding : While working on https://bugs.python.org/issue40291, I was trying to run the SocketCAN tests to ensure that my changes weren't causing any regressions. However, I was seeing test failures at HEAD. I'm running the tests like so: # Kernel version uname -r #