-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[wasm] Re-enable several test suites #38448
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] Re-enable several test suites #38448
Conversation
…rosoft.Extensions.FileProviders.Physical
|
Tagging subscribers to this area: @safern, @ViktorHofer |
There is one test failure in I'm taking a look at those kind of failures which are impacting like 200 tests. |
|
@safern, @akoeplinger thinks it might be mscorlib being excluded in the WasmAppBuilder. |
|
Yes that seems the most likely reason. |
|
@mdh1418 can you please open an issue for the System.Runtime.Serialization.Formatters.Binary.Converter so we can disable it with an |
|
We can disable against: #37648 -- I'm using that to fix those remainders of FileNotFoundException. |
|
The issue for |
|
@mdh1418 let's please disable against the issue I posted above and close the other issue, since this failure is happening in all tests that use serialization, not just in this one. |
This PR looks to re-enable the following test suites for WebAssembly now that they pass/skip: