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

Testing main, adding in net7.0 testing #3127

Merged
merged 12 commits into from
Jul 2, 2022
Merged

Commits on Jul 1, 2022

  1. Testing main, adding in net7.0 testing

    Add common test runner and project (CommonTestRunner)
    
    Disable 7.0 singlefile and aspnet tests until new test infra is in
    
    DotNetBuildDebuggeeTestStep.cs resilient against test environment
    
    Change TFM on .NET 7 for Unix as well
    
    Adjust ProcessInfo tests to account for full "managed" commandline
    
    Remove net5.0 testing
    
    Don't install 3.1 on arm64
    
    Build and run tests on MacOS M1
    
    dotnet#2568 Reenable EventLogsPipeUnitTests and EventCounterTriggerTests
    dotnet#2541 TestLogsAllCategoriesDefaultLevelFallback fails frequently
    dotnet#2819 Diagnostics tests don't run on MacOS arm64
    
    Fix x86 GCEventTest
    
    Don't dispose EventPipeSession in EventPipeSessionTests because they hang for 30secs during the dispose.
    
    Disable (setting COMPlus_EnableWriteXorExecute=0) W^E in SOSRunner so bpmd tests work on 7.0.
    
    Add --address option to modules command
    mikelle-rogers authored and mikem8361 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    80e82d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c84b990 View commit details
    Browse the repository at this point in the history
  3. Fix wrong xml

    hoyosjs authored and mikem8361 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    d960c5a View commit details
    Browse the repository at this point in the history
  4. Code review feedback

    mikem8361 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    a86ca3d View commit details
    Browse the repository at this point in the history
  5. More code review feedback

    mikem8361 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    b71d2cb View commit details
    Browse the repository at this point in the history
  6. Code review feedback and made changes to SOS runner to use the local …

    …DAC via the runtime directory for
    
    single-file apps instead of depending on downloading it from the symbol server.
    mikem8361 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    07c0969 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c1e8d3 View commit details
    Browse the repository at this point in the history
  8. Undo my previous undo

    mikem8361 committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    290f73e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c3e37e0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9ecc8a2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f7740f1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bd6eee9 View commit details
    Browse the repository at this point in the history