[PATCH] D32259: [XRay] [compiler-rt] - Fix standalone build test and XFAIL a test.

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 19:04:17 PDT 2017


dberris added a comment.

Interesting. I think this test is flaky by construction either due to a race condition (f2 may have already run before the patching happened), or there's some other thing causing f2's records to not show up (maybe something to do with the changes made recently to check the cpu frequency the first time the handler is called).

On a related note, do we have a test case in the FDR log reader tests that checks what we do when for example we cannot find the entry record for an unmatched exit record?


https://reviews.llvm.org/D32259





More information about the llvm-commits mailing list