-
Notifications
You must be signed in to change notification settings - Fork 333
Comparing changes
Open a pull request
base repository: microsoft/vstest
base: v15.3.0-preview-20170618-03
head repository: microsoft/vstest
compare: rel/15.3-rtm
- 6 commits
- 71 files changed
- 3 contributors
Commits on Jun 23, 2017
-
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
Configuration menu - View commit details
-
Copy full SHA for 96904cf - Browse repository at this point
Copy the full SHA 96904cfView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 85b6436 - Browse repository at this point
Copy the full SHA 85b6436View commit details
Commits on Jun 27, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for 1f13600 - Browse repository at this point
Copy the full SHA 1f13600View commit details
Commits on Jul 3, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for 634999c - Browse repository at this point
Copy the full SHA 634999cView commit details
Commits on Aug 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 836eb5a - Browse repository at this point
Copy the full SHA 836eb5aView commit details
Commits on Nov 15, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for 92c73db - Browse repository at this point
Copy the full SHA 92c73dbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v15.3.0-preview-20170618-03...rel/15.3-rtm