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

[ Fix and Re-enable ] Diagnostic Area - Feature Tests #93

Open
6 tasks
dipeshmsft opened this issue Feb 28, 2023 · 0 comments
Open
6 tasks

[ Fix and Re-enable ] Diagnostic Area - Feature Tests #93

dipeshmsft opened this issue Feb 28, 2023 · 0 comments

Comments

@dipeshmsft
Copy link
Member

dipeshmsft commented Feb 28, 2023

The following tests were disabled while open-sourcing the test area

  • XamlSourceInfoTest_ReleaseBaml_Enabled
  • XamlSourceInfoTest_DebugSystemResources
  • XamlSourceInfoTest_DebugBaml_Enabled
  • XamlSourceInfoTest_LocalXaml_Enabled
  • XamlSourceInfoTest_XamlWithUri_Enabled
  • [Microsoft.Test.Discovery.Test(1, "ResourceDictionaryDiagnostics", TestParameters="Mode=Enable")]

The cause of failure is not known as of now. It may be that the tests themselves need to be fixed.

For re-enabling the tests -

  1. Search for the above in the code.
  2. Uncomment the attribute before the test function.

To run the tests in isolation, use the following command

.\RunTests.cmd /Area=Diagnostic /Name=<test-name>

For debugging the tests, add the /DebugTests argument in the command above.

@dipeshmsft dipeshmsft changed the title [ Fix and Re-enable] Diagnostic Area - Feature Tests [ Fix and Re-enable ] Diagnostic Area - Feature Tests Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant