Skip to content

Commit

Permalink
dev-util/meson: disable test_pch_with_address_sanitizer
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/692822
Package-Manager: Portage-2.3.71_p6, Repoman-2.3.17_p5
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
floppym committed Aug 24, 2019
1 parent cddfbfd commit 3c68c91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev-util/meson/meson-0.51.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ python_prepare_all() {
# https://bugs.gentoo.org/673016
sed -i -e 's/test_generate_gir_with_address_sanitizer/_&/' run_unittests.py || die

# ASAN is unsupported on some targets
# https://bugs.gentoo.org/692822
sed -i -e 's/test_pch_with_address_sanitizer/_&/' run_unittests.py || die

distutils-r1_python_prepare_all
}

Expand Down
4 changes: 4 additions & 0 deletions dev-util/meson/meson-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ python_prepare_all() {
# https://bugs.gentoo.org/673016
sed -i -e 's/test_generate_gir_with_address_sanitizer/_&/' run_unittests.py || die

# ASAN is unsupported on some targets
# https://bugs.gentoo.org/692822
sed -i -e 's/test_pch_with_address_sanitizer/_&/' run_unittests.py || die

distutils-r1_python_prepare_all
}

Expand Down

0 comments on commit 3c68c91

Please sign in to comment.