Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/Mono.Linker.Tests/TestCases/Dependencies/PInvokesExpectations.json')
-rw-r--r--test/Mono.Linker.Tests/TestCases/Dependencies/PInvokesExpectations.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/test/Mono.Linker.Tests/TestCases/Dependencies/PInvokesExpectations.json b/test/Mono.Linker.Tests/TestCases/Dependencies/PInvokesExpectations.json
new file mode 100644
index 000000000..872915eca
--- /dev/null
+++ b/test/Mono.Linker.Tests/TestCases/Dependencies/PInvokesExpectations.json
@@ -0,0 +1,32 @@
+[
+ {
+ "assembly": "copyassembly.dll",
+ "entryPoint": "CustomEntryPoint",
+ "fullName": "Mono.Linker.Tests.Cases.Interop.PInvoke.Individual.Dependencies.CanOutputPInvokes_CopyAssembly Mono.Linker.Tests.Cases.Interop.PInvoke.Individual.Dependencies.CanOutputPInvokes_CopyAssembly::CustomEntryPoint()",
+ "moduleName": "lib_copyassembly"
+ },
+ {
+ "assembly": "copyassembly.dll",
+ "entryPoint": "FooEntryPoint",
+ "fullName": "Mono.Linker.Tests.Cases.Interop.PInvoke.Individual.Dependencies.CanOutputPInvokes_CopyAssembly Mono.Linker.Tests.Cases.Interop.PInvoke.Individual.Dependencies.CanOutputPInvokes_CopyAssembly::FooEntryPoint()",
+ "moduleName": "lib_copyassembly"
+ },
+ {
+ "assembly": "test.exe",
+ "entryPoint": "CustomEntryPoint",
+ "fullName": "Mono.Linker.Tests.Cases.Interop.PInvoke.Individual.CanOutputPInvokes\/Foo Mono.Linker.Tests.Cases.Interop.PInvoke.Individual.CanOutputPInvokes::CustomEntryPoint()",
+ "moduleName": "lib"
+ },
+ {
+ "assembly": "test.exe",
+ "entryPoint": "CustomEntryPoint",
+ "fullName": "Mono.Linker.Tests.Cases.Interop.PInvoke.Individual.CanOutputPInvokes\/Foo Mono.Linker.Tests.Cases.Interop.PInvoke.Individual.CanOutputPInvokes::CustomEntryPoint0()",
+ "moduleName": "lib"
+ },
+ {
+ "assembly": "test.exe",
+ "entryPoint": "FooEntryPoint",
+ "fullName": "Mono.Linker.Tests.Cases.Interop.PInvoke.Individual.CanOutputPInvokes\/Foo Mono.Linker.Tests.Cases.Interop.PInvoke.Individual.CanOutputPInvokes::FooEntryPoint()",
+ "moduleName": "lib"
+ }
+] \ No newline at end of file