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
2018-01-24Add Unsafe.IsAddressGreaterThan and IsAddressLessThanLevi Broderick
2017-11-30UnsafeTests: force explicit layout, so tests work on 32bit and 64bit ↵Bernhard Urban
platforms (#25594)
2017-10-10Add S.R.CS.Unsafe.AsRef<T>(ref readonly T) (#24479)ektrah
2017-10-10Making some small updates to Memory and S.R.CS test projects. (#24436)Ahson Ahmed Khan
2017-10-03Reenabling disabled tests and disabling others (for uapaot) (#24385)Ahson Ahmed Khan
2017-09-12Enable S.R.CS.Unsafe and System.Memory tests for UAP (#23905)Ahson Ahmed Khan
* Enable S.R.CS.Unsafe and System.Memory tests for UAP * Disable tests failing on uapaot with issues 23952 and 23953. * Fixing typo in issue#
2017-06-30Adding void* APIs for Add and Subtract (#20886)Ahson Ahmed Khan
* Adding void* APIs for Add and Subtract * Addressing PR comment. * Updating test cases for Add and Subtract
2017-03-07Refresh current solutions and project configurationsWes Haggard
2017-03-02Add Unsafe.ReadUnaligned/WriteUnaligned (#16570)mikedn
2017-03-01Restore ilasm from external directoryEric Mellino
* Also, re-enable all of the projects that were disabled because ilasm didn't work outside Windows.
2017-02-28Revert "Update buildtools and re-enable projects disabled due to Unix ilasm"Eric Mellino
This reverts commit 29029cf396cdef2933f3bc97fe9db8affe35ba7a.
2017-02-27Update buildtools and re-enable projects disabled due to Unix ilasmEric Mellino
2017-02-09Enable tests to compile with netstandard (#15956)Tarek Mahmoud Sayed
* Enable tests to compile with netstandard Most of the tests have netstandard configurations and it doesn't compile. the changes here is to fix the configurations and the tests to compile. This is important step to get netfx tests compile too as we are in most of the time netfx fallback to netstandard configuration The changes include some fixes to compile teh sources too. * Fix System.Collections.Immutable * update src configuration * remove netstandard17 defines * Split netcoreapp code to its own files * Remove 17 from the test class name
2017-02-07Remove versioned configuration from test projects (#15879)Tarek Mahmoud Sayed
The changes onclude some other minor clean up in the test project files
2017-02-03Enable compiling the test projects against the configuration (#15743)Tarek Mahmoud Sayed
* Enable compiling the test projects against the configuration The tests were compiled using the vertical configuration and not the best configuration picked from Configurations.props. this change is fix that and have all test projects configured accordingly. This change ensuring netcoreapp runs successfully and we'll have another rounds later for other configurations like netfx, UAP...etc. * Fix openssl test project on Linux distros * Update the project configurations * Update VS solution files * update solution files
2017-02-03Add ProjectGuids for all projects and empty configs for projects without ↵Wes Haggard
BuildConfigurations
2017-01-18Update project configuration and sln files (#15182)Karthik Rajasekaran
* Add ValidateVSConfigurations * Update project config and sln files.
2017-01-11Cleaning up src.builds and tests.builds and build System.ConfigurationsJose Perez Rodriguez
2017-01-11Automated update of ns1.7->ns2.0 and nca1.1->nca2.0Alex Perovich
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