Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/vstest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v15.3.0-preview-20170618-03
Choose a base ref
...
head repository: microsoft/vstest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rel/15.3-rtm
Choose a head ref
  • 6 commits
  • 71 files changed
  • 3 contributors

Commits on Jun 23, 2017

  1. Vstest.console should exit on parent process exit in design mode (#870)…

    … (#882)
    
    * vstest.console should exit on parent process exit in design mode
    
    * Ignore test which call Environment.Exit()
    
    * Refactor test
    
    * Refactor Unit tests
    smadala authored and codito committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    96904cf View commit details
    Browse the repository at this point in the history
  2. Execution/discovery complete sequence (#885)

    * Clean up test host before Discovery/execution cleanup.
    
    Fix the sequence of ProxyExecutionManager.Close and the run request
    completion event. Ensure that the test host is terminated before
    discovery/execution completion is raised.
    
    This fixes an issue where an IDE/Editor can call discovery successively,
    but the testhost running for first request could still be running. The fix
    also allows callers to cleanup resources once they receive execution/discovery
    events.
    
    * Set the host exited event if the test host process has exited on its own.
    codito authored Jun 23, 2017
    Configuration menu
    Copy the full SHA
    85b6436 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. Use version for publish step in build. (#889)

    * Use version for publish step in build.
    
    * Do not use cancellation token with timeout for launching test host.
    
    It actually takes in consideration the thread switch time. When thread count is
    high (say on a 12 core machine), launching test host may take more time than expected.
    
    Add version for build.sh publish.
    Fix a restore issue.
    
    * Remove not needed code.
    
    * PR comments.
    codito authored Jun 27, 2017
    Configuration menu
    Copy the full SHA
    1f13600 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. Mono support for net46 tests (#904)

    * Add platform abstraction for OS name and architecture. (#851)
    
    * Add platform abstraction for OS name and architecture.
    
    Related #820 #679
    
    * Fix build failures due to incorrect references.
    
    * Publish projects for net46 if mono is available.
    
    * Fix typo in build script.
    
    * Support for mono in multitargeted tests.
    
    Choose mono as launcher for net46 tests if the launcher for vstest.console
    is not mono (e.g. dotnet test).
    
    * Fix build script merge error.
    codito authored Jul 3, 2017
    Configuration menu
    Copy the full SHA
    634999c View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2017

  1. Revert "Mono support for net46 tests (#904)" (#983)

    This reverts commit 634999c.
    Faizan2304 authored Aug 7, 2017
    Configuration menu
    Copy the full SHA
    836eb5a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

  1. Source build support (#1241) (#1295)

    * Fix build issue for PlatformAbstractions on non windows environment.
    Fake .NET desktop build environment if machine is non-windows.
    Fixes #1222.
    
    * Use Ubuntu 14.04 since it is used in source builds.
    * Use exit code from build instead of log function.
    Fix names for TestPlatform.nuspec and path to testhost.x86 binaries.
    
    * Remove dependency on Mono for net4x builds.
    Use multitarget package instead.
    
    * Single build path for unix.
    Removed mono dependency checks. Fixes #1153.
    
    * Port vstest repo patches.
    Add support for repo API.
    https://github.com/dotnet/source-build/blob/dev/release/2.0/Documentation/RepoApi.md
    
    * Fix PR comments.
    * Use numeric comparisons instead of boolean in bash.
    codito authored Nov 15, 2017
    Configuration menu
    Copy the full SHA
    92c73db View commit details
    Browse the repository at this point in the history
Loading