tsan: Update test expectations.
authorPeter Collingbourne <peter@pcc.me.uk>
Sat, 6 Apr 2019 00:43:17 +0000 (00:43 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sat, 6 Apr 2019 00:43:17 +0000 (00:43 +0000)
llvm-svn: 357831

compiler-rt/lib/tsan/check_analyze.sh

index a2a7e82..79c3218 100755 (executable)
@@ -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