[all-commits] [llvm/llvm-project] a1526c: [NFC, tsan] Update tsan tests expectation
Pratyai Mazumder via All-commits
all-commits at lists.llvm.org
Thu Apr 16 17:20:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a1526cd62b67c76b284b76d6f26f2bb394fd65ca
https://github.com/llvm/llvm-project/commit/a1526cd62b67c76b284b76d6f26f2bb394fd65ca
Author: Pratyai Mazumder <feynmanthecurious at gmail.com>
Date: 2020-04-16 (Thu, 16 Apr 2020)
Changed paths:
M compiler-rt/test/tsan/Linux/double_race.cpp
M compiler-rt/test/tsan/inlined_memcpy_race.cpp
M compiler-rt/test/tsan/inlined_memcpy_race2.cpp
M compiler-rt/test/tsan/memcmp_race.cpp
M compiler-rt/test/tsan/memcpy_race.cpp
Log Message:
-----------
[NFC, tsan] Update tsan tests expectation
Summary:
These tests pass with clang, but fail if gcc was used.
gcc build creates similar but not the same stacks.
Reviewers: vitalybuka
Reviewed By: vitalybuka
Subscribers: dvyukov, llvm-commits, #sanitizers
Tags: #sanitizers
Differential Revision: https://reviews.llvm.org/D78114
More information about the All-commits
mailing list