Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i#6411 runcmp: Use external diff on failure if possible #6428

Merged
merged 3 commits into from
Nov 9, 2023

Conversation

ksco
Copy link
Contributor

@ksco ksco commented Nov 9, 2023

Use find_program to detect presence of the external diff command and, if such a command is detected, print a full diff on failure to ease debugging.

Issue: #6411
Related PR: #6254

Use `find_program` to detect presence of the external diff command and, if such a command is detected, print a full diff on failure to ease debugging.

Issue: DynamoRIO#6411
Related PR: DynamoRIO#6254
@ksco ksco requested a review from derekbruening November 9, 2023 03:35
@ksco
Copy link
Contributor Author

ksco commented Nov 9, 2023

@derekbruening
Copy link
Contributor

Now we have the diff output:

https://github.com/DynamoRIO/dynamorio/actions/runs/6807093606/job/18509368067?pr=6428#step:7:27881

Good, so it does look like #6411 is the same as #5725! Though we still don't understand the cause of the failure...trying to get tmate on it.

@ksco ksco requested a review from derekbruening November 9, 2023 05:24
@derekbruening
Copy link
Contributor

Hitting the suddenly flaky tests: win64: decoder #6411, replaceall #5412; ub22 #6416

@derekbruening derekbruening merged commit 0192e25 into DynamoRIO:master Nov 9, 2023
13 of 15 checks passed
@ksco ksco deleted the i6411-use-external-diff branch November 9, 2023 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants