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] Add assembly level ActiveIssue for System.Threading.Tasks.Dataflow #38470

Conversation

mdh1418
Copy link
Member

@mdh1418 mdh1418 commented Jun 26, 2020

When disabling tests with async Task, about half the tests would be skipped. Instead of doing so, an assembly level skip will be added. This PR looks to make the System.Threading.Tasks.Dataflow test suite pass on WebAssembly.

Tests run: 0, Errors: 0, Failures: 0, Skipped: 0. Time: 0.004025s

Contributes to #38422

@ghost
Copy link

ghost commented Jun 26, 2020

Tagging subscribers to this area: @tarekgh
Notify danmosemsft if you want to be subscribed.

@stephentoub
Copy link
Member

This is skipping half of the whole test suite. Is it really worth running the remaining half? Could someone reasonably use the library in this state?

@steveisok
Copy link
Member

Good question. If the library isn't usable, we should throw PNSE.

@stephentoub
Copy link
Member

Are all of the tests being skipped because of a problem in the library, or are they being skipped because we don't support async Task tests right now?

@steveisok
Copy link
Member

I believe it's due to async Task. @akoeplinger @mdh1418 please confirm.

@akoeplinger
Copy link
Member

yeah it should be due to async Task, I agree it's a bit much to disable 80% of the tests so we should probably skip this test library for now.

@mdh1418 mdh1418 force-pushed the mdhwang/skip_system_threading_tasks_dataflow_tests branch from 192c802 to 299937a Compare June 29, 2020 14:28
@mdh1418 mdh1418 changed the title [wasm] Disable problematic threading tests in System.Threading.Tasks.Dataflow [wasm] Add assembly level ActiveIssue for System.Threading.Tasks.Dataflow Jun 29, 2020
@akoeplinger akoeplinger merged commit a6cb292 into dotnet:master Jun 29, 2020
@mdh1418 mdh1418 deleted the mdhwang/skip_system_threading_tasks_dataflow_tests branch June 29, 2020 20:31
@ghost ghost locked as resolved and limited conversation to collaborators Dec 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants