-
Notifications
You must be signed in to change notification settings - Fork 538
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
[Tests] Audit tests annotated with DotNetIgnore
or other ignored categories
#7777
Comments
DotNetIgnore
or other ignored categoriesDotNetIgnore
or other ignored categories
#8163 addresses most of this, we will only need to look at the |
pjcollins
added a commit
to pjcollins/android
that referenced
this issue
Aug 7, 2023
Fixes: dotnet#7777 The last set of ignored test categories have been removed or migrated to existing tests: * Test configurations related to AotMode=Hybrid and AotMode=Full have been removed. * BuildTest.CheckSequencePointGeneration has been removed due to it relying on mono symbol output. * EnvironmentContentTests.CheckBuildIdIsUnique has been removed due to it relying on mono symbol output. * PackagingTest.CheckManagedSymbolsArchive has been removed due to it relying on mono symbol output. * InstallAndRunTests.MonoSymbolicateAndroidStackTrace has been removed due to it relying on mono symbol output. * InstallAndRunTests.MonoSymbolicateNetStandardStackTrace has been removed due to it relying on mono symbol output. * EmbeddedDSOTests.BinariesExist removed as it is implicitly covered by tests that validate .apk contents. * EmbeddedDSOTests.EnvironmentFileContents removed as it is covered by BuildTest.CheckAssemblyCounts. * EmbeddedDSOTests.DSOPageAlignment assert moved to PackagingTest.EmbeddedDSOs. * EmbeddedDSOTests.DSOCompressionMode and EmbeddedDSOTests.AndroidManifestHasFlag removed as they are covered by PackagingTest.EmbeddedDSOs.
pjcollins
added a commit
that referenced
this issue
Aug 9, 2023
Fixes: #7777 The last set of ignored test categories have been removed or migrated to existing tests: * Test configurations related to AotMode=Hybrid and AotMode=Full have been removed. * BuildTest.CheckSequencePointGeneration has been removed due to it relying on mono symbol output. * EnvironmentContentTests.CheckBuildIdIsUnique has been removed due to it relying on mono symbol output. * PackagingTest.CheckManagedSymbolsArchive has been removed due to it relying on mono symbol output. * InstallAndRunTests.MonoSymbolicateAndroidStackTrace has been removed due to it relying on mono symbol output. * InstallAndRunTests.MonoSymbolicateNetStandardStackTrace has been removed due to it relying on mono symbol output. * EmbeddedDSOTests.BinariesExist removed as it is implicitly covered by tests that validate .apk contents. * EmbeddedDSOTests.EnvironmentFileContents removed as it is covered by BuildTest.CheckAssemblyCounts. * EmbeddedDSOTests.DSOPageAlignment assert moved to PackagingTest.EmbeddedDSOs. * EmbeddedDSOTests.DSOCompressionMode and EmbeddedDSOTests.AndroidManifestHasFlag removed as they are covered by PackagingTest.EmbeddedDSOs.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Now that we are no longer running some classic tests in CI, we should review the MSBuild tests that are ignored in the One .NET test runs to make sure we aren't missing any coverage.
On a quick search, the
DeleteBinObjTests
fixture and potentially other tests inBuildTest.cs
may be worth updating to run against .NET.The text was updated successfully, but these errors were encountered: