[llvm-bugs] [Bug 50489] New: TEST 'MemorySanitizer-Unit :: ./Msan-x86_64-with-call-Test/MemorySanitizer.fstatat' FAILED
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed May 26 10:02:46 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=50489
Bug ID: 50489
Summary: TEST 'MemorySanitizer-Unit ::
./Msan-x86_64-with-call-Test/MemorySanitizer.fstatat'
FAILED
Product: new-bugs
Version: 12.0
Hardware: PC
OS: Linux
Status: NEW
Severity: release blocker
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: nnelson at infowest.com
CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org
Obtained this error on Ubuntu 21.04 12.0.1 rc1 release run.
FAIL: MemorySanitizer-Unit ::
./Msan-x86_64-with-call-Test/MemorySanitizer.fstatat (76040 of 87931)
******************** TEST 'MemorySanitizer-Unit ::
./Msan-x86_64-with-call-Test/MemorySanitizer.fstatat' FAILED
********************
Note: Google Test filter = MemorySanitizer.fstatat
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from MemorySanitizer
[ RUN ] MemorySanitizer.fstatat
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-project/compiler-rt/lib/msan/tests/msan_test.cpp:738:
Failure
Expected: true
To be equal to: TestForNotPoisoned((st->st_dev))
Which is: false
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-project/compiler-rt/lib/msan/tests/msan_test.cpp:739:
Failure
Expected: true
To be equal to: TestForNotPoisoned((st->st_mode))
Which is: false
/home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-project/compiler-rt/lib/msan/tests/msan_test.cpp:740:
Failure
Expected: true
To be equal to: TestForNotPoisoned((st->st_size))
Which is: false
[ FAILED ] MemorySanitizer.fstatat (1 ms)
[----------] 1 test from MemorySanitizer (1 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (2 ms total)
[ PASSED ] 0 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] MemorySanitizer.fstatat
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210526/a0918c58/attachment.html>
More information about the llvm-bugs
mailing list