From: Marc Hoersken Date: Thu, 7 May 2020 04:45:26 +0000 (+0200) Subject: appveyor: disable flaky test 1501 and ignore broken 1056 X-Git-Tag: curl-7_71_0~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fdb2005a2cbe921cbf58fc3d0fbd4e82f192c8b;p=thirdparty%2Fcurl.git appveyor: disable flaky test 1501 and ignore broken 1056 Test 1501 is flaky on Windows CI due to being time sensitive and the testsuite relying on taskkill.exe to check for the existance of processes which can take to much time itself. Test 1056 is broken in autotools-based Windows builds due to scope ID support missing in these builds at the moment. --- diff --git a/appveyor.yml b/appveyor.yml index b092480c52..68e2269958 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -70,7 +70,7 @@ environment: HTTP_ONLY: OFF TESTING: ON SHARED: OFF - DISABLED_TESTS: "~1139" + DISABLED_TESTS: "~1139 !1501" COMPILER_PATH: "" - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019" BUILD_SYSTEM: CMake @@ -82,7 +82,7 @@ environment: HTTP_ONLY: OFF TESTING: ON SHARED: OFF - DISABLED_TESTS: "~1139" + DISABLED_TESTS: "~1139 !1501" COMPILER_PATH: "" - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019" BUILD_SYSTEM: CMake @@ -94,7 +94,7 @@ environment: HTTP_ONLY: OFF TESTING: ON SHARED: OFF - DISABLED_TESTS: "~1139" + DISABLED_TESTS: "~1139 !1501" COMPILER_PATH: "" - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019" BUILD_SYSTEM: CMake @@ -106,7 +106,7 @@ environment: HTTP_ONLY: ON TESTING: ON SHARED: OFF - DISABLED_TESTS: "~1139" + DISABLED_TESTS: "~1139 !1501" COMPILER_PATH: "" # generated CMake-based MSYS Makefiles builds - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015" @@ -118,7 +118,7 @@ environment: HTTP_ONLY: OFF TESTING: ON SHARED: OFF - DISABLED_TESTS: "~1139" + DISABLED_TESTS: "~1139 !1501" COMPILER_PATH: "C:\\mingw-w64\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin" MSYS2_ARG_CONV_EXCL: "/*" BUILD_OPT: -k @@ -131,7 +131,7 @@ environment: HTTP_ONLY: OFF TESTING: ON SHARED: OFF - DISABLED_TESTS: "~1139" + DISABLED_TESTS: "~1139 !1501" COMPILER_PATH: "C:\\mingw-w64\\x86_64-7.2.0-posix-seh-rt_v5-rev1\\mingw64\\bin" MSYS2_ARG_CONV_EXCL: "/*" BUILD_OPT: -k @@ -144,7 +144,7 @@ environment: HTTP_ONLY: OFF TESTING: ON SHARED: OFF - DISABLED_TESTS: "~1139" + DISABLED_TESTS: "~1139 !1501" COMPILER_PATH: "C:\\mingw-w64\\i686-6.3.0-posix-dwarf-rt_v5-rev1\\mingw32\\bin" MSYS2_ARG_CONV_EXCL: "/*" BUILD_OPT: -k @@ -157,7 +157,7 @@ environment: HTTP_ONLY: OFF TESTING: ON SHARED: OFF - DISABLED_TESTS: "~1139" + DISABLED_TESTS: "~1139 !1501" COMPILER_PATH: "C:\\MinGW\\bin" MSYS2_ARG_CONV_EXCL: "/*" BUILD_OPT: -k @@ -220,12 +220,12 @@ environment: - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2015" BUILD_SYSTEM: autotools TESTING: ON - DISABLED_TESTS: "!19 !1233 ~1242 ~1243 ~2002 ~2003" + DISABLED_TESTS: "!19 ~1056 !1233 ~1242 ~1243 ~2002 ~2003" CONFIG_ARGS: "--enable-debug --enable-werror --enable-alt-svc --disable-threaded-resolver --disable-proxy" - APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019" BUILD_SYSTEM: autotools TESTING: ON - DISABLED_TESTS: "!19 !504 !704 !705 !1233 ~1242 ~1243 ~2002 ~2003" + DISABLED_TESTS: "!19 !504 !704 !705 ~1056 !1233 ~1242 ~1243 ~2002 ~2003" CONFIG_ARGS: "--enable-debug --enable-werror --enable-alt-svc --disable-threaded-resolver" install: