[issue41172] test_peg_generator C tests fail on Windows ARM

2020-07-09 Thread miss-islington
miss-islington added the comment: New changeset c65ee555124a5647b8e3a5d58c906fa5db9e927a by Miss Islington (bot) in branch '3.9': bpo-41172: Fix check for compiler in test suite (GH-21400) https://github.com/python/cpython/commit/c65ee555124a5647b8e3a5d58c906fa5db9e927a --

[issue41172] test_peg_generator C tests fail on Windows ARM

2020-07-09 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue41172] test_peg_generator C tests fail on Windows ARM

2020-07-09 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +20568 pull_request: https://github.com/python/cpython/pull/21419 ___ Python tracker _

[issue41172] test_peg_generator C tests fail on Windows ARM

2020-07-09 Thread Steve Dower
Steve Dower added the comment: New changeset af56c4fc76ac39ce76d649d7bebf7f78c1add4fa by Steve Dower in branch 'master': bpo-41172: Fix check for compiler in test suite (GH-21400) https://github.com/python/cpython/commit/af56c4fc76ac39ce76d649d7bebf7f78c1add4fa -- _

[issue41172] test_peg_generator C tests fail on Windows ARM

2020-07-08 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +20549 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21400 ___ Python tracker ___

[issue41172] test_peg_generator C tests fail on Windows ARM

2020-06-30 Thread Steve Dower
New submission from Steve Dower : These tests rely on MSVC to do some building, but Windows ARM devices do not currently have a compiler toolset (you need to cross-compile). We should skip these tests. Sample build: https://buildbot.python.org/all/#/builders/182/builds/773 Sample traceback: