Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Merge corefx:master to corefx:dev/apple_crypto #16057

Merged
merged 739 commits into from
Feb 11, 2017

Conversation

bartonjs
Copy link
Member

This merges as-of commit 5091856

ericstj and others added 30 commits February 1, 2017 18:36
Overhaul external / binplacing / reference from runtime
Only build private NETCoreApp nupkg for TargetGroup-netcoreapp
…vely (master) (dotnet#15698)

* Modify expected param names for Array.Copy invalid args

* Disable AV'ing vectors test

* Update CoreClr, ProjectNTfs to beta-25002-01, beta-25001-00, respectively
This issue was caused by dotnet/coreclr#1764 which was fixed by
dotnet/coreclr#8438 and so the attribute can be removed.

Closes #3838
Remove ActiveIssue attributes for #3838
Add async File.ReadAll*, File.AppendAll* and File.WriteAll
Our targets should now be able to use the following properties in all cases:

* RunningOnCore : This is determined by MSBuildRuntimeType. This should only
  control MSBuild-related stuff, like the path to the task assembly being used,
  or which Roslyn props file is imported (different behavior on .NET Core).
* RunningOnUnix: This will be used to control things like path separators,
  environment variable syntax, executable file suffix, etc. which are the same
  everywhere except for Windows. This is determined by the value of OS. Any value
  other than Windows_NT will result in RunningOnUnix being set to true.
* TargetOS: This represents the target operating system for tests. "OSGroup"
  cannot be re-used for this because most tests are generally built for the
  "AnyOS" group, which does not accurately represent the OS being run on.
* OSGroup: This should be able to supplant all other uses of OS and OSEnvironment.
  This property is already defaulted to the correct value (based on the local
  environment) if it is not set.
This updates the version of .NET Core MSBuild used. A line was changed in
Roslyn.Common.props which has been replicated here in this copy of the
file.
Make arguments in crossbuild.json consistent with other Linux job
Clean up OS-related property uses, update buildtools, update MSBuild
These tests are failing on the full framework test runs for misc reasons explained in the comment section of the attributes. Most of them are because of lack of DeflateStream Flush support.
Adding UAPAOT vertical and configurations
…#15569)

* Refactoring Span/ReadOnlySpan Extensions
- Separating shared and platform specific implementations

* Refactoring Span/ReadOnlySpan and Extension methods

* Moving classes that are not needed for the netcoreapp build.

* Changing ReferenceFromRuntime to ProjectReference
* Restore some comment formatting for BigInteger
In order to generate stable solution files the projects need guids otherwise
VS will keep adding them or not be able to reuse the same guild each time we
generate the solutions. So this update task adds a guid to the project files.

For projects that don't have a configuration.props file we always add a default
Debug/Release configuration to make projects that are loaded in our solutions at
least have that consistent set of configurations.
Call GenerateVersionSourceFile target in crossbuild
This ports the test code essentially as-is. These need converted to
xunit based tests and included in the test project as converted.

I'll convert something in a subsequent check-in to set the example.
jkotas and others added 20 commits February 7, 2017 21:25
Synchronous toolchain.cmake for armel with CoreCLR
…cies

Update Sni, Standard to beta-25007-02, beta-25008-01, respectively (master)
Adds back CodeDom Evidence as additional implementation.
Instead of generating the test shared framework as a pre-step of
build-tests.cmd we now generate it as part of the build of the src
libraries and generate the deps file as a post step to src.builds.

We should either elimnate the need for the deps file (although I'm
not sure it is possible with the current dotnet.exe) or consider
regenerating it as a post step to building an individual library
project if and when we discover it starts becoming outdated and invalid.
However for now doing it as a post step for sr.builds should take care
of the most common cases as it doesn't change much.

Updated the binplacing logic to also update the test shared framework
as part of building an individual library this allows for indvidual
libraries to rebuild correctly on platforms don't don't have the necessary
hardlinking support. Eventually we should either get dotnet.exe update
to allow us to pass in the directory or we should try hard-linking the
folder (not individual files0 to the shared framework structure dotnet
expects to find.
…5792)

* Added missing RegistryKey members.
* Updated ApiCompatBaseline.netcoreapp.netfx461
* Make Microsoft.Win32.Registry.AccessControl assembly a partial facade unconditionally.
Removed type forwards
* Added Microsoft.Win32.Registry tests
* Migrated Open tests

* Increase flexibility of serial port / null modem detection

* Improve cleanup after test failure

* Migrate Open_Stress from legacy format

* Avoid Console.WriteLine calls

* Further progress on migrating legacy SerialPort tests

There are lots of files touched which are not yet in the build, but have had relatively simple replacement operations run across them in preparation for the manual conversion.

* Prevent parallel execution of tests

* Migration of more SerialPort tests

* Complete first pass through migrating Legacy/SerialPort

This is everything which fits pattern of standard tests - not some special manual / regression tests.

This runs with failures but without serious problems on a machine with a single real serial port, with or without a data-loopback connected.

* Removed SlashSlash tests

* Add timeouts to various potential hang points

* Some tidying in PortHelper, etc

* Make DiscardOutBuffer tests work correctly

* More assiduous disposal of SerialPort objects, fix some bogus test failures

* Added ActiveIssue attributes on tests which fail on the CI

* Correct / add ActiveIssue numbers

* Tidying
…et#15882)

* Add cmake files which support cross-compiling for Android arm64
…_defines

Android: Removed unused WITH_LLDB_* defines
Improvements to Complex trig and hyperbolic trig functions
…e_crypto

Conflicts:
	src/System.Security.Cryptography.Encoding/src/Configurations.props
	src/System.Security.Cryptography.Encoding/src/System.Security.Cryptography.Encoding.csproj
@bartonjs bartonjs self-assigned this Feb 10, 2017
@bartonjs bartonjs merged commit 011a772 into dotnet:dev/apple_crypto Feb 11, 2017
@karelz karelz added this to the 2.0.0 milestone Mar 1, 2017
@bartonjs bartonjs removed their assignment Mar 14, 2017
dotnet-bot pushed a commit that referenced this pull request Jan 30, 2018
- Refactored internal version of System.IO.File to be similar to full corefx version
- Cleaned up some Unix PAL APIs that are no longer used

Contributes to dotnet/corert#5248

Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
jkotas added a commit that referenced this pull request Jan 30, 2018
- Refactored internal version of System.IO.File to be similar to full corefx version
- Cleaned up some Unix PAL APIs that are no longer used

Contributes to dotnet/corert#5248

Signed-off-by: dotnet-bot-corefx-mirror <dotnet-bot@microsoft.com>
macrogreg pushed a commit to open-telemetry/opentelemetry-dotnet-instrumentation that referenced this pull request Sep 24, 2020
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.