Skip to content

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]

@github-actions
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.

@stephenegriffin stephenegriffin merged commit 2c97637 into main Jan 6, 2025
17 checks passed
@stephenegriffin stephenegriffin deleted the u/sgriffin/fuzz branch January 21, 2025 14:40
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.

3 participants