Initial bringup of new set of ported GC tests.
authorSean Gillespie <segilles@microsoft.com>
Fri, 26 Feb 2016 22:56:07 +0000 (14:56 -0800)
committerSean Gillespie <sean.william.g@gmail.com>
Thu, 10 Mar 2016 01:31:37 +0000 (17:31 -0800)
commitf7c51223d7b3a0153b002b30f619a7f02ff4fc99
treee27ea40b3601cd864a336e7c29aef22f15e7be49
parentf178841cda726a30b98ae42529b0cadb6a486151
Initial bringup of new set of ported GC tests.
472 files changed:
tests/issues.targets
tests/src/GC/API/GC/AddMemoryPressureTest.cs [new file with mode: 0644]
tests/src/GC/API/GC/AddMemoryPressureTest.csproj [new file with mode: 0644]
tests/src/GC/API/GC/AddThresholdTest.cs [new file with mode: 0644]
tests/src/GC/API/GC/AddThresholdTest.csproj [new file with mode: 0644]
tests/src/GC/API/GC/AddUsageTest.cs [new file with mode: 0644]
tests/src/GC/API/GC/AddUsageTest.csproj [new file with mode: 0644]
tests/src/GC/API/GC/Collect.cs [new file with mode: 0644]
tests/src/GC/API/GC/Collect.csproj [new file with mode: 0644]
tests/src/GC/API/GC/Collect0.cs [new file with mode: 0644]
tests/src/GC/API/GC/Collect0.csproj [new file with mode: 0644]
tests/src/GC/API/GC/Collect1.cs [new file with mode: 0644]
tests/src/GC/API/GC/Collect1.csproj [new file with mode: 0644]
tests/src/GC/API/GC/Collect_Default.cs [new file with mode: 0644]
tests/src/GC/API/GC/Collect_Default_1.csproj [new file with mode: 0644]
tests/src/GC/API/GC/Collect_Default_2.csproj [new file with mode: 0644]
tests/src/GC/API/GC/Collect_Default_3.csproj [new file with mode: 0644]
tests/src/GC/API/GC/Collect_Forced.cs [new file with mode: 0644]
tests/src/GC/API/GC/Collect_Forced_1.csproj [new file with mode: 0644]
tests/src/GC/API/GC/Collect_Forced_2.csproj [new file with mode: 0644]
tests/src/GC/API/GC/Collect_Forced_3.csproj [new file with mode: 0644]
tests/src/GC/API/GC/Collect_Optimized.cs [new file with mode: 0644]
tests/src/GC/API/GC/Collect_Optimized_1.csproj [new file with mode: 0644]
tests/src/GC/API/GC/Collect_Optimized_2.csproj [new file with mode: 0644]
tests/src/GC/API/GC/Collect_Optimized_3.csproj [new file with mode: 0644]
tests/src/GC/API/GC/Collect_fail.cs [new file with mode: 0644]
tests/src/GC/API/GC/Collect_fail.csproj [new file with mode: 0644]
tests/src/GC/API/GC/Collect_neg.cs [new file with mode: 0644]
tests/src/GC/API/GC/Collect_neg.csproj [new file with mode: 0644]
tests/src/GC/API/GC/CollectionCountTest.cs [new file with mode: 0644]
tests/src/GC/API/GC/CollectionCountTest.csproj [new file with mode: 0644]
tests/src/GC/API/GC/Finalize.cs [new file with mode: 0644]
tests/src/GC/API/GC/Finalize.csproj [new file with mode: 0644]
tests/src/GC/API/GC/GetGeneration.cs [new file with mode: 0644]
tests/src/GC/API/GC/GetGeneration.csproj [new file with mode: 0644]
tests/src/GC/API/GC/GetGenerationWR.cs [new file with mode: 0644]
tests/src/GC/API/GC/GetGenerationWR.csproj [new file with mode: 0644]
tests/src/GC/API/GC/GetGenerationWR2.cs [new file with mode: 0644]
tests/src/GC/API/GC/GetGenerationWR2.csproj [new file with mode: 0644]
tests/src/GC/API/GC/GetGeneration_box.cs [new file with mode: 0644]
tests/src/GC/API/GC/GetGeneration_box.csproj [new file with mode: 0644]
tests/src/GC/API/GC/GetGeneration_fail.cs [new file with mode: 0644]
tests/src/GC/API/GC/GetGeneration_fail.csproj [new file with mode: 0644]
tests/src/GC/API/GC/GetTotalMemory.cs [new file with mode: 0644]
tests/src/GC/API/GC/GetTotalMemory.csproj [new file with mode: 0644]
tests/src/GC/API/GC/KeepAlive.cs [new file with mode: 0644]
tests/src/GC/API/GC/KeepAlive.csproj [new file with mode: 0644]
tests/src/GC/API/GC/KeepAliveNull.cs [new file with mode: 0644]
tests/src/GC/API/GC/KeepAliveNull.csproj [new file with mode: 0644]
tests/src/GC/API/GC/KeepAliveRecur.cs [new file with mode: 0644]
tests/src/GC/API/GC/KeepAliveRecur.csproj [new file with mode: 0644]
tests/src/GC/API/GC/MaxGeneration.cs [new file with mode: 0644]
tests/src/GC/API/GC/MaxGeneration.csproj [new file with mode: 0644]
tests/src/GC/API/GC/ReRegisterForFinalize.cs [new file with mode: 0644]
tests/src/GC/API/GC/ReRegisterForFinalize.csproj [new file with mode: 0644]
tests/src/GC/API/GC/ReRegisterForFinalize_null.cs [new file with mode: 0644]
tests/src/GC/API/GC/ReRegisterForFinalize_null.csproj [new file with mode: 0644]
tests/src/GC/API/GC/RemoveMemoryPressureTest.cs [new file with mode: 0644]
tests/src/GC/API/GC/RemoveMemoryPressureTest.csproj [new file with mode: 0644]
tests/src/GC/API/GC/RemoveUsageTest.cs [new file with mode: 0644]
tests/src/GC/API/GC/RemoveUsageTest.csproj [new file with mode: 0644]
tests/src/GC/API/GC/SuppressFinalize.cs [new file with mode: 0644]
tests/src/GC/API/GC/SuppressFinalize.csproj [new file with mode: 0644]
tests/src/GC/API/GC/SuppressFinalize_Null.cs [new file with mode: 0644]
tests/src/GC/API/GC/SuppressFinalize_Null.csproj [new file with mode: 0644]
tests/src/GC/API/GC/TotalMemory.cs [new file with mode: 0644]
tests/src/GC/API/GC/TotalMemory.csproj [new file with mode: 0644]
tests/src/GC/API/GC/TotalMemory2.cs [new file with mode: 0644]
tests/src/GC/API/GC/TotalMemory2.csproj [new file with mode: 0644]
tests/src/GC/API/GC/app.config [new file with mode: 0644]
tests/src/GC/API/GCHandle/AddrOfPinnedObject.cs [new file with mode: 0644]
tests/src/GC/API/GCHandle/AddrOfPinnedObject.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandle/AddrOfPinnedObject_neg.cs [new file with mode: 0644]
tests/src/GC/API/GCHandle/AddrOfPinnedObject_neg.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandle/Alloc.cs [new file with mode: 0644]
tests/src/GC/API/GCHandle/Alloc.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandle/Alloc_neg.cs [new file with mode: 0644]
tests/src/GC/API/GCHandle/Alloc_neg.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandle/Alloc_neg2.cs [new file with mode: 0644]
tests/src/GC/API/GCHandle/Alloc_neg2.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandle/Casting.cs [new file with mode: 0644]
tests/src/GC/API/GCHandle/Casting.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandle/Equality.cs [new file with mode: 0644]
tests/src/GC/API/GCHandle/Equality.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandle/Free.cs [new file with mode: 0644]
tests/src/GC/API/GCHandle/Free.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandle/Free_neg.cs [new file with mode: 0644]
tests/src/GC/API/GCHandle/Free_neg.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandle/HandleCopy.cs [new file with mode: 0644]
tests/src/GC/API/GCHandle/HandleCopy.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandle/IsAllocated.cs [new file with mode: 0644]
tests/src/GC/API/GCHandle/IsAllocated.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandle/Normal.cs [new file with mode: 0644]
tests/src/GC/API/GCHandle/Normal.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandle/PinObj_neg.cs [new file with mode: 0644]
tests/src/GC/API/GCHandle/PinObj_neg.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandle/Pinned.cs [new file with mode: 0644]
tests/src/GC/API/GCHandle/Pinned.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandle/Target.cs [new file with mode: 0644]
tests/src/GC/API/GCHandle/Target.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandle/Target_neg.cs [new file with mode: 0644]
tests/src/GC/API/GCHandle/Target_neg.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandle/ToFromIntPtr.cs [new file with mode: 0644]
tests/src/GC/API/GCHandle/ToFromIntPtr.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandle/Weak.cs [new file with mode: 0644]
tests/src/GC/API/GCHandle/Weak.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandle/app.config [new file with mode: 0644]
tests/src/GC/API/GCHandleCollector/Count.cs [new file with mode: 0644]
tests/src/GC/API/GCHandleCollector/Count.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandleCollector/CtorsAndProperties.cs [new file with mode: 0644]
tests/src/GC/API/GCHandleCollector/CtorsAndProperties.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandleCollector/NegTests.cs [new file with mode: 0644]
tests/src/GC/API/GCHandleCollector/NegTests.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandleCollector/Usage.cs [new file with mode: 0644]
tests/src/GC/API/GCHandleCollector/Usage.csproj [new file with mode: 0644]
tests/src/GC/API/GCHandleCollector/app.config [new file with mode: 0644]
tests/src/GC/API/GCSettings/ILatencyTest.csproj
tests/src/GC/API/GCSettings/InducedGen0GC.csproj
tests/src/GC/API/GCSettings/InducedGen1GC.csproj
tests/src/GC/API/GCSettings/InducedGen2GC.csproj
tests/src/GC/API/GCSettings/InputValidation.cs [new file with mode: 0644]
tests/src/GC/API/GCSettings/InputValidation.csproj [new file with mode: 0644]
tests/src/GC/API/GCSettings/app.config [new file with mode: 0644]
tests/src/GC/API/WeakReference/Finalize.cs [new file with mode: 0644]
tests/src/GC/API/WeakReference/Finalize.csproj [new file with mode: 0644]
tests/src/GC/API/WeakReference/Finalize2.cs [new file with mode: 0644]
tests/src/GC/API/WeakReference/Finalize2.csproj [new file with mode: 0644]
tests/src/GC/API/WeakReference/IsAlive.cs [new file with mode: 0644]
tests/src/GC/API/WeakReference/IsAlive.csproj [new file with mode: 0644]
tests/src/GC/API/WeakReference/IsAlive_neg.cs [new file with mode: 0644]
tests/src/GC/API/WeakReference/IsAlive_neg.csproj [new file with mode: 0644]
tests/src/GC/API/WeakReference/NullHandle.cs [new file with mode: 0644]
tests/src/GC/API/WeakReference/NullHandle.csproj [new file with mode: 0644]
tests/src/GC/API/WeakReference/Target.cs [new file with mode: 0644]
tests/src/GC/API/WeakReference/Target.csproj [new file with mode: 0644]
tests/src/GC/API/WeakReference/TrackResurrection.cs [new file with mode: 0644]
tests/src/GC/API/WeakReference/TrackResurrection.csproj [new file with mode: 0644]
tests/src/GC/API/WeakReference/app.config [new file with mode: 0644]
tests/src/GC/API/WeakReference/multipleWRs.cs [new file with mode: 0644]
tests/src/GC/API/WeakReference/multipleWRs.csproj [new file with mode: 0644]
tests/src/GC/API/WeakReference/multipleWRs_1.csproj [new file with mode: 0644]
tests/src/GC/Coverage/271010.cs [new file with mode: 0644]
tests/src/GC/Coverage/271010.csproj [new file with mode: 0644]
tests/src/GC/Coverage/LargeObjectAlloc.csproj
tests/src/GC/Coverage/LargeObjectAlloc2.csproj
tests/src/GC/Coverage/app.config [new file with mode: 0644]
tests/src/GC/Coverage/concurrentspin2.cs [new file with mode: 0644]
tests/src/GC/Coverage/concurrentspin2.csproj [new file with mode: 0644]
tests/src/GC/Coverage/delete_next_card_table.cs [new file with mode: 0644]
tests/src/GC/Coverage/delete_next_card_table.csproj [new file with mode: 0644]
tests/src/GC/Coverage/smalloom.cs [new file with mode: 0644]
tests/src/GC/Coverage/smalloom.csproj [new file with mode: 0644]
tests/src/GC/Features/BackgroundGC/app.config [new file with mode: 0644]
tests/src/GC/Features/BackgroundGC/concurrentspin2.cs [new file with mode: 0644]
tests/src/GC/Features/BackgroundGC/concurrentspin2.csproj [new file with mode: 0644]
tests/src/GC/Features/BackgroundGC/foregroundgc.cs [new file with mode: 0644]
tests/src/GC/Features/BackgroundGC/foregroundgc.csproj [new file with mode: 0644]
tests/src/GC/Features/Finalizer/finalizeio/app.config [new file with mode: 0644]
tests/src/GC/Features/Finalizer/finalizeio/finalizeio.cs [new file with mode: 0644]
tests/src/GC/Features/Finalizer/finalizeio/finalizeio.csproj [new file with mode: 0644]
tests/src/GC/Features/Finalizer/finalizeother/app.config [new file with mode: 0644]
tests/src/GC/Features/Finalizer/finalizeother/finalizearray.cs [new file with mode: 0644]
tests/src/GC/Features/Finalizer/finalizeother/finalizearray.csproj [new file with mode: 0644]
tests/src/GC/Features/Finalizer/finalizeother/finalizearraysleep.cs [new file with mode: 0644]
tests/src/GC/Features/Finalizer/finalizeother/finalizearraysleep.csproj [new file with mode: 0644]
tests/src/GC/Features/Finalizer/finalizeother/finalizedest.cs [new file with mode: 0644]
tests/src/GC/Features/Finalizer/finalizeother/finalizedest.csproj [new file with mode: 0644]
tests/src/GC/Features/Finalizer/finalizeother/finalizedirectedgraph.cs [new file with mode: 0644]
tests/src/GC/Features/Finalizer/finalizeother/finalizedirectedgraph.csproj [new file with mode: 0644]
tests/src/GC/Features/Finalizer/finalizeother/finalizeexcep.cs [new file with mode: 0644]
tests/src/GC/Features/Finalizer/finalizeother/finalizeexcep.csproj [new file with mode: 0644]
tests/src/GC/Features/Finalizer/finalizeother/finalizeinherit.cs [new file with mode: 0644]
tests/src/GC/Features/Finalizer/finalizeother/finalizeinherit.csproj [new file with mode: 0644]
tests/src/GC/Features/Finalizer/finalizeother/finalizenested.cs [new file with mode: 0644]
tests/src/GC/Features/Finalizer/finalizeother/finalizenested.csproj [new file with mode: 0644]
tests/src/GC/Features/HeapExpansion/Finalizer.csproj
tests/src/GC/Features/HeapExpansion/GCUtil_HeapExpansion.csproj
tests/src/GC/Features/HeapExpansion/Handles.csproj
tests/src/GC/Features/HeapExpansion/bestfit-finalize.cs [new file with mode: 0644]
tests/src/GC/Features/HeapExpansion/bestfit-finalize.csproj [new file with mode: 0644]
tests/src/GC/Features/HeapExpansion/bestfit-threaded.cs [new file with mode: 0644]
tests/src/GC/Features/HeapExpansion/bestfit-threaded.csproj [new file with mode: 0644]
tests/src/GC/Features/HeapExpansion/bestfit.cs [new file with mode: 0644]
tests/src/GC/Features/HeapExpansion/bestfit.csproj [new file with mode: 0644]
tests/src/GC/Features/HeapExpansion/bestfit_1.csproj [new file with mode: 0644]
tests/src/GC/Features/HeapExpansion/expandheap.cs [new file with mode: 0644]
tests/src/GC/Features/HeapExpansion/expandheap.csproj [new file with mode: 0644]
tests/src/GC/Features/HeapExpansion/plug.cs [new file with mode: 0644]
tests/src/GC/Features/HeapExpansion/plug.csproj [new file with mode: 0644]
tests/src/GC/Features/HeapExpansion/pluggaps.cs [new file with mode: 0644]
tests/src/GC/Features/HeapExpansion/pluggaps.csproj [new file with mode: 0644]
tests/src/GC/Features/HeapExpansion/project.json [deleted file]
tests/src/GC/Features/KeepAlive/keepaliveother/app.config [new file with mode: 0644]
tests/src/GC/Features/KeepAlive/keepaliveother/keepalivearray.cs [new file with mode: 0644]
tests/src/GC/Features/KeepAlive/keepaliveother/keepalivearray.csproj [new file with mode: 0644]
tests/src/GC/Features/KeepAlive/keepaliveother/keepalivedirectedgraph.cs [new file with mode: 0644]
tests/src/GC/Features/KeepAlive/keepaliveother/keepalivedirectedgraph.csproj [new file with mode: 0644]
tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.cs [new file with mode: 0644]
tests/src/GC/Features/KeepAlive/keepaliveother/keepalivefinalize.csproj [new file with mode: 0644]
tests/src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.cs [new file with mode: 0644]
tests/src/GC/Features/KeepAlive/keepaliveother/keepalivehandle.csproj [new file with mode: 0644]
tests/src/GC/Features/KeepAlive/keepaliveother/keepalivescope.cs [new file with mode: 0644]
tests/src/GC/Features/KeepAlive/keepaliveother/keepalivescope.csproj [new file with mode: 0644]
tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetry.cs [new file with mode: 0644]
tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetry.csproj [new file with mode: 0644]
tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.cs [new file with mode: 0644]
tests/src/GC/Features/KeepAlive/keepaliveother/keepalivetypes.csproj [new file with mode: 0644]
tests/src/GC/Features/LOHCompaction/app.config [new file with mode: 0644]
tests/src/GC/Features/LOHCompaction/lohcompact_stress.cs [new file with mode: 0644]
tests/src/GC/Features/LOHCompaction/lohcompact_stress.csproj [new file with mode: 0644]
tests/src/GC/Features/LOHCompaction/lohcompactapi.cs [new file with mode: 0644]
tests/src/GC/Features/LOHCompaction/lohcompactapi.csproj [new file with mode: 0644]
tests/src/GC/Features/LOHCompaction/lohcompactapi2.cs [new file with mode: 0644]
tests/src/GC/Features/LOHCompaction/lohcompactapi2.csproj [new file with mode: 0644]
tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.cs [new file with mode: 0644]
tests/src/GC/Features/LOHCompaction/lohcompactapi_exceptions.csproj [new file with mode: 0644]
tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.cs [new file with mode: 0644]
tests/src/GC/Features/LOHCompaction/lohcompactscenariorepro.csproj [new file with mode: 0644]
tests/src/GC/Features/LOHCompaction/lohpin.cs [new file with mode: 0644]
tests/src/GC/Features/LOHCompaction/lohpin.csproj [new file with mode: 0644]
tests/src/GC/Features/LOHFragmentation/app.config [new file with mode: 0644]
tests/src/GC/Features/LOHFragmentation/lohfragmentation.cs [new file with mode: 0644]
tests/src/GC/Features/LOHFragmentation/lohfragmentation.csproj [new file with mode: 0644]
tests/src/GC/Features/PartialCompaction/app.config [new file with mode: 0644]
tests/src/GC/Features/PartialCompaction/eco1.cs [new file with mode: 0644]
tests/src/GC/Features/PartialCompaction/eco1.csproj [new file with mode: 0644]
tests/src/GC/Features/PartialCompaction/partialcompactiontest.cs [new file with mode: 0644]
tests/src/GC/Features/PartialCompaction/partialcompactiontest.csproj [new file with mode: 0644]
tests/src/GC/Features/PartialCompaction/partialcompactionwloh.cs [new file with mode: 0644]
tests/src/GC/Features/PartialCompaction/partialcompactionwloh.csproj [new file with mode: 0644]
tests/src/GC/Features/Pinning/PinningOther/GCUtil_Pinning.csproj
tests/src/GC/Features/Pinning/PinningOther/PinnedCollect.csproj
tests/src/GC/Features/Pinning/PinningOther/PinnedHandle.csproj
tests/src/GC/Features/Pinning/PinningOther/PinnedInt.csproj
tests/src/GC/Features/Pinning/PinningOther/PinnedMany.csproj
tests/src/GC/Features/Pinning/PinningOther/PinnedMultiple.csproj
tests/src/GC/Features/Pinning/PinningOther/PinnedObject.csproj
tests/src/GC/Features/Pinning/PinningOther/project.json [deleted file]
tests/src/GC/Features/SustainedLowLatency/app.config [new file with mode: 0644]
tests/src/GC/Features/SustainedLowLatency/scenario.cs [new file with mode: 0644]
tests/src/GC/Features/SustainedLowLatency/scenario.csproj [new file with mode: 0644]
tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.cs [new file with mode: 0644]
tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race.csproj [new file with mode: 0644]
tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse.cs [new file with mode: 0644]
tests/src/GC/Features/SustainedLowLatency/sustainedlowlatency_race_reverse.csproj [new file with mode: 0644]
tests/src/GC/LargeMemory/API/gc/app.config [new file with mode: 0644]
tests/src/GC/LargeMemory/API/gc/collect.cs [new file with mode: 0644]
tests/src/GC/LargeMemory/API/gc/collect.csproj [new file with mode: 0644]
tests/src/GC/LargeMemory/API/gc/getgeneration.cs [new file with mode: 0644]
tests/src/GC/LargeMemory/API/gc/getgeneration.csproj [new file with mode: 0644]
tests/src/GC/LargeMemory/API/gc/gettotalmemory.cs [new file with mode: 0644]
tests/src/GC/LargeMemory/API/gc/gettotalmemory.csproj [new file with mode: 0644]
tests/src/GC/LargeMemory/API/gc/keepalive.cs [new file with mode: 0644]
tests/src/GC/LargeMemory/API/gc/keepalive.csproj [new file with mode: 0644]
tests/src/GC/LargeMemory/API/gc/largeobject.cs [new file with mode: 0644]
tests/src/GC/LargeMemory/API/gc/largeobject.csproj [new file with mode: 0644]
tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.cs [new file with mode: 0644]
tests/src/GC/LargeMemory/API/gc/reregisterforfinalize.csproj [new file with mode: 0644]
tests/src/GC/LargeMemory/API/gc/suppressfinalize.cs [new file with mode: 0644]
tests/src/GC/LargeMemory/API/gc/suppressfinalize.csproj [new file with mode: 0644]
tests/src/GC/LargeMemory/Allocation/app.config [new file with mode: 0644]
tests/src/GC/LargeMemory/Allocation/finalizertest.cs [new file with mode: 0644]
tests/src/GC/LargeMemory/Allocation/finalizertest.csproj [new file with mode: 0644]
tests/src/GC/LargeMemory/Allocation/largeexceptiontest.cs [new file with mode: 0644]
tests/src/GC/LargeMemory/Allocation/largeexceptiontest.csproj [new file with mode: 0644]
tests/src/GC/LargeMemory/Allocation/largeobject.cs [new file with mode: 0644]
tests/src/GC/LargeMemory/Allocation/largeobject.csproj [new file with mode: 0644]
tests/src/GC/LargeMemory/Regressions/app.config [new file with mode: 0644]
tests/src/GC/LargeMemory/Regressions/largearraytest.cs [new file with mode: 0644]
tests/src/GC/LargeMemory/Regressions/largearraytest.csproj [new file with mode: 0644]
tests/src/GC/LargeMemory/Regressions/pressureoverflow.cs [new file with mode: 0644]
tests/src/GC/LargeMemory/Regressions/pressureoverflow.csproj [new file with mode: 0644]
tests/src/GC/M10/RefCrossTHDs/app.config [new file with mode: 0644]
tests/src/GC/M10/RefCrossTHDs/refcrossthds.cs [new file with mode: 0644]
tests/src/GC/M10/RefCrossTHDs/refcrossthds.csproj [new file with mode: 0644]
tests/src/GC/Regressions/dev10bugs/536168/536168.cs [new file with mode: 0644]
tests/src/GC/Regressions/dev10bugs/536168/536168.csproj [new file with mode: 0644]
tests/src/GC/Regressions/dev10bugs/536168/app.config [new file with mode: 0644]
tests/src/GC/Regressions/v2.0-beta1/149926/149926.cs
tests/src/GC/Regressions/v2.0-beta1/149926/149926.csproj
tests/src/GC/Regressions/v2.0-beta1/149926/project.json [deleted file]
tests/src/GC/Regressions/v2.0-beta1/289745/289745.cs
tests/src/GC/Regressions/v2.0-beta1/289745/289745.csproj
tests/src/GC/Regressions/v2.0-beta1/289745/302560.csproj
tests/src/GC/Regressions/v2.0-beta1/289745/project.json [deleted file]
tests/src/GC/Regressions/v2.0-beta2/426480/426480.csproj
tests/src/GC/Regressions/v2.0-beta2/426480/project.json [deleted file]
tests/src/GC/Regressions/v2.0-beta2/437657/437657.cs [new file with mode: 0644]
tests/src/GC/Regressions/v2.0-beta2/437657/437657.csproj [new file with mode: 0644]
tests/src/GC/Regressions/v2.0-beta2/437657/app.config [new file with mode: 0644]
tests/src/GC/Regressions/v2.0-beta2/445488/445488.cs [new file with mode: 0644]
tests/src/GC/Regressions/v2.0-beta2/445488/445488.csproj [new file with mode: 0644]
tests/src/GC/Regressions/v2.0-beta2/445488/app.config [new file with mode: 0644]
tests/src/GC/Regressions/v2.0-beta2/452950/452950.cs [new file with mode: 0644]
tests/src/GC/Regressions/v2.0-beta2/452950/452950.csproj [new file with mode: 0644]
tests/src/GC/Regressions/v2.0-beta2/452950/app.config [new file with mode: 0644]
tests/src/GC/Regressions/v2.0-beta2/460373/460373.cs [new file with mode: 0644]
tests/src/GC/Regressions/v2.0-beta2/460373/460373.csproj [new file with mode: 0644]
tests/src/GC/Regressions/v2.0-beta2/460373/app.config [new file with mode: 0644]
tests/src/GC/Regressions/v2.0-beta2/462651/462651.cs [new file with mode: 0644]
tests/src/GC/Regressions/v2.0-beta2/462651/462651.csproj [new file with mode: 0644]
tests/src/GC/Regressions/v2.0-beta2/462651/app.config [new file with mode: 0644]
tests/src/GC/Regressions/v2.0-beta2/471729/471729.csproj
tests/src/GC/Regressions/v2.0-beta2/471729/project.json [deleted file]
tests/src/GC/Regressions/v2.0-beta2/476725/ManagedTest.csproj
tests/src/GC/Regressions/v2.0-beta2/476725/project.json [deleted file]
tests/src/GC/Regressions/v2.0-beta2/485617/Managed.csproj
tests/src/GC/Regressions/v2.0-beta2/485617/project.json [deleted file]
tests/src/GC/Regressions/v2.0-rtm/494226/494226.csproj
tests/src/GC/Regressions/v2.0-rtm/494226/project.json [deleted file]
tests/src/GC/Regressions/v2.0-rtm/544701/544701.cs
tests/src/GC/Regressions/v2.0-rtm/544701/544701.csproj
tests/src/GC/Regressions/v2.0-rtm/544701/project.json [deleted file]
tests/src/GC/Scenarios/Affinity/affinitizer.cs [new file with mode: 0644]
tests/src/GC/Scenarios/Affinity/affinitizer.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/Affinity/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/BaseFinal/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/BaseFinal/basefinal.cs [new file with mode: 0644]
tests/src/GC/Scenarios/BaseFinal/basefinal.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/BinTree/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/BinTree/bintree.cs [new file with mode: 0644]
tests/src/GC/Scenarios/BinTree/bintree.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/BinTree/thdtree.cs [new file with mode: 0644]
tests/src/GC/Scenarios/BinTree/thdtree.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.cs [new file with mode: 0644]
tests/src/GC/Scenarios/BinTree/thdtreegrowingobj.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/BinTree/thdtreelivingobj.cs [new file with mode: 0644]
tests/src/GC/Scenarios/BinTree/thdtreelivingobj.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/BinTree/treethread.cs [new file with mode: 0644]
tests/src/GC/Scenarios/Boxing/arrcpy.cs [new file with mode: 0644]
tests/src/GC/Scenarios/Boxing/arrcpy.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/Boxing/doubLink.csproj
tests/src/GC/Scenarios/Boxing/gcvariant.cs [new file with mode: 0644]
tests/src/GC/Scenarios/Boxing/gcvariant.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/Boxing/gcvariant2.cs [new file with mode: 0644]
tests/src/GC/Scenarios/Boxing/gcvariant2.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/Boxing/gcvariant3.cs [new file with mode: 0644]
tests/src/GC/Scenarios/Boxing/gcvariant3.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/Boxing/gcvariant4.cs [new file with mode: 0644]
tests/src/GC/Scenarios/Boxing/gcvariant4.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/Boxing/project.json [deleted file]
tests/src/GC/Scenarios/Boxing/simpvariant.cs [new file with mode: 0644]
tests/src/GC/Scenarios/Boxing/simpvariant.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/Boxing/vararystress.cs [new file with mode: 0644]
tests/src/GC/Scenarios/Boxing/vararystress.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/Boxing/variantint.cs [new file with mode: 0644]
tests/src/GC/Scenarios/Boxing/variantint.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/Boxing/variantlinklist.cs [new file with mode: 0644]
tests/src/GC/Scenarios/Boxing/variantlinklist.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/DoublinkList/DoubLink.csproj
tests/src/GC/Scenarios/DoublinkList/DoubLink_V2.csproj
tests/src/GC/Scenarios/DoublinkList/dlbigleak.cs [new file with mode: 0644]
tests/src/GC/Scenarios/DoublinkList/dlbigleak.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.cs [new file with mode: 0644]
tests/src/GC/Scenarios/DoublinkList/dlbigleakthd.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/DoublinkList/dlbigleakthd_v2.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/DoublinkList/dlcollect.cs [new file with mode: 0644]
tests/src/GC/Scenarios/DoublinkList/dlcollect.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/DoublinkList/dlstack.cs [new file with mode: 0644]
tests/src/GC/Scenarios/DoublinkList/dlstack.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/DoublinkList/doublinkgen.cs [new file with mode: 0644]
tests/src/GC/Scenarios/DoublinkList/doublinkgen.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/DoublinkList/doublinknoleak.cs [new file with mode: 0644]
tests/src/GC/Scenarios/DoublinkList/doublinknoleak.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.cs [new file with mode: 0644]
tests/src/GC/Scenarios/DoublinkList/doublinknoleak2.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/DoublinkList/doublinkstay.cs [new file with mode: 0644]
tests/src/GC/Scenarios/DoublinkList/doublinkstay.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/DoublinkList/project.json [deleted file]
tests/src/GC/Scenarios/Dynamo/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/Dynamo/basenode.cs [new file with mode: 0644]
tests/src/GC/Scenarios/Dynamo/dynamo.cs [new file with mode: 0644]
tests/src/GC/Scenarios/Dynamo/dynamo.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/Dynamo/dynamonode.cs [new file with mode: 0644]
tests/src/GC/Scenarios/Dynamo/randomnode.cs [new file with mode: 0644]
tests/src/GC/Scenarios/Dynamo/staticnode.cs [new file with mode: 0644]
tests/src/GC/Scenarios/FinalNStruct/finalnstruct.cs [new file with mode: 0644]
tests/src/GC/Scenarios/FinalNStruct/finalnstruct.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/FinalNStruct/nstructresur.cs [new file with mode: 0644]
tests/src/GC/Scenarios/FinalNStruct/nstructresur.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/FinalNStruct/nstructtun.cs [new file with mode: 0644]
tests/src/GC/Scenarios/FinalNStruct/nstructtun.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/FinalNStruct/project.json [deleted file]
tests/src/GC/Scenarios/FinalNStruct/strmap.csproj
tests/src/GC/Scenarios/FinalizeTimeout/FinalizeTimeout.csproj
tests/src/GC/Scenarios/FinalizeTimeout/project.json [deleted file]
tests/src/GC/Scenarios/FragMan/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/FragMan/fragman.cs [new file with mode: 0644]
tests/src/GC/Scenarios/FragMan/fragman.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/GCBase1/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/GCBase1/gc_base1.cs [new file with mode: 0644]
tests/src/GC/Scenarios/GCBase1/gc_base1.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/GCBase1/gc_base1_1.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/GCBench/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/GCBench/gcbench.cs [new file with mode: 0644]
tests/src/GC/Scenarios/GCBench/gcbench.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/GCStress/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/GCStress/gcstress.cs [new file with mode: 0644]
tests/src/GC/Scenarios/GCStress/gcstress.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/LeakGen/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/LeakGen/leakgen.cs [new file with mode: 0644]
tests/src/GC/Scenarios/LeakGen/leakgen.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/LeakGen/leakgenthrd.cs [new file with mode: 0644]
tests/src/GC/Scenarios/LeakGen/leakgenthrd.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/LeakWheel/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/LeakWheel/leakwheel.cs [new file with mode: 0644]
tests/src/GC/Scenarios/LeakWheel/leakwheel.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/MinLeakGen/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/MinLeakGen/minleakgen.cs [new file with mode: 0644]
tests/src/GC/Scenarios/MinLeakGen/minleakgen.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/NDPin/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/NDPin/ndpin.cs [new file with mode: 0644]
tests/src/GC/Scenarios/NDPin/ndpin.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/NDPin/ndpinfinal.cs [new file with mode: 0644]
tests/src/GC/Scenarios/NDPin/ndpinfinal.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/RanCollect/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/RanCollect/rancollect.cs [new file with mode: 0644]
tests/src/GC/Scenarios/RanCollect/rancollect.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/ReflectObj/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/ReflectObj/reflectobj.cs [new file with mode: 0644]
tests/src/GC/Scenarios/ReflectObj/reflectobj.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/Resurrection/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/Resurrection/continue.cs [new file with mode: 0644]
tests/src/GC/Scenarios/Resurrection/continue.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/Rootmem/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/Rootmem/rootmem.cs [new file with mode: 0644]
tests/src/GC/Scenarios/Rootmem/rootmem.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/Samples/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/Samples/gc.cs [new file with mode: 0644]
tests/src/GC/Scenarios/Samples/gc.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/ServerModel/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/ServerModel/cache.cs [new file with mode: 0644]
tests/src/GC/Scenarios/ServerModel/parameters.cs [new file with mode: 0644]
tests/src/GC/Scenarios/ServerModel/request.cs [new file with mode: 0644]
tests/src/GC/Scenarios/ServerModel/server.cs [new file with mode: 0644]
tests/src/GC/Scenarios/ServerModel/servermodel.cs [new file with mode: 0644]
tests/src/GC/Scenarios/ServerModel/servermodel.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/ServerModel/settings.cs [new file with mode: 0644]
tests/src/GC/Scenarios/SingLinkList/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/SingLinkList/singlinkgen.cs [new file with mode: 0644]
tests/src/GC/Scenarios/SingLinkList/singlinkgen.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/SingLinkList/singlinkstay.cs [new file with mode: 0644]
tests/src/GC/Scenarios/SingLinkList/singlinkstay.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/StringCreator/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/StringCreator/stringcreator.cs [new file with mode: 0644]
tests/src/GC/Scenarios/StringCreator/stringcreator.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/THDChaos/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/THDChaos/livingobject.cs [new file with mode: 0644]
tests/src/GC/Scenarios/THDChaos/masterthread.cs [new file with mode: 0644]
tests/src/GC/Scenarios/THDChaos/thdchaos.cs [new file with mode: 0644]
tests/src/GC/Scenarios/THDChaos/thdchaos.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/THDList/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/THDList/linkedlist.cs [new file with mode: 0644]
tests/src/GC/Scenarios/THDList/llthread.cs [new file with mode: 0644]
tests/src/GC/Scenarios/THDList/thdlist.cs [new file with mode: 0644]
tests/src/GC/Scenarios/THDList/thdlist.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/WeakReference/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/WeakReference/getgencollect.cs [new file with mode: 0644]
tests/src/GC/Scenarios/WeakReference/getgencollect.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/WeakReference/weakref.cs [new file with mode: 0644]
tests/src/GC/Scenarios/WeakReference/weakref.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/WeakReference/weakreffinal.cs [new file with mode: 0644]
tests/src/GC/Scenarios/WeakReference/weakreffinal.csproj [new file with mode: 0644]
tests/src/GC/Scenarios/muldimjagary/app.config [new file with mode: 0644]
tests/src/GC/Scenarios/muldimjagary/muldimjagary.cs [new file with mode: 0644]
tests/src/GC/Scenarios/muldimjagary/muldimjagary.csproj [new file with mode: 0644]
tests/src/GC/config/extra/project.json [moved from tests/src/GC/Coverage/project.json with 92% similarity]
tests/src/GC/config/minimal/project.json [moved from tests/src/GC/API/GCSettings/project.json with 95% similarity]
tests/src/GC/dir.props [new file with mode: 0644]
tests/testsFailingOutsideWindows.txt
tests/testsUnsupportedOutsideWindows.txt
tests/x86_legacy_backend_issues.targets