Skip to content

Commit cca4841

Browse files
committed
Remove expected failuree from xpassing tests
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 8e7ea31 commit cca4841

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/extractcode/test_archive.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2282,17 +2282,14 @@ class TestExtractArchiveWithIllegalFilenamesWithPytarOnMacWarnings(TestExtractAr
22822282
class TestExtractArchiveWithIllegalFilenamesWithSevenzipOnWin(ExtractArchiveWithIllegalFilenamesTestCase):
22832283
check_only_warnings = False
22842284

2285-
@expectedFailure # not a problem: we use libarchive for these
22862285
def test_extract_7zip_with_weird_filenames_with_sevenzip(self):
22872286
test_file = self.get_test_loc('archive/weird_names/weird_names.7z')
22882287
self.check_extract(sevenzip.extract, test_file, expected_warnings=[], expected_suffix='7zip')
22892288

2290-
@expectedFailure # not a problem: we use libarchive for these
22912289
def test_extract_ar_with_weird_filenames_with_sevenzip(self):
22922290
test_file = self.get_test_loc('archive/weird_names/weird_names.ar')
22932291
self.check_extract(sevenzip.extract, test_file, expected_warnings=[], expected_suffix='7zip')
22942292

2295-
@expectedFailure # not a problem: we use libarchive for these
22962293
def test_extract_cpio_with_weird_filenames_with_sevenzip(self):
22972294
test_file = self.get_test_loc('archive/weird_names/weird_names.cpio')
22982295
self.check_extract(sevenzip.extract, test_file, expected_warnings=[], expected_suffix='7zip')
@@ -2310,7 +2307,6 @@ def test_extract_tar_with_weird_filenames_with_sevenzip(self):
23102307
test_file = self.get_test_loc('archive/weird_names/weird_names.tar')
23112308
self.check_extract(sevenzip.extract, test_file, expected_warnings=[], expected_suffix='7zip')
23122309

2313-
@expectedFailure # not a problem: we use libarchive for these
23142310
def test_extract_zip_with_weird_filenames_with_sevenzip(self):
23152311
test_file = self.get_test_loc('archive/weird_names/weird_names.zip')
23162312
self.check_extract(sevenzip.extract, test_file, expected_warnings=[], expected_suffix='7zip')

0 commit comments

Comments
 (0)