[PR #498] [MERGED] oss-fuzz: Add unit test build to oss-fuzz build script #506

Closed
opened 2026-05-05 12:17:46 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jmcnamara/libxlsxwriter/pull/498
Author: @arthurscchan
Created: 12/19/2025
Status: Merged
Merged: 12/22/2025
Merged by: @jmcnamara

Base: mainHead: oss-fuzz-build-add-unit-test


📝 Commits (2)

  • 58ba28d oss-fuzz: Add unit test build
  • a438109 Fix format for CI style check

📊 Changes

2 files changed (+2 additions, -3 deletions)

View changed files

📝 CMakeLists.txt (+1 -2)
📝 dev/fuzzing/build.sh (+1 -1)

📄 Description

OSS-Fuzz has a new Chronos feature that allows fast rebuilding of OSS-Fuzz-integrated projects and checks whether the project code or fuzzers still pass their unit tests after patching. To enable this feature, the unit tests of integrated projects need to be built. Therefore, this PR modifies the build script used by OSS-Fuzz to also build the unit tests for this project. The OSS-Fuzz-side changes for this project's integration can be found here: https://github.com/google/oss-fuzz/pull/14525.

Issue: #497


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jmcnamara/libxlsxwriter/pull/498 **Author:** [@arthurscchan](https://github.com/arthurscchan) **Created:** 12/19/2025 **Status:** ✅ Merged **Merged:** 12/22/2025 **Merged by:** [@jmcnamara](https://github.com/jmcnamara) **Base:** `main` ← **Head:** `oss-fuzz-build-add-unit-test` --- ### 📝 Commits (2) - [`58ba28d`](https://github.com/jmcnamara/libxlsxwriter/commit/58ba28d2660d11a07a2d9a561cbd7206d644d6fa) oss-fuzz: Add unit test build - [`a438109`](https://github.com/jmcnamara/libxlsxwriter/commit/a438109549cd3e4ea1a959f35e3edfc39dd65d10) Fix format for CI style check ### 📊 Changes **2 files changed** (+2 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+1 -2) 📝 `dev/fuzzing/build.sh` (+1 -1) </details> ### 📄 Description OSS-Fuzz has a new Chronos feature that allows fast rebuilding of OSS-Fuzz-integrated projects and checks whether the project code or fuzzers still pass their unit tests after patching. To enable this feature, the unit tests of integrated projects need to be built. Therefore, this PR modifies the build script used by OSS-Fuzz to also build the unit tests for this project. The OSS-Fuzz-side changes for this project's integration can be found here: https://github.com/google/oss-fuzz/pull/14525. Issue: #497 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 12:17:46 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/libxlsxwriter#506
No description provided.