Skip to content

Commit

Permalink
Add comment to test.
Browse files Browse the repository at this point in the history
This documents the understanding between the engineers behind cl/570839777.

See also: cl/599883612

PiperOrigin-RevId: 599906511
  • Loading branch information
rwgk committed Jan 22, 2024
1 parent 1d5f9e3 commit 9c39352
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clif/testing/python/std_containers_copy_move_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
if tm.__pyclif_codegen_mode__ == "pybind11":
ENV_IX += 2

# NOTE: The tests here are known to be hyper-sensitive.
# It is expected that they will need to be adjusted or made more
# permissive (similar to e.g. return_value_policy_test.py).


class StdContainersCopyMoveTestCase(parameterized.TestCase):

Expand Down

0 comments on commit 9c39352

Please sign in to comment.