This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Commit 6671bee
authored
Add regression test for GetHashCode of default handles (#26202)
Regression tests for dotnet/corert#5216.
This is a port of these CoreCLR tests:
https://github.com/dotnet/coreclr/blob/180a3c80b1d193f4c63b265e21bd29277b81cbcd/tests/src/CoreMangLib/cti/system/runtimemethodhandle/runtimemethodhanldegethashcode.cs
https://github.com/dotnet/coreclr/blob/180a3c80b1d193f4c63b265e21bd29277b81cbcd/tests/src/CoreMangLib/cti/system/runtimefieldhandle/runtimefieldhandlegethashcode.cs
(It's the first half of both tests, since the second half makes no sense.)1 parent 5a3bba7 commit 6671bee
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
22 | 31 | | |
23 | 32 | | |
24 | 33 | | |
| |||
27 | 36 | | |
28 | 37 | | |
29 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
30 | 48 | | |
31 | 49 | | |
32 | 50 | | |
| |||
0 commit comments