MINGW-packages/mingw-w64-python3.13/0169-Fix-fail-tests.patch
Christoph Reiter 04c9ed3700 python3.13: Add 3.13.7
* add libb2 as dep
* remove "-Wl,--large-address-aware", default now via makepkg
* remove 2to3 logic, no longer in Python
2025-09-08 22:02:30 +02:00

85 lines
4.4 KiB
Diff

From 5a8b32f7212aac11485d9c6daa206ec6cbea5547 Mon Sep 17 00:00:00 2001
From: Alexey Pavlov <alexpux@gmail.com>
Date: Fri, 5 Sep 2025 16:16:32 +0300
Subject: [PATCH 169/N] Fix fail tests
---
mingw_ignorefile.txt | 65 ++++++++++++++++++++++++++++++--------------
1 file changed, 45 insertions(+), 20 deletions(-)
diff --git a/mingw_ignorefile.txt b/mingw_ignorefile.txt
index 550e724..56bf3fd 100644
--- a/mingw_ignorefile.txt
+++ b/mingw_ignorefile.txt
@@ -1,25 +1,50 @@
-test.test_ctypes.test_loading.LoaderTest.test_load_dll_with_flags
-distutils.tests.test_bdist_dumb.BuildDumbTestCase.test_simple_built
-distutils.tests.test_cygwinccompiler.CygwinCCompilerTestCase.test_get_versions
-distutils.tests.test_util.UtilTestCase.test_change_root
-test.test_compileall.CommandLineTestsNoSourceEpoch.*
+test.test_compileall.CommandLineTestsNoSourceEpoch.test_d_compile_error
+test.test_compileall.CommandLineTestsNoSourceEpoch.test_d_runtime_error
+test.test_compileall.CommandLineTestsNoSourceEpoch.test_strip_and_prepend
test.test_compileall.CommandLineTestsWithSourceEpoch.*
-test.test_compileall.CompileallTestsWithoutSourceEpoch.*
-test.test_compileall.CompileallTestsWithSourceEpoch.*
+test.test_compileall.CommandLineTestsWithSourceEpoch.test_d_compile_error
+test.test_compileall.CommandLineTestsWithSourceEpoch.test_d_runtime_error
+test.test_compileall.CommandLineTestsWithSourceEpoch.test_strip_and_prepend
+test.test_compileall.CompileallTestsWithSourceEpoch.test_ddir_empty_only_one_worker
+test.test_compileall.CompileallTestsWithSourceEpoch.test_ddir_multiple_workers
+test.test_compileall.CompileallTestsWithSourceEpoch.test_prepend_onl
+test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_and_prepend
+test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_only
+test.test_compileall.CompileallTestsWithSourceEpoch.test_strip_only_invalid
+test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ddir_empty_only_one_worker
+test.test_compileall.CompileallTestsWithoutSourceEpoch.test_ddir_multiple_workers
+test.test_compileall.CompileallTestsWithoutSourceEpoch.test_prepend_only
+test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_and_prepend
+test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_only
+test.test_compileall.CompileallTestsWithoutSourceEpoch.test_strip_only_invalid
+test.test_ctypes.test_loading.LoaderTest.test_load_dll_with_flags
test.test_import.ImportTests.test_dll_dependency_import
+test.test_int.IntStrDigitLimitsTests.test_denial_of_service_prevented_str_to_in
+test.test_locale.TestRealLocales.test_setlocale_long_encoding
+test.test_math.FMATests.test_fma_infinities
+test.test_math.FMATests.test_fma_overflow
+test.test_math.FMATests.test_fma_zero_result
+test.test_math.FMATests.test_random
test.test_ntpath.NtCommonTest.test_import
-test.test_os.StatAttributeTests.test_stat_block_device
-test.test_os.TestScandir.test_attributes
-test.test_os.UtimeTests.test_large_time
-test.test_platform.PlatformTest.test_architecture_via_symlink
+test.test_site.HelperFunctionsTests.test_getsitepackages
+test.test_site.HelperFunctionsTests.test_get_path
test.test_regrtest.ProgramsTestCase.test_pcbuild_rt
test.test_regrtest.ProgramsTestCase.test_tools_buildbot_test
-test.test_site._pthFileTests.*
-test.test_site.HelperFunctionsTests.*
-test.test_site.StartupImportTests.*
-test.test_ssl.*
-test.test_venv.BasicTest.*
-test.test_venv.EnsurePipTest.*
-
-test.test_dict.DictTest.test_splittable_to_generic_combinedtable
-test.test_capi.test_run.CAPITest.test_run_fileexflags
+test.test_venv.BasicTest.test_activate_shell_script_has_no_dos_newlines
+test.test_venv.BasicTest.test_defaults_with_pathlike
+test.test_venv.BasicTest.test_defaults_with_str_path
+test.test_venv.BasicTest.test_executable
+test.test_venv.BasicTest.test_executable_symlinks
+test.test_venv.BasicTest.test_failed_symlink
+test.test_venv.BasicTest.test_multiprocessing
+test.test_venv.BasicTest.test_multiprocessing_recursion
+test.test_venv.BasicTest.test_prefixes
+test.test_venv.BasicTest.test_special_chars_windows
+test.test_venv.BasicTest.test_sysconfig
+test.test_venv.BasicTest.test_sysconfig_symlinks
+test.test_venv.BasicTest.test_unicode_in_batch_file
+test.test_venv.BasicTest.test_unoverwritable_fails
+test.test_venv.BasicTest.test_upgrade_dependencies
+test.test_venv.BasicTest.test_venvwlauncher
+test.test_venv.EnsurePipTest.test_explicit_no_pip
+test.test_venv.EnsurePipTest.test_no_pip_by_default