awslabs / ar-go-tools

ar-go-tools (Argot) is a collection of analysis tools for Go
Apache License 2.0
5 stars 1 forks source link

Fix escape test (iterating over changing map) #43

Closed amzn-jasonrk closed 7 months ago

amzn-jasonrk commented 7 months ago

Fixes nondeterminism in escape analysis caused by iterating over map while updating it, which results in some edges being included/excluded based on the specific order.

The flaky test was TestInterproceduralEscape/testAbstractFunction.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.