Skip to content

Commit

Permalink
i#4131 Windows CI: Update ignore list bug numbers (#4623)
Browse files Browse the repository at this point in the history
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,
and adds histogram-offline to 64-bit (both were already there for
the other bitwidth).

Issue: #2246, #4616, #4617, #4618, #4619, #4621, #4622, #4131, #4058
  • Loading branch information
derekbruening authored Dec 15, 2020
1 parent dfd1098 commit 11e2567
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions suite/runsuite_wrapper.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -234,22 +234,24 @@
%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
'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#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,
Expand Down

0 comments on commit 11e2567

Please sign in to comment.