summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2016-04-09Change Marshal.SizeOf to sizeof because Marshal.Copy copies managed contents ...Yi Zhang (CLR)8-16/+16
2016-04-09Merge pull request #4249 from yizhang82/lptstr_fixYi Zhang (CLR)3-9/+2
2016-04-09Fix GetObjectForNativeVariant test issue. It should roundtrip the actual obje...Yi Zhang (CLR)1-5/+29
2016-04-09Fix LPTSTRTest failure - it has a incorrect constant probably due to bad port...Yi Zhang (CLR)3-9/+2
2016-04-08Revert "ARM64 Work Item 3817, 3524 - Struct16 decomposition"Jan Kotas1-16/+16
2016-04-08Merge pull request #4202 from MichalStrehovsky/applicationExceptionMichal Strehovský135-4146/+4144
2016-04-08Merge pull request #4207 from swgillespie/437657Sean Gillespie4-410/+0
2016-04-08ARM64 Work Item 3817, 3524 - Struct16 decompositionBrian Sullivan1-16/+16
2016-04-08Remove a test that doesn't provide much value, fails in parallel test environ...Sean Gillespie4-410/+0
2016-04-08Remove usage of ApplicationException in testsMichal Strehovský135-4146/+4144
2016-04-08Merge branch 'port_interop_tests' of https://github.com/botaberg/coreclr into...Tijoy Tom Kalathiparambil30-2/+8250
2016-04-08Merge pull request #4164 from yizhang82/lpstr_test_fixtijoytom2-2/+3
2016-04-08Merge pull request #4160 from tijoytom/mastertijoytom21-0/+1545
2016-04-08Merge pull request #3642 from dagood/remove-hardcoded-versionsDavis Goodin4-33/+26
2016-04-07Fix LPSTR test failure due to incorrect implementation of strncpy_s. It was i...Yi Zhang (CLR)2-2/+3
2016-04-07Merge pull request #4155 from MichalStrehovsky/debuggableAttributeMichal Strehovský40-84/+0
2016-04-07Merge pull request #4134 from MichalStrehovsky/junkAttributesMichal Strehovský27-28/+21
2016-04-07Windows specific Marshal APIs test.Tijoy Tom Kalathiparambil21-0/+1545
2016-04-07Remove mscorlib 1.x strong references from testsMichal Strehovský40-84/+0
2016-04-07Fixing failures of CscBench, Serialization and Deserialization perf tests (#4...Deepak Shankargouda3-0/+9
2016-04-07Merge pull request #4139 from kyulee1/launcherKyungwoo Lee1-0/+28
2016-04-06Merge pull request #4061 from jamesqo/use-roslynJan Kotas3-3/+1
2016-04-06Merge pull request #4136 from yizhang82/castable_fixYi Zhang (CLR)1-1/+0
2016-04-06Merge pull request #4099 from ramarag/gcstackwalkKyungwoo Lee1-11/+11
2016-04-06ARM64: Launch test build and run in parallelKyungwoo Lee1-0/+28
2016-04-06Merge pull request #4137 from AndyAyersMS/RelModeILTestsAndy Ayers280-264/+280
2016-04-06Merge pull request #3874 from swaroop-sridhar/CDTSwaroop Sridhar2-2/+2
2016-04-06Set DebugType to PdbOnly for rel-mode IL testsAndy Ayers280-264/+280
2016-04-06Fixes Updating Registers for managed frames in stack walksRama Krishnan Raghupathy1-11/+11
2016-04-06Re-enable ICastable test now that it is passing on MacYi Zhang (CLR)1-1/+0
2016-04-06Delete junk attributes in testsMichal Strehovský27-28/+21
2016-04-06Merge pull request #4111 from kyulee1/customlauncherKyungwoo Lee1-4/+12
2016-04-06Merge pull request #4110 from kyulee1/testupdateKyungwoo Lee1-11/+11
2016-04-06ARM64: Test.lst update with the latest lab runKyungwoo Lee1-11/+11
2016-04-06Restore CustomLauncher to Test PopulationKyungwoo Lee1-4/+12
2016-04-06Enable execution of Perflab perf testsDeepak Shankargouda2-2/+7
2016-04-06Disable MarshalStructAsLayoutSeq.sh outside of WindowsJohn Bottenberg1-1/+1
2016-04-06Merge pull request #4089 from tijoytom/mastertijoytom3-330/+16
2016-04-05Merge pull request #4057 from yizhang82/masterYi Zhang (CLR)6-25/+56
2016-04-05Add CoreDisTools headerSwaroop Sridhar2-2/+2
2016-04-05Merge branch 'master' of https://github.com/dotnet/coreclrTijoy Tom Kalathiparambil64-785/+2926
2016-04-05Fixing test for non-windows platforms.Tijoy Tom Kalathiparambil3-329/+16
2016-04-05Remove hardcoded versions from runtests.proj.Davis Goodin4-33/+26
2016-04-05Merge pull request #4077 from tijoytom/mastertijoytom2-16/+17
2016-04-05Add reference to CMakeLists.txt from NativeCallableTests.csproj correctlyYi Zhang (CLR)3-3/+6
2016-04-04Fix NativeCallableTest to use custom DLL instead of EnumWindows Win32 APIYi Zhang (CLR)4-23/+51
2016-04-04Merge pull request #4069 from swgillespie/gc-test-fixupsSean Gillespie19-804/+222
2016-04-04Disabling the object as variant in struct marshallingTijoy Tom Kalathiparambil2-16/+17
2016-04-04Fix a number of tests that make invalid assumptions about object lifetimes. F...Sean Gillespie19-804/+222
2016-04-04Add generics testFadi Hanna16-0/+1453