Skip to content

Commit

Permalink
i#4571: Ignore drcachesim delay-simple failure
Browse files Browse the repository at this point in the history
Ignore failure in tool.drcachesim.delay-simple test on AArch64 to unblock various PRs. 

Confirmed locally that this test started failing at 893c06c; the failure didn't show up on the Jenkins test suite for PR #4491 somehow.



Issue: #4571
  • Loading branch information
abhinav92003 authored Dec 2, 2020
1 parent 0d6a8d0 commit 4444c0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions suite/runsuite_wrapper.pl
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@
'code_api|tool.histogram.offline' => 1, # i#3980
'code_api|linux.fib-conflict' => 1,
'code_api|linux.fib-conflict-early' => 1,
'code_api|tool.drcachesim.delay-simple' => 1, #i#4571
'code_api|linux.mangle_asynch' => 1);
if ($is_32) {
$issue_no = "#2416";
Expand Down

0 comments on commit 4444c0a

Please sign in to comment.