Tests: Update all test results

This commit is contained in:
Katy Coe
2019-11-28 18:46:19 +01:00
parent c113f3abe9
commit 74f209bc2e
24 changed files with 282 additions and 282 deletions

View File

@@ -9,7 +9,7 @@ using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Image 0: mscorlib.dll - 0-1809
// Image 0: mscorlib.dll - Assembly: mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Types 0-1809
// [assembly: AssemblyCompany] // 0x000000018000E0A0-0x000000018000A910
// [assembly: AssemblyCopyright] // 0x000000018000E0A0-0x000000018000A910
// [assembly: AssemblyDefaultAlias] // 0x000000018000E0A0-0x000000018000A910
@@ -32,7 +32,7 @@ using System.Runtime.InteropServices;
[assembly: StringFreezing] // 0x000000018000E0A0-0x000000018000A910
// [assembly: TypeLibVersion] // 0x000000018000E0A0-0x000000018000A910
// Image 1: ArraysAndPointers.dll - 1810-1817
// Image 1: ArraysAndPointers.dll - Assembly: ArraysAndPointers, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null - Types 1810-1817
// [assembly: CompilationRelaxations] // 0x000000018000C1C0-0x000000018000C1C0
// [assembly: Debuggable] // 0x000000018000C1C0-0x000000018000C1C0
[assembly: RuntimeCompatibility] // 0x000000018000C1C0-0x000000018000C1C0
@@ -74,10 +74,10 @@ internal static class Consts // TypeDefIndex: 100
internal sealed class Locale // TypeDefIndex: 101
{
// Constructors
private Locale() {} // 0x00000001800E2000-0x00000001800E2000
private Locale() {} // 0x00000001800E2000-0x00000001800E2010
// Methods
public static string GetText(string msg) => default; // 0x0000000180123590-0x0000000180123590
public static string GetText(string msg) => default; // 0x0000000180123590-0x00000001801235A0
public static string GetText(string fmt, params /* 0x00000001800090A0-0x00000001800090A0 */ object[] args) => default; // 0x00000001802C64F0-0x00000001802C6560
}
@@ -96,10 +96,10 @@ namespace Il2CppTests.TestSources
private unsafe float*[][,,][] confusedElephant; // 0x8047EDC0
// Properties
public unsafe int* PointerProperty { get; set; } // 0x00000001801513A0-0x00000001801513A0 0x00000001801140B0-0x00000001801140B0
public unsafe int* this[int i] { get; } // 0x00000001800EA8C0-0x00000001800EA8C0
public unsafe int this[int* p] { get; } // 0x00000001800EA8C0-0x00000001800EA8C0
public unsafe float* this[float* fp] { get; } // 0x00000001800EA8C0-0x00000001800EA8C0
public unsafe int* PointerProperty { get; set; } // 0x00000001801513A0-0x00000001801513B0 0x00000001801140B0-0x00000001801140C0
public unsafe int* this[int i] { get; } // 0x00000001800EA8C0-0x00000001800EA8D0
public unsafe int this[int* p] { get; } // 0x00000001800EA8C0-0x00000001800EA8D0
public unsafe float* this[float* fp] { get; } // 0x00000001800EA8C0-0x00000001800EA8D0
// Nested types
private struct fixedSizeArrayStruct // TypeDefIndex: 1814
@@ -127,8 +127,8 @@ namespace Il2CppTests.TestSources
// Methods
public int[] FooMethod(int[][] bar) => default; // 0x00000001803E10F0-0x00000001803E1130
public int[,] BarMethod(int[,,] baz) => default; // 0x00000001803E10A0-0x00000001803E10F0
public unsafe void UnsafeMethod(int* unsafePointerArgument) {} // 0x00000001800EA7B0-0x00000001800EA7B0
public unsafe int* UnsafeReturnMethod() => default; // 0x00000001800EA8C0-0x00000001800EA8C0
public unsafe int* UnsafeMethod2(int* i) => default; // 0x000000018012FC60-0x000000018012FC60
public unsafe void UnsafeMethod(int* unsafePointerArgument) {} // 0x00000001800EA7B0-0x00000001800EA7C0
public unsafe int* UnsafeReturnMethod() => default; // 0x00000001800EA8C0-0x00000001800EA8D0
public unsafe int* UnsafeMethod2(int* i) => default; // 0x000000018012FC60-0x000000018012FC70
}
}