Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-06Merge branch master into dev/engJose Perez Rodriguez
2017-01-04Add Configurations.props files for test projects, include tests in ↵Eric Mellino
build.proj (#14663) * [WIP]Created src\tests.proj which is mostly building all tests * Convert test project .builds to Configuration.props * Fix test paths in targetingpack.props, move test-runtime. * Move test-runtime under external. * Rename RuntimeDir->RuntimePath in targetingpacks.props and Xunit.Runtime.depproj. * Remove test-runtime project.json from the SupplementalTestData list in dir.targets. * Remove XUnit.Runtime.depproj from tests.proj * Convert test .builds files to Configuration.props. * Revert "Convert test project .builds to Configuration.props" This reverts commit 1efc4d9a02d1c2eced0f20a544abcbcd0092f40c. * Fix compilation error in System.Collections.Concurrent.Tests * Fix condition in System.Collections ref project * Fix two more Collections test project issues * Add Configuration.props for System.Collections ref * Fix TargetGroup conditions in System.Collections.Tests.csproj. * Fix compilation problems with NameResoltion.Pal.Tests. * Fix compilation errors in SqlClient Stress tests * Fix IO.Compression.Performance tests compilation * Fix compilation and configurations of System.Net.Http.Unit.Tests.csproj. * Fix compilation issues in System.Private.Xml.Linq tests * Disable XsltScenarios.Tests project, like it was before. * Fix missing DefineConstants for System.Linq ref project. * Fix compilation of System.Net.Primitives.Pal.Tests.csproj * Fix compilation of System.Net.Primitives.UnitTests.Tests.csproj * Fix compilation of System.Security.Cryptography.Cng.Tests.csproj. * Fix compilation of System.Net.Primitives reference project * Fix compilation of System.Net.Security ref project * Fix compilation of SYstem.Net.Security.Tests.csproj * Fix configuration of X509Certificates ref project * Fix compilation errors in System.Net.Http.Unit.Tests.csproj * Fix Common.Tests.csproj * Fix System.Diagnostics.Debug.Tests.csproj * Fix Microsoft.Win32.Registry.Tests.csproj * Add runtime.native.System.Data.SqlClient.sni to external project * Fix System.Diagnostics.TraceSource.Tests.csproj * Fix System.IO.Compression.Performance.Tests.csproj * Move supplemental test data into test-runtime/project.json * Fix System.IO.FileSystem.Watcher.Tests.csproj * Fix System.IO.FileSystem.Tests.csproj * Fix System.IO.Pipes.AccessControl.Tests.csproj * Fix System.IO.MemoryMappedFiles.Tests.csproj * Fix System.IO.Pipes.Tests.csproj * Fix System.Json.Tests.csproj * Add missing supplemental test data for net security tests * Fix resource names in System.Xml.XPath.XDocument.Tests.csproj * Fix Assembly.Location test case * Fix assembly loading paths in DefaultLoadContextTest.cs * Fix issues in System.Runtime.Loader.Tests.csproj * Fix RootNamespace in ResourceManager tests * Mark OpenSSL tests as unsupported on Windows * Fix RootNamespace in System.Xml.XPath.Tests.csproj * Fix RootNamespace in System.Xml.XPath.XmlDocument.Tests.csproj * Fix System.IO.Compression.Tests.csproj * Add missing Configurations.props files for System.Net projects * Fix compilation issues in WinHttpHandler tests * Add fixes and a workaround for Linq.Expressions tests * Add workaround for System.Runtime.Tests * Use extension methods explicitly in Ref.Emit tests * Hook up test projects into build * Fix build configuration of Crypto.Primitives for netcoreapp * Enable VB tests outside Windows * Enable Mail tests outside windows * Don't run Unsafe tests outside windows * Don't build Unsafe tests outside Windows * Don't build WebServer project outside of Windows. * Fix corerun path for Unix tests. * Fix casing of 'Native' directory in NETCoreApp private pkgproj * Remove runtime-specific stuff from Xunit.Runtime.depproj * Move tests into a separate project ('tests.msbuild') which isn't built in build.proj * Remove duplicate types from NameResolution.Pal tests * Skip tests in a project if there is no compatible configuration. * Include internal socket types only on Windows in NameResolution tests * Manually fix S.R.InteropServices configurations * Rename tests.msbuild -> tests.builds * Manually fix System.Text.Encoding.Tests.csproj configuration * Manually fix System.Threading.Tests configuration * Manually clean up System.Runtime.Tests.csproj * Fix System.IO.FileSystem.Tests configurations * Manually fix System.Globalization.Tests configurations * Manually fix System.IO.Pipes.Tests configurations * Manually fix System.IO.Compression.Tests configurations * Manually fix System.Runtime.Extensions.Tests configurations * Manually fix System.IO.MemoryMappedFiles.Tests configurations * Manually fix S.Diagnostics.Process.Tests configurations * Manually fix System.ComponentModel.TypeConverter.Tests configurations * Misc PR feedback. * Use HostRunnerName instead of HostRunner in Process tests * Fix configurations for S.ServiceProcess.ServiceController.Tests * Revert to using ConfigurationErrorMsg to check if tests should be skipped. Configuration still defaults to 'Debug' even if there is no valid configuration.
2016-12-15S.R.CS.Unsafe: Add CopyBlock/CopyBlockUnaligned and ↵nietras
InitBlock/InitBlockUnaligned for ref byte (#13848) * S.R.CS.Unsafe: Add CopyBlock<T>/CopyBlockUnaligned<T> for (ref T destination, ref T source, int elementCount) * S.R.CS.Unsafe: Remove new and existing InitBlock/CopyBlock* overloads taking UIntPtr as byteCount.
2016-12-14Make Test projects compile against the Targeting pack. (1/3 of the work) ↵Jose Perez Rodriguez
(#14482)
2016-12-09More ordering consistencyStephen Toub
- "static unsafe" instead of "unsafe static" - "extern unsafe" instead of "unsafe extern" - "protected internal" instead of "internal protected"
2016-10-29Enable S.R.CS.Unsafe tests that depend on ref locals and returns (#13141)Jan Kotas
Fix #6505
2016-10-22S.R.CS.Unsafe: Add 'IntPtr ByteOffset<T>(ref T origin, ref T target)' (#12895)nietras
2016-10-18Combine test dependencies into a common project.json.Karthik Rajasekaran
Restore this common project.json upfront to improve sync time and avoid download contention from nuget.
2016-10-18Update CoreClr, CoreFx to beta-24617-03, beta-24617-03, respectivelydotnet-bot
2016-10-15Update CoreClr, CoreFx, External to beta-24615-02, beta-24615-03, ↵dotnet-bot
beta-24614-00, respectively
2016-10-13Update CoreClr, CoreFx, External to beta-24613-02, beta-24613-01, ↵dotnet-bot
beta-24613-00, respectively
2016-10-12Update CoreClr, CoreFx to beta-24612-03, beta-24612-03, respectivelydotnet-bot
2016-10-11Update CoreClr, CoreFx to beta-24611-01, beta-24611-02 respectively (master)Stephen Toub
2016-10-08Update CoreClr, CoreFx to beta-24608-02, beta-24608-01, respectively (master)Stephen Toub
2016-10-08Revert "Merge branch 'dotnet-bot-master-UpdateDependencies'"Sedar Gokbulut
This reverts commit 631f21b4c277f557e6482a4ed77e206884b7634a, reversing changes made to 374a387de011924040a34bad825f2f2e951603a1.
2016-10-08Merge branch 'master-UpdateDependencies' of ↵Sedar Gokbulut
https://github.com/dotnet-bot/corefx into dotnet-bot-master-UpdateDependencies
2016-10-07S.R.CS.Unsafe add IntPtr overloads for Add/Subtract as element offset. Add ↵nietras
AddByteOffset/SubtractByteOffset. (#12446)
2016-10-07Update CoreClr, CoreFx, ProjectNTfs to beta-24607-02, beta-24607-03, ↵dotnet-bot
beta-24607-00, respectively
2016-10-07S.R.CS.Unsafe add CopyBlockUnaligned and InitBlockAligned. Add UIntPtr ↵nietras
overload to all copy and init-block methods. (#12443)
2016-10-06Reorder test.builds files metadata to be consisteng across the repoJose Perez Rodriguez
2016-10-05Update project ToolsVersions to 14.0 (#12355)Alex Perovich
2016-10-05Update CoreClr, CoreFx, ProjectNTfs to beta-24605-01, beta-24604-02, ↵dotnet-bot
beta-24604-00, respectively
2016-10-02Update CoreClr, CoreFx to beta-24602-02, beta-24601-02, respectivelydotnet-bot
2016-10-01Update xunit.netcore.extensions packageWes Haggard
This allows us to start using TestPlatforms added with https://github.com/dotnet/buildtools/pull/1000
2016-10-01Update CoreClr, CoreFx to beta-24601-01, beta-24530-03, respectivelydotnet-bot
2016-09-30Update CoreClr, CoreFx to beta-24530-04, beta-24530-02, respectivelydotnet-bot
2016-09-30Update CoreClr, CoreFx, External, ProjectNTfs to beta-24529-03, ↵dotnet-bot
beta-24530-01, beta-24523-00, beta-24530-00, respectively
2016-09-23Update CoreClr, CoreFx, External, ProjectNTfs to beta-24522-04, ↵dotnet-bot
beta-24522-03, beta-24522-00, beta-24522-01, respectively
2016-09-22Update CoreClr, CoreFx, External, ProjectNTfs to beta-24522-01, ↵dotnet-bot
beta-24521-07, beta-24521-00, beta-24521-00, respectively
2016-09-21Update CoreClr, CoreFx, External, ProjectNTfs to beta-24520-03, ↵dotnet-bot
beta-24520-06, beta-24520-00, beta-24520-00, respectively
2016-09-18Update CoreClr, CoreFx to beta-24518-02, beta-24516-03, respectivelydotnet-bot
2016-09-16Using master packages instead of dev/apiJose Perez Rodriguez
2016-09-16Update CoreClr, CoreFx, External, ProjectNTfs to beta-24516-01, ↵dotnet-bot
beta-devapi-24515-01, beta-24514-00, beta-24516-00, respectively
2016-09-13Required changes to get the build green again after merge from dev/apiJose Perez Rodriguez
2016-09-12Update CoreClr, CoreFx, ProjectNTfs to beta-24512-02, beta-devapi-24512-01, ↵dotnet-bot
beta-24512-00, respectively
2016-09-11Update CoreClr, CoreFx to beta-24511-02, beta-devapi-24511-01, respectivelydotnet-bot
2016-09-10Update CoreClr, CoreFx, External to beta-24510-02, beta-devapi-24510-01, ↵dotnet-bot
beta-24509-00, respectively
2016-09-09Update CoreClr, CoreFx, ProjectNTfs to beta-24509-03, beta-devapi-24509-01, ↵dotnet-bot
beta-24509-00, respectively
2016-09-08Update CoreClr, CoreFx, External, ProjectNTfs to beta-24508-02, ↵dotnet-bot
beta-devapi-24508-03, beta-24507-00, beta-24508-00, respectively
2016-09-03Update CoreClr, CoreFx to beta-24503-02, beta-devapi-24503-01, respectivelydotnet-bot
2016-09-02Update CoreClr, CoreFx, External, ProjectNTfs to beta-24502-03, ↵dotnet-bot
beta-devapi-24502-02, beta-24502-00, beta-24502-00, respectively
2016-09-02Changes required to have dev/api building again after mergeJose Perez Rodriguez
2016-08-25Update CoreClr, CoreFx, External to beta-24425-04, beta-devapi-24424-01, ↵dotnet-bot
beta-24424-00, respectively
2016-08-22Update dev/api corefx packages to 24422-01Stephen Toub
2016-08-21Update dev/api corefx dependencies to 24421-01Stephen Toub
2016-08-20Update dev/api corefx dependencies to 24420-01Stephen Toub
2016-08-20Update dev/api dependencies, coreclr to 24419-04, corefx to 24419-01Stephen Toub
2016-08-18Update devapi package versionsStephen Toub
2016-08-18Updating CoreFx dependencies to beta-devapi-24416-01Jose Perez Rodriguez
2016-08-17Required changes post-merge to get a succesfull build in dev/apiJose Perez Rodriguez