From e45e72668f49cf594eaa1bc8712033f6cd7fa3e1 Mon Sep 17 00:00:00 2001 From: Derek Bruening Date: Tue, 15 Dec 2020 15:26:03 -0500 Subject: [PATCH 1/2] i#4131 Windows CI: Update ignore list bug numbers Updates the Windows CI ignore list bug numbers to reflect the newly-filed individual issues. Re-adds client.drwrap-test-detach to the ignore list for 32-bit. Issue: #2246, #4616, #4617, #4618, #4619, #4621, #4622, #4131, #4058 --- suite/runsuite_wrapper.pl | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/suite/runsuite_wrapper.pl b/suite/runsuite_wrapper.pl index 4fc4402a8f5..765244f335b 100755 --- a/suite/runsuite_wrapper.pl +++ b/suite/runsuite_wrapper.pl @@ -205,19 +205,19 @@ %ignore_failures_32 = ( # i#4131: These are failing on GA Server16 and need investigation. # Some also failed on Appveyor (i#4058). - 'code_api|common.decode' => 1, # i#4131 - 'code_api|common.decode-stress' => 1, # i#4131 + 'code_api|common.decode' => 1, # i#4618 + 'code_api|common.decode-stress' => 1, # i#4618 'code_api|win32.earlythread' => 1, # i#4131 - 'code_api|client.drx-test' => 1, # i#4131 + 'code_api|client.drx-test' => 1, # i#4619 'code_api|client.drwrap-test' => 1, # i#4131 'code_api|client.drutil-test' => 1, # i#4131 - 'code_api|tool.histogram.offline' => 1, # i#4058 - 'code_api|tool.drcacheoff.burst_replace' => 1, # i#4131 - 'code_api|tool.drcacheoff.burst_traceopts' => 1, # i#4131 - 'code_api|tool.drcacheoff.burst_replaceall' => 1, # i#4131 + 'code_api|tool.histogram.offline' => 1, # i#4621 + 'code_api|tool.drcacheoff.burst_replace' => 1, # i#4622 + 'code_api|tool.drcacheoff.burst_traceopts' => 1, # i#4622 + 'code_api|tool.drcacheoff.burst_replaceall' => 1, # i#4622 'code_api|tool.drcacheoff.burst_static' => 1, # i#4486 'code_api|api.symtest' => 1, # i#4131 - 'code_api|client.drwrap-test-detach' => 1, # i#4058 + 'code_api|client.drwrap-test-detach' => 1, # i#4616 # These are from earlier runs on Appveyor: 'code_api|security-common.retnonexisting' => 1, 'code_api|security-win32.gbop-test' => 1, # i#2972 @@ -234,22 +234,23 @@ %ignore_failures_64 = ( # i#4131: These are failing on GA Server16 and need investigation. # Some also failed on Appveyor (i#4058). - 'code_api|common.decode' => 1, # i#4058 - 'code_api|common.decode-stress' => 1, # i#4058 + 'code_api|common.decode' => 1, # i#4618 + 'code_api|common.decode-stress' => 1, # i#4618 + 'code_api|client.cleancall' => 1, # i#4618 + 'code_api|win32.callback' => 1, # i#4058 'code_api|common.nativeexec' => 1, # i#4058 - 'code_api|client.cleancall' => 1, # i#4131 - 'code_api|client.drx-test' => 1, # i#4131 + 'code_api|client.drx-test' => 1, # i#4619 'code_api|client.drutil-test' => 1, # i#4131 'code_api|client.pcache-use' => 1, # i#4058 - 'code_api|api.startstop' => 1, # i#2093 + 'code_api|api.startstop' => 1, # i#2246 'code_api|api.detach' => 1, # i#2246 - # i#4131: These need build-and-test to build + 'code_api|client.drwrap-test-detach' => 1, # i#4616 + # i#4617: These need build-and-test to build # the 32-bit test app in our separate 64-bit job. - 'code_api|win32.mixedmode_late' => 1, # i#4058 - 'code_api|win32.mixedmode' => 1, # i#4131 - 'code_api|win32.x86_to_x64' => 1, # i#4131 - 'code_api|win32.x86_to_x64_ibl_opt' => 1, # i#4131 - 'code_api|win32.callback' => 1, # i#4058 + 'code_api|win32.mixedmode_late' => 1, # i#4617 + 'code_api|win32.mixedmode' => 1, # i#4617 + 'code_api|win32.x86_to_x64' => 1, # i#4617 + 'code_api|win32.x86_to_x64_ibl_opt' => 1, # i#4617 # These are from earlier runs on Appveyor: 'code_api|common.floatpc_xl8all' => 1, 'code_api|win32.reload-newaddr' => 1, From 5d06608d38b9a3909a0cc695f98790e76d56e7bc Mon Sep 17 00:00:00 2001 From: Derek Bruening Date: Tue, 15 Dec 2020 16:19:06 -0500 Subject: [PATCH 2/2] Add histogram.offline to 64-bit list too --- suite/runsuite_wrapper.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/suite/runsuite_wrapper.pl b/suite/runsuite_wrapper.pl index 765244f335b..5ad766bcd08 100755 --- a/suite/runsuite_wrapper.pl +++ b/suite/runsuite_wrapper.pl @@ -245,6 +245,7 @@ 'code_api|api.startstop' => 1, # i#2246 'code_api|api.detach' => 1, # i#2246 'code_api|client.drwrap-test-detach' => 1, # i#4616 + 'code_api|tool.histogram.offline' => 1, # i#4621 # i#4617: These need build-and-test to build # the 32-bit test app in our separate 64-bit job. 'code_api|win32.mixedmode_late' => 1, # i#4617