summary refs log tree commit diff stats
path: root/tests/data/qobject (follow)
Commit message (Collapse)AuthorAgeFilesLines
* target/cris: Remove the deprecated CRIS targetPhilippe Mathieu-Daudé2024-09-131-6/+0
| | | | | | | | | | | The CRIS target is deprecated since v9.0 (commit c7bbef40234 "docs: mark CRIS support as deprecated"). Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Edgar E. Iglesias <edgar.iglesias@amd.com> Message-ID: <20240904143603.52934-14-philmd@linaro.org>
* tests/data/qobject/qdict.txt: Avoid non-inclusive wordsThomas Huth2023-11-151-4/+0
| | | | | | | | qdict.txt only consists of more or less random test data. We can simply drop the lines with the problematic words here. Signed-off-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
* tests: Move qdict-test-data.txt to tests/data/qobject/Philippe Mathieu-Daudé2019-03-071-0/+4999
Move qdict-test-data.txt to the tests/data/qobject/ subdirectory, and remove the unnecessary symlinking. (See 4b2ff65a1f3 for similar test-data cleanup). Suggested-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> [thuth: Fix conflict in MAINTAINERS] Signed-off-by: Thomas Huth <thuth@redhat.com>