[tests] Add regression test for InternalsVisibleTo with long PublicKey
authorAleksey Kliger <aleksey@xamarin.com>
Thu, 13 Jul 2017 23:02:10 +0000 (19:02 -0400)
committerAleksey Kliger (λgeek) <akliger@gmail.com>
Fri, 14 Jul 2017 18:43:18 +0000 (14:43 -0400)
commit01eaabd5d401bbe33d711d0e28b557b2a204b70c
tree336f7b1179e2929082a48456d0aa2f526bca3a7f
parentf3281df8c2df0739ee366db9b1060f0c196f9d87
[tests] Add regression test for InternalsVisibleTo with long PublicKey

Regression test for https://bugzilla.xamarin.com/show_bug.cgi?id=57691

We build a library that has an InternalsVisibleTo attribute that references an
executable that is signed with a long (>128bytes) public key.  Previously we
were using an incorrect method of encoding the key length.
mono/tests/Makefile.am
mono/tests/internalsvisibleto-2048.snk [new file with mode: 0644]
mono/tests/internalsvisibleto-compilertest.cs
mono/tests/internalsvisibleto-library.cs
mono/tests/internalsvisibleto-runtimetest.cs