[Git][reproducible-builds/diffoscope][master] Temporarily mark some Android-related as XFAIL due to Debian:#1040941 / Debian:#1040916.

Chris Lamb (@lamby) gitlab at salsa.debian.org
Fri Jul 14 12:04:37 UTC 2023



Chris Lamb pushed to branch master at Reproducible Builds / diffoscope


Commits:
5c3c4a7f by Chris Lamb at 2023-07-14T13:04:03+01:00
Temporarily mark some Android-related as XFAIL due to Debian:#1040941 / Debian:#1040916.

- - - - -


2 changed files:

- tests/comparators/test_arsc.py
- tests/comparators/test_dex.py


Changes:

=====================================
tests/comparators/test_arsc.py
=====================================
@@ -51,6 +51,7 @@ def check_arsc_differences(differences, expected_diff):
 
 
 @skip_unless_tools_exist("aapt2")
+ at pytest.mark.xfail(strict=False)
 def test_differences(differences):
     expected_diff = get_data("arsc_expected_diff")
     check_arsc_differences(differences, expected_diff)


=====================================
tests/comparators/test_dex.py
=====================================
@@ -97,12 +97,14 @@ def test_differences(differences):
 @skip_unless_tools_exist("enjarify", "zipinfo", "javap", "dexdump", "procyon")
 @skip_unless_tool_is_at_least("javap", javap_version, "14.0")
 @skip_unless_tool_is_at_least("enjarify", enjarify_version, "1.0.3")
+ at pytest.mark.xfail(strict=False)
 def test_javap_14_differences(differences):
     expected_diff = get_data("dex_javap_14_expected_diffs")
     check_dex_differences(differences, expected_diff)
 
 
 @skip_unless_tools_exist("enjarify", "zipinfo", "javap")
+ at pytest.mark.xfail(strict=False)
 def test_compare_non_existing(monkeypatch, dex1):
     monkeypatch.setattr(Config(), "new_file", True)
     difference = dex1.compare(MissingFile("/nonexisting", dex1))



View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/5c3c4a7f379dc6064564c1915314ae9105f58975

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/5c3c4a7f379dc6064564c1915314ae9105f58975
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20230714/d24fa0fb/attachment.htm>


More information about the rb-commits mailing list