Skip to content

Fix exception for missing resolved executable#2611

Merged
natebosch merged 1 commit intomasterfrom
resolved-executable-exception
Mar 17, 2026
Merged

Fix exception for missing resolved executable#2611
natebosch merged 1 commit intomasterfrom
resolved-executable-exception

Conversation

@natebosch
Copy link
Copy Markdown
Member

In some executions of the test runner internally the
Platform.resolvedExectuble may be unexpectedly null. Catch
exceptions trying to read the field and allow a null return. The usage
for this variable currently prepends it to file paths, and it's safe to
search the "wrong" full path and not find the file.

In some executions of the test runner internally the
`Platform.resolvedExectuble` may be unexpectedly `null`. Catch
exceptions trying to read the field and allow a `null` return. The usage
for this variable currently prepends it to file paths, and it's safe to
search the "wrong" full path and not find the file.
@natebosch natebosch requested a review from a team as a code owner March 17, 2026 20:14
@natebosch natebosch requested a review from scheglov March 17, 2026 20:14
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 17, 2026

PR Health

@natebosch natebosch merged commit 36b9d82 into master Mar 17, 2026
70 of 71 checks passed
@natebosch natebosch deleted the resolved-executable-exception branch March 17, 2026 20:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants