Commits on Apr 9, 2016
  1. @stephentoub

    Add globalization tests and fix RemoteInvoke for net46 (#7606)

    stephentoub committed
    * Add Globalization tests
    
    Adds new globalization tests and modified existing tests where the CultureInfo of the process is modified. All tests that modify the process state were moved to execute in their own process.
    
    * Fix RemoteExecutorConsoleApp to work on net46
  2. @hughbe @stephentoub

    Cleanup System.IO.*Exception tests (#7617)

    hughbe committed with stephentoub
    * Cleanup System.IO.*Exception tests
    
    - Take advantage of xunit
    - Refactor tests to be more readable
    
    Contributes to #6286
  3. @hughbe @stephentoub

    Cleanup System.*Exception tests (#7616)

    hughbe committed with stephentoub
    * Cleanup System.*Exception tests
    
    - Rename and cleanup tests
    
    Contributes to #6286
  4. @hughbe @stephentoub

    Cleanup misc runtime tests

    hughbe committed with stephentoub
    * Cleanup misc runtime test
    
    Contributes to #6286
    Cherry picked from #5490
  5. @stephentoub

    Merge pull request #7615 from hughbe/runtime-tests-nullable

    stephentoub committed
    Cleanup Nullable tests
  6. @hughbe

    Cleanup Nullable tests

    hughbe committed
    - Take advantage of xunit
    - Refactor long tests
    
    Contributes to #6286
  7. @Priya91

    Merge pull request #7607 from dotnet-bot/from-tfs

    Priya91 committed
    Merge changes from TFS
Commits on Apr 8, 2016
  1. @Priya91

    Add System.Text.RegularExpressions 4.1.0.0 contract

    Priya91 committed
    [tfs-changeset: 1594577]
  2. @stephentoub

    Merge pull request #7575 from ianhays/filesystem-enumeratenonexistent

    stephentoub committed
    Filesystem enumeratenonexistent
  3. @stephentoub

    Merge pull request #7595 from ianhays/tofdisable-fxthreading

    stephentoub committed
    Add some Threading tests
  4. @pallavit

    Merge pull request #7553 from pallavit/DisablePinvokeWarningForMetada…

    pallavit committed
    …taAPI
    
    Disable errors for incorrect Pinvoke calls
  5. @ericeil

    Merge pull request #7600 from ericeil/NoManualSafeHandle2

    ericeil committed
    Use IntPtr-based file descriptors exclusively, in native calls from Sockets code, part 2
  6. @stephentoub

    Merge pull request #7601 from stephentoub/cc_timeout

    stephentoub committed
    Increase timeout for TestWithLocalLibraries code coverage job
  7. @Chrisboh

    Merge pull request #7598 from Chrisboh/RemoveBuilds

    Chrisboh committed
    Removing project that contains no tests due to being only an interface.
  8. @stephentoub
  9. @ericeil

    Change signatures of the "permanent" native networking methods to tak…

    ericeil committed
    …e IntPtr arguments, and switch back to using those methods. Once this change propagates everywhere, we can remove the *_IntPtr methods.
  10. @ianhays

    Add some threading tests

    ianhays committed
    Adds threading tests to cover all gaps from ToF/tests/FX/Threading with the exception of the tests for the Monitor class.
  11. @ianhays
  12. @stephentoub

    Merge pull request #7477 from jamesqo/patch-2

    stephentoub committed
    Less convoluted logic in CodeDomProvider
  13. @Chrisboh
  14. @stephentoub

    Merge pull request #7562 from ianhays/tofdisable-systemruntimebringup

    stephentoub committed
    Add missing System.Runtime tests
  15. @stephentoub

    Merge pull request #7586 from ianhays/tofdisable-oldsrc

    stephentoub committed
    Port tests from FX/OldSrc/
  16. @stephentoub

    Merge pull request #7589 from stephentoub/remove_moduleinfo_osx

    stephentoub committed
    Replace ProcessManager.GetModuleInfos on OSX
  17. @ianhays
  18. @mmitche

    Merge pull request #7591 from stephentoub/cc_local_groovy

    mmitche committed
    Add a TestWithLocalLibraries code coverage build
  19. @ianhays

    Add missing System.Runtime tests

    ianhays committed
    Porting missing tests that are present in SystemRuntimeBringup internally.
  20. @hughbe @stephentoub

    Cleanup UTF8Encoding tests (#7389)

    hughbe committed with stephentoub
    * Cleanup UTF8Encoding tests
    
    - Fix a bunch of tests that didn't actually test anything. They just
    called the method without any assertions or checks after.
    - Rename tests to follow guidelines, instead of "PosTest1" and
    "NegTest2"
    - Take advantage of xunit
    - Shorten tests by using quicker and newer code
    - Use EncodingTestHelpers
  21. @stephentoub

    Add a TestWithLocalLibraries code coverage build

    stephentoub committed
    Our code coverage run doesn't currently employ /p:TestWithLocalLibraries=true.  While that's good for the common need of understanding how tests for a particular library are exercising that library, it would also be good to be able to understand how the libraries are exercised by any tests and other libraries in the repo.  This commit adds an additional such job.
  22. @stephentoub

    Merge pull request #7565 from maririos/perf

    stephentoub committed
    Move PerfTesting.targets to build.proj
  23. @stephentoub

    Merge pull request #7583 from AlexGhiondea/UpdateBuildToolsVersion

    stephentoub committed
    Update buildtools version to 00307.07
  24. @stephentoub

    Merge pull request #7590 from dotnet-bot/UpdateDependencies2016040806…

    stephentoub committed
    …4037
    
    Updating CoreFX dependencies to rc3-24008-00
  25. @dotnet-bot
  26. @AlexGhiondea

    Update buildtools version to 00307.07

    AlexGhiondea committed
    This enables a few more analyzers to run and also creates a way to
    optimize code based on training scenarios.
  27. @saurabh500

    Merge pull request #7581 from justinvp/sqlclient_localename

    saurabh500 committed
    SqlClient: Avoid StringBuilder interop marshalling overhead
  28. @stephentoub

    Merge pull request #7574 from tarekgh/AddCurrentCultureAsyncTest

    stephentoub committed
    Add async current culture test