From 469ffd93ea983f80479715ecdc51cf7be98219c3 Mon Sep 17 00:00:00 2001 From: Mengyuan <162882040+chenmy77@users.noreply.github.com> Date: Wed, 14 May 2025 09:30:44 +0800 Subject: [PATCH] [Fuzz] Add DLL Reference in OneFuzzConfig.json to Fix Hosts Fuzz Bug (#39398) * add Testably.Abstractions.FileSystem.Interface.dll * fix spell error --- .github/actions/spell-check/allow/code.txt | 1 + src/modules/Hosts/Hosts.FuzzTests/OneFuzzConfig.json | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/actions/spell-check/allow/code.txt b/.github/actions/spell-check/allow/code.txt index 10e9473258..ef01f0d7c3 100644 --- a/.github/actions/spell-check/allow/code.txt +++ b/.github/actions/spell-check/allow/code.txt @@ -271,6 +271,7 @@ mengyuanchen # DllName testhost +Testably #Tools OIP \ No newline at end of file diff --git a/src/modules/Hosts/Hosts.FuzzTests/OneFuzzConfig.json b/src/modules/Hosts/Hosts.FuzzTests/OneFuzzConfig.json index 7f145de15d..7530d3292c 100644 --- a/src/modules/Hosts/Hosts.FuzzTests/OneFuzzConfig.json +++ b/src/modules/Hosts/Hosts.FuzzTests/OneFuzzConfig.json @@ -158,19 +158,19 @@ // the DLL and PDB files // you will need to add any other files required // (globs are supported) + "Castle.Core.dll", + "CommunityToolkit.Mvvm.dll", "Hosts.FuzzTests.dll", "Hosts.FuzzTests.pdb", "Microsoft.Windows.SDK.NET.dll", - "WinRT.Runtime.dll", "Moq.dll", - "testhost.dll", - "Castle.Core.dll", "System.IO.Abstractions.dll", - "CommunityToolkit.Mvvm.dll", "System.IO.Abstractions.TestingHelpers.dll", "TestableIO.System.IO.Abstractions.dll", "TestableIO.System.IO.Abstractions.TestingHelpers.dll", - "TestableIO.System.IO.Abstractions.Wrappers.dll" + "TestableIO.System.IO.Abstractions.Wrappers.dll", + "Testably.Abstractions.FileSystem.Interface.dll", + "WinRT.Runtime.dll" ], "SdlWorkItemId": 49911822 }