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
diff options
context:
space:
mode:
authorAhson Khan <ahkha@microsoft.com>2018-03-31 00:30:48 +0300
committerGitHub <noreply@github.com>2018-03-31 00:30:48 +0300
commitf592e887e2349ed52af6a83070c42adb9d26408c (patch)
tree9d54fc60a316198f6a28409556c707af3eb46412 /external
parent366496832fbf9c893a33ebed176d6e053c721ca1 (diff)
Split OwnedMemory into MemoryManager and IMemoryOwner (#28640)
* Update IRetainable, OwnedMemory, and MemoryHandle APIs * Split OwnedMemory into MemoryManager and IMemoryOwner * Update ReadOnlySequence, ArrayMemoryPool, and BufferSegment * Update System.Memory and System.IO.Pipeline tests * Temporarily skipping the failing Pipelines tests until impl is corrected. * Update the reference assembly to match implementation and cleanup * Update API compat baseline for UAPAOT and add GenFacadesIgnoreMissingTypes * Fix the System.Runtime ref * Add back the Pin methods to the uapaot api compat baseline * Clone the API compat baseline from uapaot and add it for uap as well. * Update BuildTools, CoreClr, CoreFx, CoreSetup, ProjectNTfs, ProjectNTfsTestILC to preview3-02630-01, preview3-26330-08, preview3-26330-06, preview3-26330-04, beta-26330-00, beta-26330-00, respectively * Fix pipelines tests and update the api compat baseline shim for uapaot * Add empty Unpin override to pipe pool test. * Fix the System.Net.Http Functional tests
Diffstat (limited to 'external')
-rw-r--r--external/test-runtime/optional.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/external/test-runtime/optional.json b/external/test-runtime/optional.json
index b399048807..777514af15 100644
--- a/external/test-runtime/optional.json
+++ b/external/test-runtime/optional.json
@@ -3,9 +3,9 @@
"net45": {
"dependencies": {
"Microsoft.DotNet.IBCMerge": "4.6.0-alpha-00001",
- "TestILC.amd64ret": "1.0.0-beta-26329-00",
- "TestILC.armret": "1.0.0-beta-26329-00",
- "TestILC.x86ret": "1.0.0-beta-26329-00"
+ "TestILC.amd64ret": "1.0.0-beta-26330-00",
+ "TestILC.armret": "1.0.0-beta-26330-00",
+ "TestILC.x86ret": "1.0.0-beta-26330-00"
}
}
}