dynamorio icon indicating copy to clipboard operation
dynamorio copied to clipboard

Fix flaky tests on AArch64

Open fhahn opened this issue 8 years ago • 7 comments
trafficstars

Currently, the following tests are flaky on some AArch64 hardware

 code_api|pthreads.pthreads_fork_FLAKY
 code_api|linux.sigsuspend
 code_api|pthreads.pthreads_exit
 code_api|security-common.TestMemProtChg_FLAKY
 code_api|pthreads.ptsig_FLAKY
 code_api|linux.fib-conflict
 code_api|linux.fib-conflict-early

fhahn avatar May 05 '17 15:05 fhahn

I have the impression that code_api|security-common.TestMemProtChg_FLAKY isn't "flaky": it seems to pass or fail consistently depending on the system.

egrimley avatar Jul 21 '17 08:07 egrimley

Ref: security-common.TestMemProtChg_FLAKY failed: http://139.178.83.194:8080/job/DynamoRIO-AArch64-Precommit/765/

johnfxgalea avatar Nov 08 '19 03:11 johnfxgalea

The following tests fail on the new Jenkins CI host, an Ampere Altra:

code_api|tool.drcachesim.phys #4922 code_api|tool.drcacheoff.rseq #4924 code_api|api.rseq #4923 code_api|tool.drcachesim.threads #4928 code_api|tool.drcachesim.TLB-threads #4928

AssadHashmi avatar May 27 '21 18:05 AssadHashmi

Additionally, drcachesim.coherence times out on many different aarch64 hosts. It intermittently times out in the precommit of this repo and seems to always time out on our aws-based ci.

joshua-warburton avatar Aug 16 '21 10:08 joshua-warburton

The drcachesim.coherence test, like #4928 and #4954, only times out in release build

derekbruening avatar Feb 14 '22 16:02 derekbruening

drcachesim.coherence is fixed by the same fix for #4928: PR #5375

derekbruening avatar Feb 18 '22 15:02 derekbruening