summaryrefslogtreecommitdiff
path: root/tests/src/Interop/FuncPtrAsDelegateParam
AgeCommit message (Collapse)AuthorFilesLines
2018-09-26Use platformdefines through lib instead of cpp (#19948)Luqun Lou1-1/+1
* Use platformdefines through lib instead of cpp * add a dummy export function * Remove dummy export * Compile as Static Library * revert platformdefines.cpp file * remove DLL_EXPORT
2018-09-13Move Assert class from Interop into the CoreCLRTestLibraryvitek-karas1-1/+0
Moving the Assert class to the common library so that it can be used by tests outside of the Interop tree.
2018-08-24Update interop test xplat header (#19576)Aaron Robinson1-4/+4
* Remove no-op #define logic for Interop tests Remove single usage of #define for function remap * Consolidate all uses of CoTaskMem* functions into new CoreClr* functions for the Interop native tests. * Remove unused functions and make formatting consistent. * Remove '_cdecl' and replace all uses with '__cdecl' * Convert '__stdcall' to 'STDMETHODCALLTYPE' for all non-calling convention dependent tests * Replace 'CALLBACK' and 'NATIVEAPI' calling convention macros will well-defined 'STDMETHODCALLTYPE'
2017-08-16Move less valuable tests to priority 1.Pat Gavlin1-10/+8
2017-03-17Delete unused ReferenceLocalMscorlib property from test proj files (#10250)Jan Kotas1-4/+0
Deleted a few other irrelevant properties as well while I was on it. Fixes #7711
2016-08-25Enable Arm32 Test BuildGaurav Khanna1-0/+1
2016-08-23Bulk moving Tests to use uber project.jsonRama Krishnan Raghupathy2-51/+0
2016-07-29Using full versions, update CoreFX dependencies to beta-24328-05.Davis Goodin1-29/+33
To fix tests, change dnxcore50 -> netcoreapp1.0 and add test_runtime.
2016-05-22Update tests to build against rc3-24117-00 (#5154)Jan Kotas1-19/+19
2016-05-03Fix calling convention mismatch in 7 interop tests and enable ↵Yi Zhang (CLR)2-5/+5
[NativeCallable] in all architectures.
2016-04-14Updating BuildToolsJose Perez Rodriguez1-2/+11
2016-03-30Port more Interop tests from Desktop CLR to CoreCLRJohn Bottenberg5-0/+122