Commit Graph

10 Commits

Author SHA1 Message Date
ShaharNaveh
fa68faa2e5 Mark failing tests at test_pyexpat.py 2026-02-27 09:58:46 +01:00
ShaharNaveh
fd5e91dbff Update xml to 3.14.3 2026-02-27 09:44:41 +01:00
Jeong, YunWon
f91ffe34d4 Fix pyexpat parse (#6582) 2025-12-30 00:36:52 +09:00
Copilot
72cf6c36d5 Add missing xmlparser attributes: namespace_prefixes, ordered_attributes, specified_attributes, intern (#6494)
* Add namespace_prefixes and other missing xmlparser attributes

- Added namespace_prefixes, ordered_attributes, specified_attributes (boolean attributes)
- Added intern dictionary attribute
- Added stub handlers for all missing handler types to ensure compatibility
- Created bool_property macro to ensure boolean attributes are converted correctly

* Remove expectedFailure decorators from passing tests

- Tests for buffer_text, namespace_prefixes, ordered_attributes, and specified_attributes now pass

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-25 09:09:58 +09:00
ShaharNaveh
e069244f89 mark failing tests in test_pyexpat.py 2025-10-22 10:57:47 +03:00
ShaharNaveh
aa56ebb057 Patched test_{pyexpat,site,sysconfig}.py 2025-10-22 10:57:47 +03:00
ShaharNaveh
19b6241ef9 Update changed files from 3.13.7 -> 3.13.8 2025-10-22 10:57:47 +03:00
Yossi Konstantinovsky
570a3893e7 pyexpat: remove expected failure from passing tests 2021-07-20 14:36:05 +03:00
Yossi Konstantinovsky
ec90a2267a pyexpat: mark tests as expected failure 2021-07-20 14:36:05 +03:00
Yossi Konstantinovsky
2aa67a8881 add test_pyexpat 2021-07-19 21:46:35 +03:00