1. 11 2月, 2015 2 次提交
    • J
      Use the correct xunit version · 3251899b
      Jared Parsons 提交于
      3251899b
    • R
      Program for running tests in parallel · 1c176f53
      RoslynTeam 提交于
      Currently tests are run on the developers machine using
      
      > msbuild BuildAndTest.proj
      
      This takes ~25 minutes to complete on the CI machine and ~45 minutes on
      a developer machine (developer machines run a greater number of suites).
      This is not conductive to quick bug fixes.
      
      Ideally the infrastructure would switch over to using xunit 2 which can
      handle parallelizing the tests for us.  Unfortunately this isn't an
      option because:
      
      1. The 32 bit runner quickly OOMS on our suites
      2. A number of our tests can't run in 64 bit
      
      Long term xunit2 is still our goal.  Short term though this tool will
      use process level parallelization to run our suites.
      1c176f53
  2. 10 2月, 2015 1 次提交
    • R
      Small fixes for running suites · ad843f60
      RoslynTeam 提交于
      The BuildAndTest.proj was failing because a number of our suites aren't
      correct when run in parallel.  Disabling them for now and letting #321
      track reenabling them.
      ad843f60
  3. 09 2月, 2015 2 次提交
  4. 28 1月, 2015 1 次提交
    • J
      The Open directory contains several projects that rely on having a compatible... · 1e813498
      jaredpar 提交于
      The Open directory contains several projects that rely on having a compatible version of Visual Studio 2015 installed in order to build properly.   At this time there is no version of Visual Studio that will work over the long term that we can ask customers, and Jenkins, to move to in order to edit and build Roslyn.sln on master.  Our dependency on the VS SDK just evolves too rapidly.
      
      After some discussion I decided to put two solution files into the repo:
      
           - Roslyn2013.sln:  This solution is usable on a machine with only Visual Studio 2013 installed.  This unfortunately won't contain all of the new items we are releasing but at least gives customers a stable base to iterate on.
           - Roslyn.sln: This solution contains every project we've released and will work with some builds of 2015.  Likely it will work with the most recent CTP but I have not verified that (just don't have the right setup to do so).
      
      The long term plan here is to always be able to edit, build and debug the master branch with an RTM version of Visual Studio.  But until we hit RTM (or really RC) of Visual Studio 2015 we are going to have a hybrid solution to keep both us and customers productive.   (changeset 1405691)
      1e813498
  5. 27 1月, 2015 2 次提交
  6. 25 1月, 2015 1 次提交
  7. 20 11月, 2014 1 次提交
  8. 11 11月, 2014 1 次提交
  9. 18 4月, 2014 1 次提交
  10. 19 3月, 2014 1 次提交