Using full versions, update CoreFX dependencies to beta-24328-05.
authorDavis Goodin <dagood@microsoft.com>
Tue, 26 Jul 2016 20:42:20 +0000 (15:42 -0500)
committerDavis Goodin <dagood@microsoft.com>
Fri, 29 Jul 2016 17:19:10 +0000 (12:19 -0500)
commit339823ac081a4314b790e52cafcd664dc9591468
tree4df8acf435e473274e7e5548bddb32f3db317ed6
parentf09a1f3a0d6e2654f546acd9cedfb9baa2267819
Using full versions, update CoreFX dependencies to beta-24328-05.

To fix tests, change dnxcore50 -> netcoreapp1.0 and add test_runtime.
588 files changed:
global.json [new file with mode: 0644]
tests/dir.props
tests/publishdependency.targets
tests/src/Common/CoreCLRTestLibrary/project.json
tests/src/Common/Coreclr.TestWrapper/project.json
tests/src/Common/test_runtime/project.json [new file with mode: 0644]
tests/src/CoreMangLib/components/fileversioninfo/project.json
tests/src/CoreMangLib/components/stopwatch/project.json
tests/src/CoreMangLib/cti/system/action/project.json
tests/src/CoreMangLib/cti/system/activator/project.json
tests/src/CoreMangLib/cti/system/argumentexception/project.json
tests/src/CoreMangLib/cti/system/argumentnullexception/project.json
tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/project.json
tests/src/CoreMangLib/cti/system/arithmeticexception/project.json
tests/src/CoreMangLib/cti/system/array/project.json
tests/src/CoreMangLib/cti/system/arraytypemismatchexception/project.json
tests/src/CoreMangLib/cti/system/attribute/project.json
tests/src/CoreMangLib/cti/system/attributetargets/project.json
tests/src/CoreMangLib/cti/system/attributeusageattribute/project.json
tests/src/CoreMangLib/cti/system/badimageformatexception/project.json
tests/src/CoreMangLib/cti/system/boolean/project.json
tests/src/CoreMangLib/cti/system/byte/project.json
tests/src/CoreMangLib/cti/system/char/project.json
tests/src/CoreMangLib/cti/system/charenumerator/project.json
tests/src/CoreMangLib/cti/system/clscompliantattribute/project.json
tests/src/CoreMangLib/cti/system/collections/dictionaryentry/project.json
tests/src/CoreMangLib/cti/system/collections/generic/comparer/project.json
tests/src/CoreMangLib/cti/system/collections/generic/dictionary/project.json
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryenumerator/project.json
tests/src/CoreMangLib/cti/system/collections/generic/dictionarykeycollection/project.json
tests/src/CoreMangLib/cti/system/collections/generic/dictionaryvaluecollection/project.json
tests/src/CoreMangLib/cti/system/collections/generic/dictkeycollenum/project.json
tests/src/CoreMangLib/cti/system/collections/generic/dictvalcollenum/project.json
tests/src/CoreMangLib/cti/system/collections/generic/equalitycomparer/project.json
tests/src/CoreMangLib/cti/system/collections/generic/icollection/project.json
tests/src/CoreMangLib/cti/system/collections/generic/idictionary/project.json
tests/src/CoreMangLib/cti/system/collections/generic/ienumerable/project.json
tests/src/CoreMangLib/cti/system/collections/generic/ienumerator/project.json
tests/src/CoreMangLib/cti/system/collections/generic/iequalitycomparer/project.json
tests/src/CoreMangLib/cti/system/collections/generic/ilist/project.json
tests/src/CoreMangLib/cti/system/collections/generic/keynotfoundexception/project.json
tests/src/CoreMangLib/cti/system/collections/generic/keyvaluepair/project.json
tests/src/CoreMangLib/cti/system/collections/generic/list/project.json
tests/src/CoreMangLib/cti/system/collections/generic/queue/project.json
tests/src/CoreMangLib/cti/system/collections/generic/queueenumerator/project.json
tests/src/CoreMangLib/cti/system/collections/generic/stack/project.json
tests/src/CoreMangLib/cti/system/collections/generic/stackenumerator/project.json
tests/src/CoreMangLib/cti/system/collections/icollection/project.json
tests/src/CoreMangLib/cti/system/collections/icomparer/project.json
tests/src/CoreMangLib/cti/system/collections/idictionary/project.json
tests/src/CoreMangLib/cti/system/collections/ienumerator/project.json
tests/src/CoreMangLib/cti/system/collections/ilist/project.json
tests/src/CoreMangLib/cti/system/comparison/project.json
tests/src/CoreMangLib/cti/system/console/project.json
tests/src/CoreMangLib/cti/system/convert/project.json
tests/src/CoreMangLib/cti/system/datetime/project.json
tests/src/CoreMangLib/cti/system/datetimekind/project.json
tests/src/CoreMangLib/cti/system/dayofweek/project.json
tests/src/CoreMangLib/cti/system/decimal/project.json
tests/src/CoreMangLib/cti/system/delegate/project.json
tests/src/CoreMangLib/cti/system/diagnostics/conditionalattribute/project.json
tests/src/CoreMangLib/cti/system/diagnostics/debuggingmodes/project.json
tests/src/CoreMangLib/cti/system/dividebyzeroexception/project.json
tests/src/CoreMangLib/cti/system/dllnotfoundexception/project.json
tests/src/CoreMangLib/cti/system/double/project.json
tests/src/CoreMangLib/cti/system/enum/project.json
tests/src/CoreMangLib/cti/system/environment/project.json
tests/src/CoreMangLib/cti/system/eventargs/project.json
tests/src/CoreMangLib/cti/system/eventhandler/project.json
tests/src/CoreMangLib/cti/system/eventhandler_generic/project.json
tests/src/CoreMangLib/cti/system/exception/project.json
tests/src/CoreMangLib/cti/system/flagsattribute/project.json
tests/src/CoreMangLib/cti/system/formatexception/project.json
tests/src/CoreMangLib/cti/system/gc/project.json
tests/src/CoreMangLib/cti/system/globalization/calendarweekrule/project.json
tests/src/CoreMangLib/cti/system/globalization/charunicodeinfo/project.json
tests/src/CoreMangLib/cti/system/globalization/compareinfo/project.json
tests/src/CoreMangLib/cti/system/globalization/compareoptions/project.json
tests/src/CoreMangLib/cti/system/globalization/cultureinfo/project.json
tests/src/CoreMangLib/cti/system/globalization/datetimeformatinfo/project.json
tests/src/CoreMangLib/cti/system/globalization/datetimestyles/project.json
tests/src/CoreMangLib/cti/system/globalization/numberformatinfo/project.json
tests/src/CoreMangLib/cti/system/globalization/numberstyles/project.json
tests/src/CoreMangLib/cti/system/globalization/regioninfo/project.json
tests/src/CoreMangLib/cti/system/globalization/stringinfo/project.json
tests/src/CoreMangLib/cti/system/globalization/textelementenumerator/project.json
tests/src/CoreMangLib/cti/system/globalization/textinfo/project.json
tests/src/CoreMangLib/cti/system/globalization/unicodecategory/project.json
tests/src/CoreMangLib/cti/system/guid/project.json
tests/src/CoreMangLib/cti/system/icomparable/project.json
tests/src/CoreMangLib/cti/system/icomparable_generic/project.json
tests/src/CoreMangLib/cti/system/iconvertible/project.json
tests/src/CoreMangLib/cti/system/idisposable/project.json
tests/src/CoreMangLib/cti/system/iformatable/project.json
tests/src/CoreMangLib/cti/system/indexoutofrangeexception/project.json
tests/src/CoreMangLib/cti/system/int/project.json
tests/src/CoreMangLib/cti/system/int16/project.json
tests/src/CoreMangLib/cti/system/int64/project.json
tests/src/CoreMangLib/cti/system/intptr/project.json
tests/src/CoreMangLib/cti/system/invalidcastexception/project.json
tests/src/CoreMangLib/cti/system/invalidoperationexception/project.json
tests/src/CoreMangLib/cti/system/invalidprogramexception/project.json
tests/src/CoreMangLib/cti/system/io/binarywriter/project.json
tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/project.json
tests/src/CoreMangLib/cti/system/io/endofstreamexception/project.json
tests/src/CoreMangLib/cti/system/io/fileaccess/project.json
tests/src/CoreMangLib/cti/system/io/fileattributes/project.json
tests/src/CoreMangLib/cti/system/io/filemode/project.json
tests/src/CoreMangLib/cti/system/io/filenotfoundexception/project.json
tests/src/CoreMangLib/cti/system/io/fileshare/project.json
tests/src/CoreMangLib/cti/system/io/filestream/project.json
tests/src/CoreMangLib/cti/system/io/ioexception/project.json
tests/src/CoreMangLib/cti/system/io/memorystream/project.json
tests/src/CoreMangLib/cti/system/io/pathtoolongexception/project.json
tests/src/CoreMangLib/cti/system/io/seekorigin/project.json
tests/src/CoreMangLib/cti/system/io/stream/project.json
tests/src/CoreMangLib/cti/system/io/streamreader/project.json
tests/src/CoreMangLib/cti/system/io/stringwriter/project.json
tests/src/CoreMangLib/cti/system/io/textreader/project.json
tests/src/CoreMangLib/cti/system/io/textwriter/project.json
tests/src/CoreMangLib/cti/system/math/project.json
tests/src/CoreMangLib/cti/system/memberaccessexception/project.json
tests/src/CoreMangLib/cti/system/methodaccessexception/project.json
tests/src/CoreMangLib/cti/system/missingfieldexception/project.json
tests/src/CoreMangLib/cti/system/missingmemberexception/project.json
tests/src/CoreMangLib/cti/system/missingmethodexception/project.json
tests/src/CoreMangLib/cti/system/multicastdelegate/project.json
tests/src/CoreMangLib/cti/system/notimplementedexception/project.json
tests/src/CoreMangLib/cti/system/notsupportedexception/project.json
tests/src/CoreMangLib/cti/system/nullable/project.json
tests/src/CoreMangLib/cti/system/nullreferenceexception/project.json
tests/src/CoreMangLib/cti/system/object/project.json
tests/src/CoreMangLib/cti/system/objectdisposedexception/project.json
tests/src/CoreMangLib/cti/system/obsoleteattribute/project.json
tests/src/CoreMangLib/cti/system/outofmemoryexception/project.json
tests/src/CoreMangLib/cti/system/overflowexception/project.json
tests/src/CoreMangLib/cti/system/paramarrayattribute/project.json
tests/src/CoreMangLib/cti/system/platformnotsupportedexception/project.json
tests/src/CoreMangLib/cti/system/predicate/project.json
tests/src/CoreMangLib/cti/system/random/project.json
tests/src/CoreMangLib/cti/system/rankexception/project.json
tests/src/CoreMangLib/cti/system/reflection/ambiguousmatchexception/project.json
tests/src/CoreMangLib/cti/system/reflection/assembly/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblyconfigurationattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblydefaultaliasattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblydelaysignattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblydescriptionattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblykeyfileattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblykeynameattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblyname/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/project.json
tests/src/CoreMangLib/cti/system/reflection/assemblytitleattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/callingconventions/project.json
tests/src/CoreMangLib/cti/system/reflection/constructorinfo/project.json
tests/src/CoreMangLib/cti/system/reflection/defaultmemberattribute/project.json
tests/src/CoreMangLib/cti/system/reflection/emit/fieldtoken/project.json
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/project.json
tests/src/CoreMangLib/cti/system/reflection/emit/opcodes/project.json
tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/project.json
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/project.json
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/project.json
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/project.json
tests/src/CoreMangLib/cti/system/reflection/eventattributes/project.json
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/project.json
tests/src/CoreMangLib/cti/system/reflection/methodattributes/project.json
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/project.json
tests/src/CoreMangLib/cti/system/reflection/parameterattributes/project.json
tests/src/CoreMangLib/cti/system/reflection/propertyattributes/project.json
tests/src/CoreMangLib/cti/system/reflection/targetinvocationexception/project.json
tests/src/CoreMangLib/cti/system/reflection/targetparametercountexception/project.json
tests/src/CoreMangLib/cti/system/reflection/typeattributes/project.json
tests/src/CoreMangLib/cti/system/resources/missingmanifestresourceexception/project.json
tests/src/CoreMangLib/cti/system/resources/neutralresourceslanguageattribute/project.json
tests/src/CoreMangLib/cti/system/resources/resourcemanager/project.json
tests/src/CoreMangLib/cti/system/resources/satellitecontractversionattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/accessedthroughpropertyattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilationrelaxations/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/compilergeneratedattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/customconstantattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/indexernameattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/internalsvisibletoattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/methodimploptions/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimecompatibilityattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/compilerservices/runtimehelpers/project.json
tests/src/CoreMangLib/cti/system/runtime/decimalconstantattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/fixedbufferattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/callingconvention/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/charset/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/dllimportattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/fieldoffsetattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandle/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/gchandletype/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/inattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/layoutkind/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/marshal/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/marshalasattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/outattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/preservesigattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/safehandle/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/structlayoutattribute/project.json
tests/src/CoreMangLib/cti/system/runtime/interopservices/unmanagedtype/project.json
tests/src/CoreMangLib/cti/system/runtimefieldhandle/project.json
tests/src/CoreMangLib/cti/system/runtimemethodhandle/project.json
tests/src/CoreMangLib/cti/system/runtimetypehandle/project.json
tests/src/CoreMangLib/cti/system/sbyte/project.json
tests/src/CoreMangLib/cti/system/security/securityexception/project.json
tests/src/CoreMangLib/cti/system/single/project.json
tests/src/CoreMangLib/cti/system/string/project.json
tests/src/CoreMangLib/cti/system/stringcompare/project.json
tests/src/CoreMangLib/cti/system/stringcomparer/project.json
tests/src/CoreMangLib/cti/system/stringcomparison/project.json
tests/src/CoreMangLib/cti/system/szarrayhelper/project.json
tests/src/CoreMangLib/cti/system/text/decoder/project.json
tests/src/CoreMangLib/cti/system/text/encoder/project.json
tests/src/CoreMangLib/cti/system/text/encoding/project.json
tests/src/CoreMangLib/cti/system/text/stringbuilder/project.json
tests/src/CoreMangLib/cti/system/text/unicodeencoding/project.json
tests/src/CoreMangLib/cti/system/text/utf8encoding/project.json
tests/src/CoreMangLib/cti/system/threading/autoresetevent/project.json
tests/src/CoreMangLib/cti/system/threading/interlocked/project.json
tests/src/CoreMangLib/cti/system/threading/manualresetevent/project.json
tests/src/CoreMangLib/cti/system/threading/timeout/project.json
tests/src/CoreMangLib/cti/system/threading/waithandle/project.json
tests/src/CoreMangLib/cti/system/timeoutexception/project.json
tests/src/CoreMangLib/cti/system/timespan/project.json
tests/src/CoreMangLib/cti/system/type/project.json
tests/src/CoreMangLib/cti/system/typecode/project.json
tests/src/CoreMangLib/cti/system/typeloadexception/project.json
tests/src/CoreMangLib/cti/system/uint16/project.json
tests/src/CoreMangLib/cti/system/uint32/project.json
tests/src/CoreMangLib/cti/system/uint64/project.json
tests/src/CoreMangLib/cti/system/uintptr/project.json
tests/src/CoreMangLib/cti/system/valuetype/project.json
tests/src/CoreMangLib/cti/system/version/project.json
tests/src/CoreMangLib/cti/system/weakreference/project.json
tests/src/CoreMangLib/reflection/assembly/project.json
tests/src/CoreMangLib/system/buffer/project.json
tests/src/CoreMangLib/system/collections/generic/hashset/project.json
tests/src/CoreMangLib/system/datetime/project.json
tests/src/CoreMangLib/system/delegate/VSD/project.json
tests/src/CoreMangLib/system/delegate/generics/project.json
tests/src/CoreMangLib/system/delegate/miscellaneous/project.json
tests/src/CoreMangLib/system/delegate/regressions/devdivbugs/113347/project.json
tests/src/CoreMangLib/system/delegate/threatmodel/public/project.json
tests/src/CoreMangLib/system/delegate/threatmodel/tests/project.json
tests/src/CoreMangLib/system/exception/project.json
tests/src/CoreMangLib/system/guid/project.json
tests/src/CoreMangLib/system/lazyt/project.json
tests/src/CoreMangLib/system/reflection/assembly/project.json
tests/src/CoreMangLib/system/resources/resourcemanager/project.json
tests/src/CoreMangLib/system/text/encoding/project.json
tests/src/CoreMangLib/system/type/project.json
tests/src/CoreMangLib/system/version/project.json
tests/src/Exceptions/Finalization/project.json
tests/src/Exceptions/ForeignThread/project.json
tests/src/GC/Performance/Tests/project.json
tests/src/GC/Stress/Framework/project.json
tests/src/GC/Stress/Tests/project.json
tests/src/GC/config/extra/project.json
tests/src/GC/config/minimal/project.json
tests/src/Interop/ArrayMarshalling/BoolArray/project.json
tests/src/Interop/ArrayMarshalling/ByValArray/project.json
tests/src/Interop/BestFitMapping/project.json
tests/src/Interop/FuncPtrAsDelegateParam/project.json
tests/src/Interop/ICastable/project.json
tests/src/Interop/MarshalAPI/Copy/project.json
tests/src/Interop/MarshalAPI/FunctionPointer/project.json
tests/src/Interop/MarshalAPI/GetExceptionForHR/project.json
tests/src/Interop/MarshalAPI/GetNativeVariantForObject/project.json
tests/src/Interop/MarshalAPI/GetObjectForNativeVariant/project.json
tests/src/Interop/MarshalAPI/GetObjectsForNativeVariants/project.json
tests/src/Interop/MarshalAPI/IUnknown/project.json
tests/src/Interop/MarshalAPI/MarshalStructure/project.json
tests/src/Interop/MarshalAPI/Miscellaneous/project.json
tests/src/Interop/MarshalAPI/OffsetOf/project.json
tests/src/Interop/MarshalAPI/ReadWrite/project.json
tests/src/Interop/MarshalAPI/String/project.json
tests/src/Interop/MarshalAPI/UnsafeAddrOfPinnedArrayElement/project.json
tests/src/Interop/NativeCallable/project.json
tests/src/Interop/PrimitiveMarshalling/Bool/project.json
tests/src/Interop/PrimitiveMarshalling/EnumMarshalling/project.json
tests/src/Interop/PrimitiveMarshalling/UIntPtr/project.json
tests/src/Interop/RefCharArray/project.json
tests/src/Interop/RefInt/project.json
tests/src/Interop/SimpleStruct/project.json
tests/src/Interop/SizeConst/project.json
tests/src/Interop/StringMarshalling/LPSTR/project.json
tests/src/Interop/StringMarshalling/LPTSTR/project.json
tests/src/Interop/StringMarshalling/UTF8/project.json
tests/src/Interop/StructMarshalling/PInvoke/project.json
tests/src/JIT/Directed/StructABI/project.json
tests/src/JIT/Directed/TypedReference/project.json
tests/src/JIT/Methodical/dynamic_methods/project.json
tests/src/JIT/Methodical/eh/rethrow/project.json
tests/src/JIT/Methodical/structs/systemvbringup/project.json
tests/src/JIT/Regression/CLR-x86-JIT/V1-M10/b06811/project.json
tests/src/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b51875/Desktop/project.json
tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b425314/project.json
tests/src/JIT/Regression/Dev11/External/dev11_149090/project.json
tests/src/JIT/Regression/JitBlue/GitHub_4115/project.json
tests/src/JIT/Regression/JitBlue/GitHub_5696/project.json
tests/src/JIT/Regression/JitBlue/GitHub_6238/project.json
tests/src/JIT/Regression/JitBlue/GitHub_6239/project.json
tests/src/JIT/SIMD/project.json
tests/src/JIT/config/benchmark+roslyn/project.json
tests/src/JIT/config/benchmark+serialize/project.json
tests/src/JIT/config/benchmark/project.json
tests/src/JIT/config/empty/project.json
tests/src/JIT/config/extra/project.json
tests/src/JIT/config/minimal/project.json
tests/src/JIT/config/threading+thread/project.json
tests/src/JIT/config/threading/project.json
tests/src/JIT/jit64/eh/basics/project.json
tests/src/Loader/NativeLibs/project.json
tests/src/Loader/binding/assemblies/assemblybugs/102140/project.json
tests/src/Loader/binding/assemblies/assemblybugs/177066w/project.json
tests/src/Loader/binding/assemblies/assemblybugs/203962w/project.json
tests/src/Loader/binding/assemblies/assemblyversion/project.json
tests/src/Loader/binding/assemblies/basicapi/assemblynamector/project.json
tests/src/Loader/binding/assemblies/generics/arilistienum/methods/project.json
tests/src/Loader/classloader/PrivateInterfaceImpl/project.json
tests/src/Loader/classloader/Statics/ComplexScenarios/project.json
tests/src/Loader/classloader/Statics/Misc/project.json
tests/src/Loader/classloader/TSAmbiguities/CollapsedMethods/InterfaceImplementation/project.json
tests/src/Loader/classloader/TypeForwarding/UnitTest/project.json
tests/src/Loader/classloader/TypeInitialization/CctorsWithSideEffects/project.json
tests/src/Loader/classloader/TypeInitialization/CircularCctors/project.json
tests/src/Loader/classloader/TypeInitialization/CoreCLR/project.json
tests/src/Loader/classloader/TypeInitialization/Inlining/project.json
tests/src/Loader/classloader/TypeInitialization/ThisNulllPointer/project.json
tests/src/Loader/classloader/TypeInitialization/backpatching/project.json
tests/src/Loader/classloader/explicitlayout/Regressions/298006/project.json
tests/src/Loader/classloader/explicitlayout/Regressions/369794/project.json
tests/src/Loader/classloader/explicitlayout/misc/project.json
tests/src/Loader/classloader/explicitlayout/objrefandnonobjrefoverlap/project.json
tests/src/Loader/classloader/generics/Constraints/General/project.json
tests/src/Loader/classloader/generics/Constraints/Recursion/project.json
tests/src/Loader/classloader/generics/Constraints/Regressions/532403/project.json
tests/src/Loader/classloader/generics/Constraints/Regressions/ddb62403/project.json
tests/src/Loader/classloader/generics/Constraints/Regressions/dev10_512868/project.json
tests/src/Loader/classloader/generics/Constraints/Regressions/vsw609874/project.json
tests/src/Loader/classloader/generics/GenericMethods/project.json
tests/src/Loader/classloader/generics/Instantiation/Negative/project.json
tests/src/Loader/classloader/generics/Instantiation/Nesting/project.json
tests/src/Loader/classloader/generics/Instantiation/Positive/project.json
tests/src/Loader/classloader/generics/Instantiation/Recursion/project.json
tests/src/Loader/classloader/generics/Instantiation/Regressions/607/project.json
tests/src/Loader/classloader/generics/Layout/General/project.json
tests/src/Loader/classloader/generics/Layout/Specific/project.json
tests/src/Loader/classloader/generics/Misc/project.json
tests/src/Loader/classloader/generics/Statics/Regressions/524571/project.json
tests/src/Loader/classloader/generics/VSD/project.json
tests/src/Loader/classloader/generics/Variance/CoreCLR/project.json
tests/src/Loader/classloader/generics/Variance/Delegates/project.json
tests/src/Loader/classloader/generics/Variance/IL/project.json
tests/src/Loader/classloader/generics/Variance/Interfaces/project.json
tests/src/Loader/classloader/generics/Variance/Methods/project.json
tests/src/Loader/classloader/generics/Visibility/project.json
tests/src/Loader/classloader/generics/regressions/123712/project.json
tests/src/Loader/classloader/generics/regressions/137310/project.json
tests/src/Loader/classloader/generics/regressions/188892/project.json
tests/src/Loader/classloader/generics/regressions/237932/project.json
tests/src/Loader/classloader/generics/regressions/334376/project.json
tests/src/Loader/classloader/generics/regressions/341477/project.json
tests/src/Loader/classloader/generics/regressions/395780/project.json
tests/src/Loader/classloader/generics/regressions/433497/project.json
tests/src/Loader/classloader/generics/regressions/448208/project.json
tests/src/Loader/classloader/generics/regressions/515341/project.json
tests/src/Loader/classloader/generics/regressions/536564/project.json
tests/src/Loader/classloader/generics/regressions/DD117522/project.json
tests/src/Loader/classloader/generics/regressions/dd95372/project.json
tests/src/Loader/classloader/generics/regressions/ddb3422/project.json
tests/src/Loader/classloader/generics/regressions/vsw237932/project.json
tests/src/Loader/classloader/generics/regressions/vsw514968/project.json
tests/src/Loader/classloader/generics/regressions/vsw524571/project.json
tests/src/Loader/classloader/generics/regressions/vsw578898/project.json
tests/src/Loader/classloader/methodoverriding/regressions/549411/project.json
tests/src/Loader/classloader/methodoverriding/regressions/576621/project.json
tests/src/Loader/classloader/methodoverriding/regressions/577403/project.json
tests/src/Loader/classloader/methodoverriding/regressions/593884/project.json
tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/project.json
tests/src/Loader/classloader/nesting/Regressions/dev10_602978/project.json
tests/src/Loader/classloader/nesting/Tests/project.json
tests/src/Loader/classloader/nesting/coreclr/project.json
tests/src/Loader/classloader/regressions/101682/project.json
tests/src/Loader/classloader/regressions/101904/project.json
tests/src/Loader/classloader/regressions/106647/project.json
tests/src/Loader/classloader/regressions/111021/project.json
tests/src/Loader/classloader/regressions/123413/project.json
tests/src/Loader/classloader/regressions/144257/project.json
tests/src/Loader/classloader/regressions/14610/project.json
tests/src/Loader/classloader/regressions/208900/project.json
tests/src/Loader/classloader/regressions/245191/project.json
tests/src/Loader/classloader/regressions/307137/project.json
tests/src/Loader/classloader/regressions/347422/project.json
tests/src/Loader/classloader/regressions/348842/project.json
tests/src/Loader/classloader/regressions/359519/project.json
tests/src/Loader/classloader/regressions/405223/project.json
tests/src/Loader/classloader/regressions/434481/project.json
tests/src/Loader/classloader/regressions/451034/project.json
tests/src/Loader/classloader/regressions/523654/project.json
tests/src/Loader/classloader/regressions/529206/project.json
tests/src/Loader/classloader/regressions/583649/project.json
tests/src/Loader/classloader/regressions/91888/project.json
tests/src/Loader/classloader/regressions/Dev12_518401/project.json
tests/src/Loader/classloader/regressions/dd116295/project.json
tests/src/Loader/classloader/regressions/dd52/project.json
tests/src/Loader/classloader/regressions/dev10_398410/project.json
tests/src/Loader/classloader/regressions/dev10_526434/project.json
tests/src/Loader/classloader/regressions/dev10_568786/4_Misc/project.json
tests/src/Loader/classloader/regressions/dev10_630250/project.json
tests/src/Loader/classloader/regressions/dev10_724989/project.json
tests/src/Loader/classloader/regressions/dev10_794943/project.json
tests/src/Loader/classloader/regressions/dev10_813331/project.json
tests/src/Loader/classloader/regressions/dev10_851479/project.json
tests/src/Loader/classloader/regressions/dev10_889822/project.json
tests/src/Loader/classloader/regressions/dev10_897464/project.json
tests/src/Loader/classloader/regressions/dev11_256384/project.json
tests/src/Loader/classloader/regressions/dev11_38348/project.json
tests/src/Loader/classloader/regressions/dev11_383846/project.json
tests/src/Loader/classloader/regressions/dev11_95728/project.json
tests/src/Loader/classloader/regressions/vsw111021/project.json
tests/src/Loader/classloader/regressions/vsw307137/project.json
tests/src/Loader/classloader/regressions/vsw529206/project.json
tests/src/Loader/classloader/regressions/vsw531159/project.json
tests/src/Loader/classloader/v1/Beta1/Layout/Matrix/cs/project.json
tests/src/Loader/classloader/v1/M10/Acceptance/project.json
tests/src/Loader/classloader/v1/Stress/Beta1/CLStressA/project.json
tests/src/Loader/lowlevel/regress/105736/project.json
tests/src/Loader/multimodule/project.json
tests/src/Loader/regressions/classloader/project.json
tests/src/Loader/regressions/polyrec/project.json
tests/src/Loader/versioning/coverage/project.json
tests/src/Regressions/assemblyref/project.json
tests/src/Regressions/common/project.json
tests/src/Regressions/coreclr/0014/project.json
tests/src/Regressions/coreclr/0018/project.json
tests/src/Regressions/coreclr/0028/project.json
tests/src/Regressions/coreclr/0041/project.json
tests/src/Regressions/coreclr/0044/project.json
tests/src/Regressions/coreclr/0046/project.json
tests/src/Regressions/coreclr/0069/project.json
tests/src/Regressions/coreclr/0075/project.json
tests/src/Regressions/coreclr/0077/project.json
tests/src/Regressions/coreclr/0080/project.json
tests/src/Regressions/coreclr/0099/project.json
tests/src/Regressions/coreclr/0138/project.json
tests/src/Regressions/coreclr/0149/project.json
tests/src/Regressions/coreclr/0198/project.json
tests/src/Regressions/coreclr/0202/project.json
tests/src/Regressions/coreclr/0211/project.json
tests/src/Regressions/coreclr/0275/project.json
tests/src/Regressions/coreclr/0308/project.json
tests/src/Regressions/coreclr/0341/project.json
tests/src/Regressions/coreclr/0342/project.json
tests/src/Regressions/coreclr/0416/project.json
tests/src/Regressions/coreclr/0433/project.json
tests/src/Regressions/coreclr/0487/project.json
tests/src/Regressions/coreclr/0570/project.json
tests/src/Regressions/coreclr/0576/project.json
tests/src/Regressions/coreclr/0582/project.json
tests/src/Regressions/coreclr/0583/project.json
tests/src/Regressions/coreclr/0584/project.json
tests/src/Regressions/coreclr/0694/project.json
tests/src/Regressions/coreclr/0792/project.json
tests/src/Regressions/coreclr/0828/project.json
tests/src/Regressions/coreclr/0829/project.json
tests/src/Regressions/coreclr/0857/project.json
tests/src/Regressions/coreclr/0939/project.json
tests/src/Regressions/coreclr/0968/project.json
tests/src/Regressions/coreclr/1307/project.json
tests/src/Regressions/coreclr/1333/project.json
tests/src/Regressions/coreclr/1337/project.json
tests/src/Regressions/coreclr/1380/project.json
tests/src/Regressions/coreclr/1386/project.json
tests/src/Regressions/coreclr/1402/project.json
tests/src/Regressions/coreclr/1514/project.json
tests/src/Regressions/coreclr/1534/project.json
tests/src/Regressions/coreclr/1535/project.json
tests/src/Regressions/coreclr/1549/project.json
tests/src/Regressions/coreclr/72162/project.json
tests/src/Regressions/expl_double/project.json
tests/src/baseservices/compilerservices/dynamicobjectproperties/project.json
tests/src/baseservices/exceptions/AccessViolationException/project.json
tests/src/baseservices/exceptions/StackTracePreserve/project.json
tests/src/baseservices/exceptions/generics/project.json
tests/src/baseservices/exceptions/regressions/Dev11/147911/project.json
tests/src/baseservices/exceptions/regressions/Dev11/154243/project.json
tests/src/baseservices/exceptions/regressions/V1/SEH/COOL/project.json
tests/src/baseservices/exceptions/regressions/V1/SEH/VJ/project.json
tests/src/baseservices/exceptions/regressions/V1/SEH/coverage/project.json
tests/src/baseservices/exceptions/regressions/v1.0/project.json
tests/src/baseservices/exceptions/regressions/v4.0/640474/project.json
tests/src/baseservices/exceptions/regressions/v4.0/706099/project.json
tests/src/baseservices/exceptions/regressions/whidbeyM3.2/project.json
tests/src/baseservices/exceptions/regressions/whidbeybeta2/349379/project.json
tests/src/baseservices/exceptions/regressions/whidbeybeta2/366085/project.json
tests/src/baseservices/exceptions/regressions/whidbeym3.3/106011/project.json
tests/src/baseservices/exceptions/regressions/whidbeym3.3/293674/project.json
tests/src/baseservices/exceptions/regressions/whidbeym3.3/302680/project.json
tests/src/baseservices/exceptions/sharedexceptions/emptystacktrace/project.json
tests/src/baseservices/exceptions/simple/project.json
tests/src/baseservices/exceptions/unittests/project.json
tests/src/baseservices/finalization/project.json
tests/src/baseservices/ilasm_ildasm/regression/dd130885/project.json
tests/src/baseservices/ilasm_ildasm/regression/vswhidbey267905/project.json
tests/src/baseservices/ilasm_ildasm/regression/vswhidbey305155/project.json
tests/src/baseservices/ilasm_ildasm/regression/vswhidbey395914/project.json
tests/src/baseservices/multidimmarray/project.json
tests/src/baseservices/regression/v1/assembly/vos/cool/helloworld/project.json
tests/src/baseservices/regression/v1/assembly/vos/cool/multipleassembly/project.json
tests/src/baseservices/regression/v1/seh/vc/chain/project.json
tests/src/baseservices/regression/v1/threads/functional/thread/project.json
tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_support/project.json
tests/src/baseservices/regression/v1/threads/functional/threadpool/cs_threadpoolnullchecks/project.json
tests/src/baseservices/regression/v1/threads/hostedscenario/apunload/project.json
tests/src/baseservices/regression/v1/threads/hostedscenario/apunloadtwo/project.json
tests/src/baseservices/threading/commitstackonlyasneeded/project.json
tests/src/baseservices/threading/coverage/Nullref/project.json
tests/src/baseservices/threading/currentculture/project.json
tests/src/baseservices/threading/delegate/project.json
tests/src/baseservices/threading/events/AutoResetEvent/project.json
tests/src/baseservices/threading/events/EventWaitHandle/AutoReset/project.json
tests/src/baseservices/threading/events/EventWaitHandle/ManualReset/project.json
tests/src/baseservices/threading/events/EventWaitHandle/unit/project.json
tests/src/baseservices/threading/events/ManualResetEvent/project.json
tests/src/baseservices/threading/generics/Monitor/project.json
tests/src/baseservices/threading/generics/TimerCallback/project.json
tests/src/baseservices/threading/generics/WaitCallback/project.json
tests/src/baseservices/threading/generics/syncdelegate/project.json
tests/src/baseservices/threading/generics/threadstart/project.json
tests/src/baseservices/threading/interlocked/add/project.json
tests/src/baseservices/threading/interlocked/checkreturn/project.json
tests/src/baseservices/threading/interlocked/compareexchange/project.json
tests/src/baseservices/threading/interlocked/ctorchk/project.json
tests/src/baseservices/threading/interlocked/decrement/project.json
tests/src/baseservices/threading/interlocked/exchange/project.json
tests/src/baseservices/threading/interlocked/increment/project.json
tests/src/baseservices/threading/interlocked/read/project.json
tests/src/baseservices/threading/monitor/ctorchk/project.json
tests/src/baseservices/threading/monitor/enter/project.json
tests/src/baseservices/threading/monitor/exit/project.json
tests/src/baseservices/threading/monitor/isentered/project.json
tests/src/baseservices/threading/monitor/pulse/project.json
tests/src/baseservices/threading/monitor/pulseall/project.json
tests/src/baseservices/threading/monitor/tryenter/project.json
tests/src/baseservices/threading/monitor/unownedlock/project.json
tests/src/baseservices/threading/monitor/wait/project.json
tests/src/baseservices/threading/mutex/abandonedmutex/project.json
tests/src/baseservices/threading/mutex/misc/project.json
tests/src/baseservices/threading/mutex/openexisting/project.json
tests/src/baseservices/threading/paramthreadstart/project.json
tests/src/baseservices/threading/regressions/13662/project.json
tests/src/baseservices/threading/regressions/17360/project.json
tests/src/baseservices/threading/regressions/269336/project.json
tests/src/baseservices/threading/regressions/30032/project.json
tests/src/baseservices/threading/regressions/576463/project.json
tests/src/baseservices/threading/regressions/6906/project.json
tests/src/baseservices/threading/regressions/beta1/project.json
tests/src/baseservices/threading/regressions/beta2/project.json
tests/src/baseservices/threading/regressions/devdiv489437/project.json
tests/src/baseservices/threading/regressions/whidbey_m3/project.json
tests/src/baseservices/threading/semaphore/ctoropen/project.json
tests/src/baseservices/threading/semaphore/unit/project.json
tests/src/baseservices/threading/stress/sudoku/project.json
tests/src/baseservices/threading/threadpool/bindhandle/project.json
tests/src/baseservices/threading/threadpool/ctorchk/project.json
tests/src/baseservices/threading/threadpool/unregister/project.json
tests/src/baseservices/threading/threadstatic/project.json
tests/src/baseservices/threading/waithandle/misc/project.json
tests/src/baseservices/threading/waithandle/waitall/project.json
tests/src/baseservices/threading/waithandle/waitany/project.json
tests/src/baseservices/threading/waithandle/waitone/project.json
tests/src/baseservices/tools/roundtrip/dlls/project.json
tests/src/baseservices/visibility/project.json
tests/src/hosting/coreclr/activation/sxshost/project.json
tests/src/hosting/samples/hosting/usercode/project.json
tests/src/hosting/samples/resolveevent/usercodedependency/project.json
tests/src/hosting/stress/testset1/project.json
tests/src/managed/Compilation/project.json
tests/src/performance/perflab/project.json
tests/src/readytorun/genericsload/project.json
tests/src/readytorun/project.json
tests/src/readytorun/testv1/project.json
tests/src/readytorun/testv2/project.json
tests/src/reflection/regression/dev10bugs/project.json
tests/src/reflection/regression/reflectionrepromasterforsl/project.json
tests/src/runtime/project.json