Fix several remaining IL tests I missed in my assembly name cleanup (#64555)
authorTomáš Rylek <trylek@microsoft.com>
Tue, 1 Feb 2022 08:13:55 +0000 (09:13 +0100)
committerGitHub <noreply@github.com>
Tue, 1 Feb 2022 08:13:55 +0000 (09:13 +0100)
commit8447c80431f091c1eb51a1468dce7638d13f7e1a
treeeb511b5a19bf99f9ef535ba48ab3c4de8ede34ee
parentdaf77fc9a5ee0417d691a19322cc0bc74d8562df
Fix several remaining IL tests I missed in my assembly name cleanup (#64555)

I have found out I had a case sensitivity bug in the ILTransform tool
that ended up missing about 50 assemblies with lowercase main() entry
point. This change cleans up the remaining source files and also
supplies an auto-generated class wrapper in tests where the entrypoint
was a global function.

Thanks

Tomas
51 files changed:
src/tests/JIT/Methodical/Coverage/b518440.il
src/tests/JIT/Methodical/ELEMENT_TYPE_IU/ptr.il
src/tests/JIT/Methodical/eh/basics/throwinexcept.il
src/tests/JIT/Methodical/eh/basics/throwinfault.il
src/tests/JIT/Methodical/eh/basics/throwinfilter.il
src/tests/JIT/Methodical/eh/basics/throwinfinallyintryfilter1.il
src/tests/JIT/Methodical/eh/basics/throwinfinallyintryfilter2.il
src/tests/JIT/Methodical/eh/basics/throwinfinallyintryfilter3.il
src/tests/JIT/Methodical/eh/basics/tryexcept.il
src/tests/JIT/Methodical/eh/basics/tryfault.il
src/tests/JIT/Methodical/eh/basics/tryfaulttrycatch.il
src/tests/JIT/Methodical/eh/basics/tryfaulttrycatchfn.il
src/tests/JIT/Methodical/eh/basics/trythrowexcept.il
src/tests/JIT/Methodical/eh/deadcode/deadnonlocalexit.il
src/tests/JIT/Methodical/eh/deadcode/deadrgninfunclet.il
src/tests/JIT/Methodical/eh/deadcode/deadtrycatch.il
src/tests/JIT/Methodical/eh/deadcode/deadtryfinally.il
src/tests/JIT/Methodical/eh/deadcode/deadtryfinallythrow.il
src/tests/JIT/Methodical/eh/deadcode/severaldeadehregions.il
src/tests/JIT/Methodical/eh/deadcode/severalnesteddeadehregions.il
src/tests/JIT/Methodical/eh/deadcode/simpledeadehregion.il
src/tests/JIT/Methodical/eh/disconnected/backwardleave.il
src/tests/JIT/Methodical/eh/disconnected/catchbeforetrybody.il
src/tests/JIT/Methodical/eh/disconnected/catchtryintryfinally.il
src/tests/JIT/Methodical/eh/disconnected/faultbeforetrybody.il
src/tests/JIT/Methodical/eh/disconnected/finallybeforetrybody.il
src/tests/JIT/Methodical/eh/disconnected/finallytryintryfinally.il
src/tests/JIT/Methodical/eh/disconnected/reversedhandlers.il
src/tests/JIT/Methodical/eh/disconnected/reversedtryblock.il
src/tests/JIT/Methodical/eh/disconnected/sehhandlerbeforetry.il
src/tests/JIT/Methodical/eh/disconnected/testeit.il
src/tests/JIT/Methodical/eh/disconnected/trybodyinbetweencatchhandlers.il
src/tests/JIT/Methodical/eh/disconnected/tryfinallyincatchtry.il
src/tests/JIT/Methodical/eh/nested/cascadedcatchret/cascadedcatch.il
src/tests/JIT/Methodical/eh/nested/cascadedcatchret/cascadedexcept.il
src/tests/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatch.il
src/tests/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedcatchnofin.il
src/tests/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexcept.il
src/tests/JIT/Methodical/eh/nested/cascadedcatchret/throwincascadedexceptnofin.il
src/tests/JIT/Methodical/eh/nested/general/localvarincatch.il
src/tests/JIT/Methodical/eh/nested/nestedtry/nestedtrycatch.il
src/tests/JIT/Methodical/eh/nested/nestedtry/nestedtryexcept.il
src/tests/JIT/Methodical/eh/nested/nestedtry/nestedtryfault.il
src/tests/JIT/Methodical/eh/nested/nestedtry/nestedtryfinally.il
src/tests/JIT/Methodical/eh/nested/nestedtry/throwinnestedtrycatch.il
src/tests/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryexcept.il
src/tests/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfault.il
src/tests/JIT/Methodical/eh/nested/nestedtry/throwinnestedtryfinally.il
src/tests/JIT/Methodical/xxblk/cpblk3.il
src/tests/JIT/Methodical/xxblk/dynblk_order.il
src/tests/JIT/Methodical/xxblk/initblk3.il