Skip to content

Commit

Permalink
i#5507: AArch64 testing: Mark windows-zlib as flaky and extend timeou…
Browse files Browse the repository at this point in the history
…ts (#5887)

Windows-zlib fails about 5% of the time for currently unknown reasons. A
reproducer has been submitted to the associated ticket and this patch
marks it as flaky.

The patch also increases the timeout of drstatecmp_fuzz which was
slightly exceeding it.

issue: #5507
  • Loading branch information
joshua-warburton authored Feb 28, 2023
1 parent b6e1345 commit fd31096
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion suite/runsuite_wrapper.pl
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,8 @@
'code_api|client.attach_test' => 1, # i#5740
'code_api|client.attach_blocking' => 1, # i#5740
'code_api|tool.drcacheoff.invariant_checker' => 1, # i#5724
'code_api|tool.drcacheoff.rseq' => 1 # i#5734
'code_api|tool.drcacheoff.rseq' => 1, # i#5734
'code_api|tool.drcacheoff.windows-zlib' => 1, # i#5507
);
if ($is_32) {
$issue_no = "#2416";
Expand Down
1 change: 1 addition & 0 deletions suite/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4102,6 +4102,7 @@ if (BUILD_CLIENTS)
if (AARCH64)
torunonly_drcachesim(drstatecmp-fuzz drstatecmp-fuzz-app
"-trace_after_instrs 10M -enable_drstatecmp" "" "")
set(tool.drcachesim.drstatecmp-fuzz_timeout 180)
endif ()
if (NOT WIN32)
torunonly_drcachesim(drstatecmp-delay-simple ${ci_shared_app}
Expand Down

0 comments on commit fd31096

Please sign in to comment.