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

[wasm][debugger] CI was broken for wasm debugger tests #99824

Merged
merged 9 commits into from
Mar 18, 2024

Conversation

thaystg
Copy link
Member

@thaystg thaystg commented Mar 15, 2024

After some change the path for the JSExports.g.cs is: dotnet://debugger-test.dll/S:/d/testCiFailure/runtime/artifacts/obj/mono/debugger-test/browser.wasm.Debug/browser-wasm/Microsoft.Interop.JavaScript.JSImportGenerator/Microsoft.Interop.JavaScript.JSExportGenerator/JSExports.g.cs

And this was throwing an assertion because we were searching for .wasm, but we really want to check if does not have the .wasm extension, so I changed the check to fix the tests.

Copy link
Contributor

Tagging subscribers to this area: @thaystg
See info in area-owners.md if you want to be subscribed.

@thaystg thaystg merged commit 8448925 into dotnet:main Mar 18, 2024
17 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Apr 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants