[compiler-rt] r358202 - Revert "tsan: Update test expectations."

Matt Morehouse via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 11 11:05:37 PDT 2019


Author: morehouse
Date: Thu Apr 11 11:05:37 2019
New Revision: 358202

URL: http://llvm.org/viewvc/llvm-project?rev=358202&view=rev
Log:
Revert "tsan: Update test expectations."

This reverts r357831 to go with r358113.

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=358202&r1=358201&r2=358202&view=diff
==============================================================================
--- compiler-rt/trunk/lib/tsan/check_analyze.sh (original)
+++ compiler-rt/trunk/lib/tsan/check_analyze.sh Thu Apr 11 11:05:37 2019
@@ -42,8 +42,8 @@ done
 
 for f in read1 read2 read4 read8; do
   check $f rsp 1
-  check $f push 1
-  check $f pop 8
+  check $f push 3
+  check $f pop 24
 done
 
 for f in func_entry func_exit; do




More information about the llvm-commits mailing list