-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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][aot] Disable tests that are failing because they depend on stacktrace API #54286
Conversation
radical
commented
Jun 16, 2021
- And update issue urls, as we have merged the issues into one tracking issue ([wasm][tests][aot] Tests failing due to stacktrace not supported #50957)
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to 'arch-wasm': @lewing Issue Details
|
@@ -291,7 +291,7 @@ | |||
<!-- Issue: https://github.com/dotnet/runtime/issues/51961 --> | |||
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json/tests/System.Text.Json.Tests/System.Text.Json.Tests.csproj" /> | |||
|
|||
<!-- Issue: https://github.com/dotnet/runtime/issues/50959 --> | |||
<!-- Issue: https://github.com/dotnet/runtime/issues/50957 --> | |||
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.IO.Pipelines\tests\System.IO.Pipelines.Tests.csproj" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can't we remove the exclusions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, this and more. But as a separate PR.
This one will unblock the tracking PR. And then a follow up PR would enable the ones that have been stable on the tracking one.
/azp run |
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
/azp run runtime,runtime-staging |
Azure Pipelines successfully started running 2 pipeline(s). |