From 9f572049da6846bd150e514fb2629133f8388e27 Mon Sep 17 00:00:00 2001 From: Dale young Date: Thu, 21 Mar 2024 22:47:59 +0800 Subject: [PATCH] Remove two solved sync tests from expectfailure Remove tests/sync-update-package-removing-required-provides.py and tests/sync406.py from expectfailure. Signed-off-by: Dale young --- test/pacman/meson.build | 2 -- .../tests/sync-update-package-removing-required-provides.py | 1 - test/pacman/tests/sync406.py | 2 -- 3 files changed, 5 deletions(-) diff --git a/test/pacman/meson.build b/test/pacman/meson.build index c26ce0fa..108209d6 100644 --- a/test/pacman/meson.build +++ b/test/pacman/meson.build @@ -346,9 +346,7 @@ xfail_tests = { # expect failure on 32 bit machines 'tests/query006.py': cc.sizeof('ssize_t') < 8, 'tests/replace110.py': true, - 'tests/sync-update-package-removing-required-provides.py': true, 'tests/sync403.py': true, - 'tests/sync406.py': true, 'tests/upgrade078.py': true, 'tests/upgrade-download-with-xfercommand.py': true, } diff --git a/test/pacman/tests/sync-update-package-removing-required-provides.py b/test/pacman/tests/sync-update-package-removing-required-provides.py index 2254e112..a57eee04 100644 --- a/test/pacman/tests/sync-update-package-removing-required-provides.py +++ b/test/pacman/tests/sync-update-package-removing-required-provides.py @@ -20,4 +20,3 @@ self.args = "-Su" self.addrule("PACMAN_RETCODE=0") self.addrule("PKG_VERSION=feature|2-1") self.addrule("PKG_VERSION=pkg1|2-1") -self.expectfailure = True diff --git a/test/pacman/tests/sync406.py b/test/pacman/tests/sync406.py index 516f89a9..89bb71f6 100644 --- a/test/pacman/tests/sync406.py +++ b/test/pacman/tests/sync406.py @@ -27,5 +27,3 @@ self.addrule("PKG_EXIST=qt") self.addrule("PKG_EXIST=phonon") self.addrule("PKG_EXIST=kdeapp") self.addrule("PKG_VERSION=qt|4.6.1-1") - -self.expectfailure = True