summaryrefslogtreecommitdiff
path: root/tests/flatpak.supp
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add valgrind suppression for ostreedev/ostree#2592Simon McVittie2022-08-161-0/+11
| | | | | | | This is fixed in v2022.3, but that version missed the boat for Ubuntu 22.04. Signed-off-by: Simon McVittie <smcv@collabora.com>
* tests: Add ostree ioctl valgrind suprressionAlexander Larsson2020-08-241-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I was getting this in the CI: --30631-- WARNING: unhandled amd64-linux syscall: 315 --30631-- You may be able to write your own handler. --30631-- Read the file README_MISSING_SYSCALL_OR_IOCTL. --30631-- Nevertheless we consider this a bug. Please report --30631-- it at http://valgrind.org/support/bug_reports.html. runtime/org.test.Platform/x86_64/stable: 13b73140218edd02a9d18bc178af1a3ad0203049f9f1ad8c51c62b3ee5f1acd9 ==30631== Syscall param ioctl(generic) points to unaddressable byte(s) ==30631== at 0x53A437B: ioctl (syscall-template.S:78) ==30631== by 0x4B4456E: ??? (in /usr/lib/x86_64-linux-gnu/libostree-1.so.1.0.0) ==30631== by 0x4B466FB: ??? (in /usr/lib/x86_64-linux-gnu/libostree-1.so.1.0.0) ==30631== by 0x4B48F29: ostree_repo_write_content (in /usr/lib/x86_64-linux-gnu/libostree-1.so.1.0.0) ==30631== by 0x1D9161: flatpak_mtree_create_symlink (in /home/runner/work/flatpak/flatpak/_build/flatpak) ==30631== by 0x1DF95B: flatpak_repo_generate_appstream (in /home/runner/work/flatpak/flatpak/_build/flatpak) ==30631== by 0x157870: flatpak_builtin_build_update_repo (in /home/runner/work/flatpak/flatpak/_build/flatpak) ==30631== by 0x135793: main (in /home/runner/work/flatpak/flatpak/_build/flatpak) ==30631== Address 0xe is not stack'd, malloc'd or (recently) free'd ==30631== { <insert_a_suppression_name_here> Memcheck:Param ioctl(generic) fun:ioctl obj:/usr/lib/x86_64-linux-gnu/libostree-1.so.1.0.0 obj:/usr/lib/x86_64-linux-gnu/libostree-1.so.1.0.0 fun:ostree_repo_write_content fun:flatpak_mtree_create_symlink fun:flatpak_repo_generate_appstream fun:flatpak_builtin_build_update_repo fun:main }
* flatpak.supp: Silence GFile leak in flatpak_get_user_base_dir_location()Simon McVittie2019-12-171-0/+8
| | | | | | This is deliberately allocated once per process and never freed. Signed-off-by: Simon McVittie <smcv@collabora.com>
* tests: Add gnutls valgrind suppressionAlexander Larsson2019-04-121-0/+8
|
* Update valgrind suppressionsAlexander Larsson2019-01-151-0/+46
| | | | This adds some new ones from new deps we picked up.
* test: Suppress weird thread-related stream leak in ostreeAlexander Larsson2018-08-171-0/+16
| | | | | Closes: #1966 Approved by: alexlarsson
* Add suppression for ostree pthread_create issueAlexander Larsson2018-08-131-0/+12
| | | | | | | | It seems like pthread_create allocates some tls that is not immediately cleaned up. Suppress this for now. Closes: #1964 Approved by: mwleeds
* tests: Fix up ioctl suppressions for testsAlexander Larsson2018-07-071-1/+0
| | | | | | The FICLONE ioctl suppression was hit via a different codepath too, so tweak the callstack for the suppression.
* test: Add some supressions to fix FLATPAK_TESTS_VALGRINDAlexander Larsson2018-05-281-0/+18
| | | | | Closes: #1720 Approved by: alexlarsson
* vlagrind suppression: Ignore FICLONE ioctl confusionAlexander Larsson2017-10-051-0/+10
|
* flatpak.supp: Suppress weird libsoup leakAlexander Larsson2016-12-191-0/+10
|
* leak tests: Add various suppressions to make most non-flatpak things go awayAlexander Larsson2016-11-281-0/+107
|
* tests: Add suppression for ostree static delta valgrind issueAlexander Larsson2016-10-191-0/+12
| | | | | | | | I filed this upstream as: https://github.com/ostreedev/ostree/issues/533 Lets ignore it for now so we can use valgrind tests for the flatpak parts.
* Update valgrind test supportAlexander Larsson2016-06-101-0/+1