-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Enable skipped tests and fix them #21335
Conversation
AutomaticStringLiteralCompletionTests.TestProprocessor_Backspace failed in windows_debug_unit32_prtest (details) |
test windows_debug_unit32_prtest please |
test windows_debug_vs-integration_prtest please |
1 similar comment
test windows_debug_vs-integration_prtest please |
windows_release_vs-integration_prtest failed with 262 failures on a test-only PR (details) @dotnet/roslyn-infrastructure Is this a known issue?
|
test windows_release_vs-integration_prtest please |
@dotnet/roslyn-compiler for review. Thanks |
LGTM |
Merged with single review (test-only change). Thanks |
…-literal-text * dotnet/features/ioperation: Fix NamedArgumentInParameterOrderWithDefaultValue test for new IOperation output. EnC and EE cleanup (dotnet#21226) Fix crash when encountering a parenthesized expression when converting an if to a switch. this makes OOM to crash OOP process. this won't crash VS, instead it will show info bar and notify users to close VS and re-open. Turn on ref assemblies in all projects (dotnet#21346) Re-baseline some emit tests Move MakeFrames logic into Analysis Use langver=latest for scripting (dotnet#21331) Enable skipped tests and fix them (dotnet#21335) Replace project reference with linked file removed left out from deleted esent code.
Some tests were missing a
[Fact]
, but when the attribute was added, the tests failed and thus were skipped.This PR enables those tests and fixes them.
Fixes #21079