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

[tests] Remove the last set of ignored MSBuild tests #8246

Merged
merged 5 commits into from
Aug 9, 2023

Commits on Aug 7, 2023

  1. [tests] Remove the last set of ignored MSBuild tests

    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 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d391207 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    117020f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e79325 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    4837368 View commit details
    Browse the repository at this point in the history
  2. Typo

    pjcollins committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d212b9a View commit details
    Browse the repository at this point in the history