Skip to content

Run browser tests on Windows #674

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

Merged
merged 1 commit into from
Jul 17, 2025

Conversation

mcbarton
Copy link
Collaborator

Description

Please include a summary of changes, motivation and context for this PR.

Fixes # (issue)

Type of change

Please tick all options which are relevant.

  • Bug fix
  • New feature
  • Requires documentation updates

Testing

Please describe the test(s) that you added and ran to verify your changes.

Checklist

  • I have read the contribution guide recently

Copy link

codecov bot commented Jul 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.25%. Comparing base (f65f80a) to head (40b049d).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #674   +/-   ##
=======================================
  Coverage   79.25%   79.25%           
=======================================
  Files           9        9           
  Lines        3866     3866           
=======================================
  Hits         3064     3064           
  Misses        802      802           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mcbarton
Copy link
Collaborator Author

I have now got the Emscripten browser tests working in Firefox on Windows. Just got to solve an issue with Chrome.

@mcbarton mcbarton force-pushed the Windows-browser-tests branch from 0014ab1 to d01f45c Compare July 16, 2025 19:16
@mcbarton mcbarton linked an issue Jul 16, 2025 that may be closed by this pull request
@mcbarton mcbarton force-pushed the Windows-browser-tests branch from cac2eca to 40b049d Compare July 16, 2025 21:12
@mcbarton mcbarton changed the title [wip] Run browser tests on Windows Run browser tests on Windows Jul 16, 2025
@mcbarton mcbarton marked this pull request as ready for review July 16, 2025 21:12
@mcbarton mcbarton requested a review from vgvassilev July 16, 2025 21:12
@mcbarton
Copy link
Collaborator Author

This PR is now ready for review. The one failing ci job is the same one failing on main, and has nothing to do with this PR.

@vgvassilev
Copy link
Contributor

What is the issue with the osx failure?

@mcbarton
Copy link
Collaborator Author

What is the issue with the osx failure?

@vgvassilev That has nothing to do with this PR. It fails on main, and I don't know what causes it. Its not the latest commit to CppInterOp as initial thought by me. The only way I currently know how to fix that failing job on main is via the PR which reduces the shared library size, and I don't know how that fixes it, just that it does.

@mcbarton
Copy link
Collaborator Author

mcbarton commented Jul 17, 2025

This is error that main and every PR (except the reduced shared library PR) on top of main gets for the osx job https://github.com/compiler-research/CppInterOp/actions/runs/16330436372/job/46133751186?pr=674#step:15:149

Copy link
Contributor

@vgvassilev vgvassilev left a comment

Choose a reason for hiding this comment

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

LGTM!

@vgvassilev vgvassilev merged commit 55c93cd into compiler-research:main Jul 17, 2025
40 of 41 checks passed
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.

[Feature Request]: Run Emscripten browser tests on Windows
2 participants