Skip to content

test_deterministic_sets fails on x86 (32 bit) #99934

Closed
@kanavin

Description

@kanavin

I am observing:

======================================================================
FAIL: test_deterministic_sets (test.test_marshal.BugsTestCase.test_deterministic_sets) [set([('Spam', 0), ('Spam', 1), ('Spam', 2)])]
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.11/test/test_marshal.py", line 368, in test_deterministic_sets
    self.assertNotEqual(repr_0, repr_1)
AssertionError: b"{('Spam', 1), ('Spam', 0), ('Spam', 2)}\n" == b"{('Spam', 1), ('Spam', 0), ('Spam', 2)}\n"

======================================================================
FAIL: test_deterministic_sets (test.test_marshal.BugsTestCase.test_deterministic_sets) [frozenset([('Spam', 0), ('Spam', 1), ('Spam', 2)])]
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.11/test/test_marshal.py", line 368, in test_deterministic_sets
    self.assertNotEqual(repr_0, repr_1)
AssertionError: b"frozenset({('Spam', 1), ('Spam', 0), ('Spam', 2)})\n" == b"frozenset({('Spam', 1), ('Spam', 0), ('Spam', 2)})\n"

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions