summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ILAsmVersion.txt2
-rw-r--r--dependencies.props10
-rw-r--r--tests/CoreFX/CoreFX.issues.json134
3 files changed, 139 insertions, 7 deletions
diff --git a/ILAsmVersion.txt b/ILAsmVersion.txt
index 7f248fd1c7..01871b2bce 100644
--- a/ILAsmVersion.txt
+++ b/ILAsmVersion.txt
@@ -1 +1 @@
-3.0.0-preview-27220-03
+3.0.0-preview-27223-01
diff --git a/dependencies.props b/dependencies.props
index 0f4f1604b6..da0d3608b9 100644
--- a/dependencies.props
+++ b/dependencies.props
@@ -23,8 +23,8 @@
<!-- Source of truth for dependency tooling: the commit hash of the dotnet/versions master branch as of the last auto-upgrade. -->
<PropertyGroup>
- <CoreFxCurrentRef>8cfc1012ee83209da9c0df19941f74aad3e39e12</CoreFxCurrentRef>
- <CoreClrCurrentRef>8cfc1012ee83209da9c0df19941f74aad3e39e12</CoreClrCurrentRef>
+ <CoreFxCurrentRef>8088601f578f4e1d9d14aa2bdb8659ba0a84bae1</CoreFxCurrentRef>
+ <CoreClrCurrentRef>8088601f578f4e1d9d14aa2bdb8659ba0a84bae1</CoreClrCurrentRef>
<BuildToolsCurrentRef>c538360fb7bf16505db9b54e4674e54deceb13de</BuildToolsCurrentRef>
<PgoDataCurrentRef>982efb931db09a52623f2021bf1dd670936d980d</PgoDataCurrentRef>
<CoreSetupCurrentRef>56b60e4ef0879b0423542f32a0b87779b4236453</CoreSetupCurrentRef>
@@ -33,10 +33,10 @@
<!-- Tests/infrastructure dependency versions. -->
<PropertyGroup>
- <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.6.0-preview.18619.1</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
- <MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview.18619.1</MicrosoftNETCorePlatformsPackageVersion>
+ <MicrosoftPrivateCoreFxNETCoreAppPackageVersion>4.6.0-preview.18622.2</MicrosoftPrivateCoreFxNETCoreAppPackageVersion>
+ <MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview.18622.2</MicrosoftNETCorePlatformsPackageVersion>
<PgoDataPackageVersion>99.99.99-master-20181210-0037</PgoDataPackageVersion>
- <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview-27220-03</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
+ <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview-27223-01</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview-27218-01</MicrosoftNETCoreAppPackageVersion>
<XunitPackageVersion>2.4.1</XunitPackageVersion>
<IbcDataPackageVersion>99.99.99-master-20181120-0045</IbcDataPackageVersion>
diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json
index e546f080c9..266ea73ccc 100644
--- a/tests/CoreFX/CoreFX.issues.json
+++ b/tests/CoreFX/CoreFX.issues.json
@@ -264,7 +264,63 @@
{
"name": "System.Collections.Tests.HashtableKeysTests.ICollection_NonGeneric_SyncRoot",
"reason": "waiting on corefx update"
- }
+ },
+ {
+ "name": "System.Collections.Tests.ArrayList_SyncRootTests.GetSyncRoot ",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.ArrayListAdapterTests.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.ArrayListBasicTests.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.ArrayListFixedIListSizeTests.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.ArrayListFixedSizeTests.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.ArrayListRangeTests.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.ArrayListReadOnlyIListTests.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.ArrayListReadOnlyTests.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.ArrayListSynchronizedILstTests.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.ArrayListSynchronizedTests.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.CollectionBaseTests.SyncRoot ",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.Queue_SyncRootTests.SyncRoot ",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.ReadOnlyCollectionBaseTests.SyncRoot ",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.Stack_SyncRootTests.GetSyncRootBasic ",
+ "reason": "waiting on corefx test update"
+ },
]
}
},
@@ -383,6 +439,46 @@
"name": "System.Collections.Tests.Dictionary_Generic_Tests_Values_AsICollection.ICollection_NonGeneric_SyncRoot",
"reason": "waiting on corefx update"
},
+ {
+ "name": "System.Collections.Tests.LinkedList_ICollection_NonGeneric_Tests.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.Queue_ICollection_NonGeneric_Tests.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.SortedDictionary_Generic_Tests_Keys_AsICollection.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.SortedDictionary_Generic_Tests_Values_AsICollection.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.SortedDictionary_IDictionary_NonGeneric_Tests.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.SortedList_Generic_Tests_Keys_AsICollection.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.SortedList_Generic_Tests_Values_AsICollection.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.SortedList_IDictionary_NonGeneric_Tests.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.SortedSet_ICollection_NonGeneric_Tests.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Tests.Stack_ICollection_NonGeneric_Tests.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
]
}
},
@@ -405,6 +501,42 @@
"name": "System.Collections.Specialized.Tests.HybridDictionaryKeysTests.ICollection_NonGeneric_SyncRoot",
"reason": "waiting on corefx update"
},
+ {
+ "name": "System.Collections.Specialized.Tests.ListDictionary_CustomComparer_Tests.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Specialized.Tests.ListDictionary_NoComparer_Tests.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Specialized.Tests.ListDictionaryKeysTests.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Specialized.Tests.ListDictionaryValuesTests.ICollection_NonGeneric_SyncRoot",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Specialized.Tests.NameObjectCollectionBaseSyncRootTests.SyncRoot ",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Specialized.Tests.OrderedDictionaryTests.KeysPropertyContainsAllKeys ",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Specialized.Tests.OrderedDictionaryTests.SyncRootTests ",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Specialized.Tests.OrderedDictionaryTests.ValuesPropertyContainsAllValues ",
+ "reason": "waiting on corefx test update"
+ },
+ {
+ "name": "System.Collections.Specialized.Tests.StringCollectionTests.SyncRootTest",
+ "reason": "waiting on corefx test update"
+ },
]
}
},