summaryrefslogtreecommitdiff
path: root/tests/src/Interop
AgeCommit message (Expand)AuthorFilesLines
2019-06-06Move COM object lifetime control tests to CoreCLR. (#24990)Jeremy Koritzinsky1-5/+18
2019-06-05Add test verifying reliable SafeHandle unmarshalling (#24959)Jeremy Koritzinsky8-161/+99
2019-06-05Resolve Windows 10 Kits dir via the environment variable. (#24960)Jeremy Koritzinsky1-5/+2
2019-05-28Change DllImportPath policy to create unicode-named test library immediately ...Jeremy Koritzinsky2-11/+22
2019-05-24Enable LCID marshalling and clean up our LCID marshalling tests. (#24642)Jeremy Koritzinsky19-272/+677
2019-05-20Disable Interop/WinRT/NETClients/Primitives test on Nano Server. (#24665)Jeremy Koritzinsky1-1/+1
2019-05-17Disable WinRT NETClientBindings test on ARM/ARM64 (#24632)Jeremy Koritzinsky1-0/+1
2019-05-16Add Managed->Native tests for our WinRT primitives (#23529)Jeremy Koritzinsky44-0/+1418
2019-05-09Fix ComActivator typo. (#24485)Jeremy Koritzinsky1-4/+4
2019-05-08Add support in SPCL to call into user supplied register and unregisteā€¦ (#24...Aaron Robinson3-0/+232
2019-05-03Change our DateTime marshalling tests to be culture-independent. (#24362)Jeremy Koritzinsky4-370/+32
2019-05-02Re-enable all com crossgen testing (#24348)David Wrighton7-21/+0
2019-05-01Update issues.targets and reduce test execution time. (#24345)Fadi Hanna1-19/+9
2019-04-25Fixing 23941 (#24199)Fadi Hanna3-1/+238
2019-04-19Block usage of default interfaces feature in COM scenarios (#23970)Aaron Robinson3-33/+56
2019-04-18Disable native-client tests on IL round-trip (#24041)Jeremy Koritzinsky3-0/+3
2019-04-15Opt COM methods out of the new Windows instance-method handling. (#23974)Jeremy Koritzinsky10-139/+49
2019-04-10Remove overrelease in test (#23887)Aaron Robinson1-5/+0
2019-04-09Alter CCW wrapping semantics (#23709)Aaron Robinson14-12/+309
2019-04-05Enable return buffers on Windows ARM64 for struct-returning member functions ...Jeremy Koritzinsky2-8/+69
2019-04-04Disable marshalling delegates as _Delegate and enable marshalling delegates a...Jeremy Koritzinsky4-87/+94
2019-04-04Fix SystemV AMD64 Explicit structure classification (#22041)Jeremy Koritzinsky6-55/+469
2019-04-03Change Auto charset to mean UTF-8 off-Windows (#23664)Jeremy Koritzinsky5-1/+58
2019-04-02Change tests to not modify Core_Root (#23470)Jeremy Koritzinsky6-18/+12
2019-03-29Correctly marshal structure return values in member functions on Win-x64 and ...Jeremy Koritzinsky11-11/+289
2019-03-25Disabled new IJW testsJan Vorlicek3-0/+9
2019-03-25Disable loading IJW assemblies into collectible ALCJan Vorlicek2-0/+4
2019-03-20Runtime changes for IJW Activation (#22636)Jeremy Koritzinsky16-35/+299
2019-03-19Implement support for copy constructors when marshalling in IJW (#22805)Jeremy Koritzinsky5-0/+259
2019-03-18Fix Interop/SizeConst/SizeConstTest to successfully run in all locales. (#20268)Jeremy Koritzinsky1-1/+1
2019-03-12Default Interface COM testing project (#23195)Aaron Robinson13-93/+393
2019-03-05Re-enable RCW license tests (#23023)Aaron Robinson1-4/+3
2019-03-04Remove loose dependency in runtime on System.ComponentModel. (#23010)Aaron Robinson1-3/+4
2019-03-01Support IClassFactory2 - LicenseManager use in COM activation (#22846)Aaron Robinson20-0/+746
2019-03-01Merge pull request #22821 from am11/fix/signed-compare-and-narrowingJan Vorlicek6-10/+10
2019-02-28NativeLibraryTests: Platform restriction on some tests (#22732)Swaroop Sridhar2-12/+13
2019-02-26Merge branch 'master' into fix/signed-compare-and-narrowingAdeel Mujahid1-1/+9
2019-02-26GCC compatibility fixes #7 (#22810)Sinan Kaya1-1/+9
2019-02-25Fix LONG64 definitionAdeel4-4/+4
2019-02-25Address janvorli's feedback commentsAdeel2-2/+2
2019-02-25Address CR feedbackAdeel3-3/+3
2019-02-24Fix comparison and narrowing errors reported by GCCAdeel5-12/+12
2019-02-22Disable IJW tests on Windows 7. (#22779)Jeremy Koritzinsky2-1/+8
2019-02-22More GNUC Fixes (#22687)Sinan Kaya4-9/+34
2019-02-21Support COM events (#22721)Aaron Robinson20-32/+697
2019-02-15Manually update the dependencies.props and move S.P.Corelib to use LangVersio...Tanner Gooding1-1/+0
2019-02-13Use dependency flow for core-setup and corefx dependencies (#22544)Juan Hoyos1-1/+1
2019-02-12Update COM Activator class (#22317)Aaron Robinson20-19/+300
2019-02-06Throw an exception when passing strings by-value as out parameters. (#21513)Jeremy Koritzinsky6-4/+24
2019-02-06Add option to run tests in unloadable context (#22332)Jan Vorlicek11-0/+20