Skip to content

Commit

Permalink
mono update: Override assembly name when the assembly is loaded throu…
Browse files Browse the repository at this point in the history
…gh an AssemblyResolve handler.
  • Loading branch information
Esme Povirk committed Sep 30, 2023
1 parent e11ab65 commit 3f8b922
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions mono.make
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ tests-runtime-$(1): $$(BUILDDIR)/mono-unix/mono/mini/.built-tests $$(BUILDDIR)/m
cp $$(BUILDDIR)/mono-unix/mono/tests/assembly-load-dir1/Lib*.dll $$(TESTS_OUTDIR)/tests-$(1)/assembly-load-dir1
mkdir -p $$(TESTS_OUTDIR)/tests-$(1)/assembly-load-dir2
cp $$(BUILDDIR)/mono-unix/mono/tests/assembly-load-dir2/*.dll $$(TESTS_OUTDIR)/tests-$(1)/assembly-load-dir2
$$(CP_R) $$(BUILDDIR)/mono-unix/mono/tests/assemblyresolve_deps $$(TESTS_OUTDIR)/tests-$(1)/
ifeq ($(1),x86)
cp $$(BUILDDIR)/mono-unix/builtin-types-32.exe $$(TESTS_OUTDIR)/tests-$(1)/builtin-types.exe
endif
Expand Down
1 change: 1 addition & 0 deletions tools/run-tests/windows-passing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76528,6 +76528,7 @@ MonoTests.System.Security.Cryptography.X509Certificates.X509StoreTest:Remove_Nul
MonoTests.System.Security.Cryptography.X509Certificates.X509StoreTest:Remove_OpenReadOnly_Existing
MonoTests.System.Security.Cryptography.X509Certificates.X509StoreTest:Remove_OpenReadOnly_Unexisting
marshalsig
assemblyresolve_event8
# unreliable:
x86.thread-exit
MonoTests.System.Threading.Tasks.TaskTests:DoubleWaitTest
Expand Down
1 change: 1 addition & 0 deletions tools/run-tests/wine-passing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74145,6 +74145,7 @@ MonoTests.System.ServiceModel.NetPeerTcpBindingTest:DefaultValues
MonoTests.System.ServiceModel.NetPeerTcpBindingTest
assemblysearchgacbeforepath
marshalsig
assemblyresolve_event8
# definitely unreliable:
delegate2
x86_64.MonoTests.System.Threading.ThreadLocalTests:DisposeOnThreadExit
Expand Down

0 comments on commit 3f8b922

Please sign in to comment.