diff mbox series

[10/14] testing notes

Message ID 20231101172706.81576-11-ross.burton@arm.com
State New
Headers show
Series Release notes changes | expand

Commit Message

Ross Burton Nov. 1, 2023, 5:27 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

---
 documentation/migration-guides/release-notes-4.3.rst | 10 ++++++++++
 1 file changed, 10 insertions(+)
diff mbox series

Patch

diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index 8b3e4f089..aedafd673 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -135,6 +135,16 @@  New Features / Enhancements in 4.3
       <qa-check-unimplemented-ptest>` infrastructure to detect package sources
       with unit tests but no implemented ptests in the recipe.
 
+   - A new task to perform recipe-wide QA checks was added, ``do_recipe_qa``.
+   - New build-time checks for set ``SUMMARY``, ``HOMEPAGE``, and
+     ``RECIPE_MAINTAINER`` fields was added, and enabled for the core recipes.
+   - The ``parselogs`` runtime test was rewritten.  Notably it now doesn't use
+     regular expressions, which may mean custom patterns need updating.
+   - A self-test to validate that the SPDX manifests generated by image builds
+     are valid was added.
+   - The ``QEMU_USE_SLIRP`` variable has been replaced by adding ``slirp`` to
+     ``TEST_RUNQEMUPARAMS``.
+
 -  Utility script changes:
 
    -  New ``scripts/patchtest`` utility to check patches to the