]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/qapi-schema: Bury dead test case doc-non-first-section
authorMarkus Armbruster <armbru@redhat.com>
Thu, 24 Jul 2025 09:17:42 +0000 (11:17 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 29 Jul 2025 12:51:39 +0000 (14:51 +0200)
The test passed when it was added.  However, the commit adding it
neglected to make Meson aware of it, so it never ran automatically.
The test stopped making sense when we changed headings markup, and
ceased to pass then.  It should've been removed then.  Do that now.

Fixes: 6c10778826a8 (docs/sphinx: remove special parsing for freeform sections)
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20250724091742.1950167-3-armbru@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
tests/qapi-schema/doc-non-first-section.err [deleted file]
tests/qapi-schema/doc-non-first-section.json [deleted file]
tests/qapi-schema/doc-non-first-section.out [deleted file]

diff --git a/tests/qapi-schema/doc-non-first-section.err b/tests/qapi-schema/doc-non-first-section.err
deleted file mode 100644 (file)
index eeced2b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-doc-non-first-section.json:5:1: '=' heading must come first in a comment block
diff --git a/tests/qapi-schema/doc-non-first-section.json b/tests/qapi-schema/doc-non-first-section.json
deleted file mode 100644 (file)
index 1590876..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-# = section must be first line
-
-##
-#
-# = Not first
-##
diff --git a/tests/qapi-schema/doc-non-first-section.out b/tests/qapi-schema/doc-non-first-section.out
deleted file mode 100644 (file)
index e69de29..0000000