Skip to content

Commit

Permalink
i#2892,i#3980: Ignore known-flaky tests on A64
Browse files Browse the repository at this point in the history
Adds drcachesim.invariants (i#2982) and tool.histogram.offline
(i#3980) to the tests whose failures are ignored, until we can
reproduce and fix them.

Issue: #2892, #3980
  • Loading branch information
derekbruening committed Mar 6, 2020
1 parent 6be1789 commit 1ca6a47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion suite/runsuite_wrapper.pl
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,9 @@
'code_api|tool.histogram.gzip' => 1);
# FIXME i#2417: fix flaky AArch64 tests
%ignore_failures_64 = ('code_api|linux.sigsuspend' => 1,
'code_api|pthreads.pthreads_exit' => 1);
'code_api|pthreads.pthreads_exit' => 1,
'code_api|drcachesim.invariants' => 1, # i#2892
'code_api|tool.histogram.offline' => 1); # i#3980
if ($is_32) {
$issue_no = "#2416";
} else {
Expand Down

0 comments on commit 1ca6a47

Please sign in to comment.