~p-pisati/qa-regression-testing:master

Last commit made on 2022-01-21
Get this branch:
git clone -b master https://git.launchpad.net/~p-pisati/qa-regression-testing
Only Paolo Pisati can upload to this branch. If you are Paolo Pisati please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~p-pisati/qa-regression-testing

Recent commits

97337f4... by Paolo Pisati

test-kernel-security: 5.15 supports DEBUG_WX on ppc

test_330_config_debug_wx expects DEBUG_WX to be unsupported on ppc (and thus
disabled), correct its behaviour on 5.15+.

Signed-off-by: Paolo Pisati <email address hidden>

b1c0946... by Paolo Pisati

test-kernel-security: 5.15 supports STRICT_MODULE_RWX on ppc

test_140_config_debug_set_module_ronx expects STRICT_MODULE_RWX to be
unsupported on ppc (and thus disabled), correct its behaviour on 5.15+.

Signed-off-by: Paolo Pisati <email address hidden>

3e8d859... by Rodrigo Figueiredo Zaiden

adding php-imagick build tests notes

6d3ee4f... by Marc Deslauriers

test-pillow.py: updated status

05154ec... by Alex Murray

scripts/test-systemd.py: Add reproducer for CVE-2021-3997

Signed-off-by: Alex Murray <email address hidden>

9cc7113... by Steve Beattie

test-openjdk: force using python2

The earliest release we're going to publish openjdk updates for is
xenial, so this really ought to be converted to python3, but the
dependencies involved need to be fixed up.

Signed-off-by: Steve Beattie <email address hidden>

d694126... by Steve Beattie

test-openjdk: fix up test for LP: #1283828

Signed-off-by: Steve Beattie <email address hidden>

8e9a47c... by Steve Beattie

test-openjdk: add a security properties test

Signed-off-by: Steve Beattie <email address hidden>

090e9ce... by Marc Deslauriers

test-busybox.py: add basic awk test

5fd68b7... by Rodrigo Figueiredo Zaiden

glib2.0: Update tests with CVE-2021-3800

The test for CVE-2021-3800 is checking for the output of pkexec binary
(from policykit-1 package) to validate if GLib is patched correctly.
With a crafted charset alias, it should not print GLib errors.