Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add baseline fuzz configuration #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

stephenegriffin
Copy link
Member

@stephenegriffin stephenegriffin commented Jan 2, 2025

This pull request includes significant changes to the mapistub.vcxproj file to add new configurations for fuzz testing across different platforms. The changes involve adding new project configurations and corresponding property groups for each platform.

New project configurations:

  • Added new project configurations for Fuzz testing across ARM64, ARM64EC, Win32, and x64 platforms.

New property groups for each platform:

  • Added property groups for Fuzz|Win32 with settings for static library configuration, Unicode character set, and various compiler and linker options.
  • Added property groups for Fuzz|x64 with similar settings as Fuzz|Win32.
  • Added property groups for Fuzz|ARM64EC and Fuzz|ARM64 with settings for static library configuration, Unicode character set, and additional compiler and linker options. [1] [2]

Import groups and item definition groups:

  • Added import groups for each new Fuzz configuration to include user-specific property sheets. [1] [2] [3] [4]
  • Added item definition groups for each new Fuzz configuration with detailed compiler and linker options to optimize for fuzz testing. [1] [2] [3] [4]

Copy link

github-actions bot commented Jan 2, 2025

Test Results

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 9714c7e. ± Comparison against base commit 59451e5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant