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

[test] Remove EMSCRIPTEN_KEEPALIVE from _ReportResult. NFC #23119

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Dec 10, 2024

On the emscripten side we have reportResultToServer already.

On the emscripten side we have `reportResultToServer` already.
@sbc100 sbc100 enabled auto-merge (squash) December 11, 2024 00:22
#ifdef REPORT_RESULT
__ReportResult(0);
#endif
reportResultToServer(0);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this not report more than before? Or was REPORT_RESULT always defined?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think anyone is ever going to want to build this test without browser reporting included

@sbc100 sbc100 disabled auto-merge December 12, 2024 23:18
@sbc100 sbc100 merged commit 48504a5 into emscripten-core:main Dec 12, 2024
25 of 28 checks passed
@sbc100 sbc100 deleted the ReportResult branch December 12, 2024 23:18
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