-
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
-
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
-
Cleanup System.*Exception tests (#7616)
hughbe committed with stephentoub* Cleanup System.*Exception tests - Rename and cleanup tests Contributes to #6286
-
hughbe committed with stephentoub
-
Merge pull request #7615 from hughbe/runtime-tests-nullable
stephentoub committedCleanup Nullable tests
-
Merge pull request #7575 from ianhays/filesystem-enumeratenonexistent
stephentoub committedFilesystem enumeratenonexistent
-
Merge pull request #7595 from ianhays/tofdisable-fxthreading
stephentoub committedAdd some Threading tests
-
Merge pull request #7553 from pallavit/DisablePinvokeWarningForMetada…
pallavit committed…taAPI Disable errors for incorrect Pinvoke calls
-
Merge pull request #7600 from ericeil/NoManualSafeHandle2
ericeil committedUse IntPtr-based file descriptors exclusively, in native calls from Sockets code, part 2
-
Merge pull request #7601 from stephentoub/cc_timeout
stephentoub committedIncrease timeout for TestWithLocalLibraries code coverage job
-
Merge pull request #7598 from Chrisboh/RemoveBuilds
Chrisboh committedRemoving project that contains no tests due to being only an interface.
-
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.
-
ianhays committed
Adds threading tests to cover all gaps from ToF/tests/FX/Threading with the exception of the tests for the Monitor class.
-
Merge pull request #7477 from jamesqo/patch-2
stephentoub committedLess convoluted logic in CodeDomProvider
-
Merge pull request #7562 from ianhays/tofdisable-systemruntimebringup
stephentoub committedAdd missing System.Runtime tests
-
Merge pull request #7586 from ianhays/tofdisable-oldsrc
stephentoub committedPort tests from FX/OldSrc/
-
Merge pull request #7589 from stephentoub/remove_moduleinfo_osx
stephentoub committedReplace ProcessManager.GetModuleInfos on OSX
-
Minor changes to tests for cleanup
ianhays committed -
Merge pull request #7591 from stephentoub/cc_local_groovy
mmitche committedAdd a TestWithLocalLibraries code coverage build
-
Add missing System.Runtime tests
ianhays committedPorting missing tests that are present in SystemRuntimeBringup internally.
-
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
-
Add a TestWithLocalLibraries code coverage build
stephentoub committedOur 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.
-
Merge pull request #7565 from maririos/perf
stephentoub committedMove PerfTesting.targets to build.proj
-
Merge pull request #7583 from AlexGhiondea/UpdateBuildToolsVersion
stephentoub committedUpdate buildtools version to 00307.07
-
Merge pull request #7590 from dotnet-bot/UpdateDependencies2016040806…
stephentoub committed…4037 Updating CoreFX dependencies to rc3-24008-00
-
Update buildtools version to 00307.07
AlexGhiondea committedThis enables a few more analyzers to run and also creates a way to optimize code based on training scenarios.
-
Merge pull request #7581 from justinvp/sqlclient_localename
saurabh500 committedSqlClient: Avoid StringBuilder interop marshalling overhead
-
Merge pull request #7574 from tarekgh/AddCurrentCultureAsyncTest
stephentoub committedAdd async current culture test

