Displaying 1 result from an estimated 1 matches for "r239459".
2015 Jun 10
2
[LLVMdev] Why buildbot sanitizer-ppc64-linux1 blames r239459?
...int main(int, char **): Assertion `r == sizeof(s1) - 1' failed.
where strcspn-2.c (below) tests the strcspn function and does not use any
header from LLVM, completely unrelated to GlobalValue.
Yet, the buildbot reports that r239457 and r239458 were built OK and the
failure started in my patch r239459:
http://lab.llvm.org:8011/builders/sanitizer-ppc64-linux1
Why is the builbot blaiming r239459? is this a buildbot bug?
Yaron
strcspn-2.c
====================
// Test stopset overflow in strcspn function
// RUN: %clang_asan %s -o %t && ASAN_OPTIONS=strict_string_checks=true not
%run %...