Skip to content

[browser][wasm] Fix assembly name not found due to rename of assembly.#41037

Merged
kjpou1 merged 1 commit into
dotnet:masterfrom
kjpou1:wasm-fix-rename
Aug 20, 2020
Merged

[browser][wasm] Fix assembly name not found due to rename of assembly.#41037
kjpou1 merged 1 commit into
dotnet:masterfrom
kjpou1:wasm-fix-rename

Conversation

@kjpou1

@kjpou1 kjpou1 commented Aug 19, 2020

Copy link
Copy Markdown
Contributor

Due to the renaming of the assembly System.Runtime.InteropServices.JavaScript to System.Private.Runtime.InteropServices.JavaScript the marshal tests will fail once they are turned back on.

This PR does not reactivate the tests only fixes a problem that will be presented in the future if someone is working on those tests in the future.

The active issue that turns off those tests is #40112. Once this issue is addressed then the tests can be turned back on.

Closes #41036

@kjpou1 kjpou1 changed the title [browser][wasm] Fix assembly name due to rename of assembly. [browser][wasm] Fix assembly name not found due to rename of assembly. Aug 19, 2020
@kjpou1 kjpou1 self-assigned this Aug 19, 2020
@kjpou1 kjpou1 added the arch-wasm WebAssembly architecture label Aug 19, 2020
@SamMonoRT

Copy link
Copy Markdown
Member

Please confirm if these tests are now passing in the CI checks after this change prior to merging.

@kjpou1

kjpou1 commented Aug 20, 2020

Copy link
Copy Markdown
Contributor Author

This just changes the assembly name and not turning the tests on. There is still work being done to ensure these tests are passing in other PR's.

@SamMonoRT

Copy link
Copy Markdown
Member

LGTM if enabling the tests is done via a separate PR. Add a note regarding that PR/issue details or link that issue here for visibility.

@kjpou1

kjpou1 commented Aug 20, 2020

Copy link
Copy Markdown
Contributor Author

Here is the active issue that turns the tests off. #40112

Updated the main issue comments that this does not turn the tests back on and will be handled later.

@kjpou1 kjpou1 requested a review from SamMonoRT August 20, 2020 13:44

@SamMonoRT SamMonoRT left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Good to merge.

@kjpou1 kjpou1 merged commit 34a9820 into dotnet:master Aug 20, 2020
@kjpou1 kjpou1 deleted the wasm-fix-rename branch August 24, 2020 05:00
@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

arch-wasm WebAssembly architecture area-Interop-coreclr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[browser][wasm] Marshal tests "Could not find assembly"

3 participants