[compiler-rt] r357831 - tsan: Update test expectations.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 5 17:43:17 PDT 2019
Author: pcc
Date: Fri Apr 5 17:43:17 2019
New Revision: 357831
URL: http://llvm.org/viewvc/llvm-project?rev=357831&view=rev
Log:
tsan: Update test expectations.
Modified:
compiler-rt/trunk/lib/tsan/check_analyze.sh
Modified: compiler-rt/trunk/lib/tsan/check_analyze.sh
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/tsan/check_analyze.sh?rev=357831&r1=357830&r2=357831&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/check_analyze.sh (original)
+++ compiler-rt/trunk/lib/tsan/check_analyze.sh Fri Apr 5 17:43:17 2019
@@ -42,8 +42,8 @@ done
for f in read1 read2 read4 read8; do
check $f rsp 1
- check $f push 3
- check $f pop 24
+ check $f push 1
+ check $f pop 8
done
for f in func_entry func_exit; do
More information about the llvm-commits
mailing list