You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes a bug where the new tlb_simulator_v2p test used the same
directory as the existing altbindir test. Both tests were then
clobbering each other's files. This is solved by using unique names.
Further improves the altbindir test by dynamically removing the trace/
directory, since the test is supposed to test post-processing but
wasn't if run more than once in the same build directory.
Fixes#7245
https://github.com/DynamoRIO/dynamorio/actions/runs/13115976186/job/36590233636
It goes on to fail 2 more times for a red result in the retry-3x suite.
I'm looking at the test recently added right above it in the code which does:
That's the same directory used by the altbindir test. Looks like the new test clobbers a directory this older test needs.
The text was updated successfully, but these errors were encountered: