[Python-checkins] gh-99934: test_marshal.py: add more elements in test_deterministic_sets (GH-99935)

rhettinger webhook-mailer at python.org
Sat Dec 3 11:53:25 EST 2022


https://github.com/python/cpython/commit/c68573b339320409b038501fdd7d4f8a56766275
commit: c68573b339320409b038501fdd7d4f8a56766275
branch: main
author: Alexander Kanavin <alex.kanavin at gmail.com>
committer: rhettinger <rhettinger at users.noreply.github.com>
date: 2022年12月03日T10:53:20-06:00
summary:
gh-99934: test_marshal.py: add more elements in test_deterministic_sets (GH-99935)
Existing elements do produce different output on x86_64, but they
do not on x86. Let's make the data longer to ensure it differs.
files:
A Misc/NEWS.d/next/Tests/2022-12-01-18-55-18.gh-issue-99934.Ox3Fqf.rst
M Lib/test/test_marshal.py
diff --git a/Lib/test/test_marshal.py b/Lib/test/test_marshal.py
index 54c5a324897d..3d9d6d5d0aca 100644
--- a/Lib/test/test_marshal.py
+++ b/Lib/test/test_marshal.py
@@ -355,7 +355,7 @@ def test_deterministic_sets(self):
 for elements in (
 "float('nan'), b'a', b'b', b'c', 'x', 'y', 'z'",
 # Also test for bad interactions with backreferencing:
- "('Spam', 0), ('Spam', 1), ('Spam', 2)",
+ "('Spam', 0), ('Spam', 1), ('Spam', 2), ('Spam', 3), ('Spam', 4), ('Spam', 5)",
 ):
 s = f"{kind}([{elements}])"
 with self.subTest(s):
diff --git a/Misc/NEWS.d/next/Tests/2022-12-01-18-55-18.gh-issue-99934.Ox3Fqf.rst b/Misc/NEWS.d/next/Tests/2022-12-01-18-55-18.gh-issue-99934.Ox3Fqf.rst
new file mode 100644
index 000000000000..1b1287c33dbd
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2022-12-01-18-55-18.gh-issue-99934.Ox3Fqf.rst
@@ -0,0 +1 @@
+Correct test_marsh on (32 bit) x86: test_deterministic sets was failing.


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /