From: Peter Collingbourne Date: Sat, 6 Apr 2019 00:43:17 +0000 (+0000) Subject: tsan: Update test expectations. X-Git-Tag: llvmorg-10-init~8342 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c0da957bb05b7044bec83f8159c57b1d9ab9eb59;p=platform%2Fupstream%2Fllvm.git tsan: Update test expectations. llvm-svn: 357831 --- diff --git a/compiler-rt/lib/tsan/check_analyze.sh b/compiler-rt/lib/tsan/check_analyze.sh index a2a7e82..79c3218 100755 --- a/compiler-rt/lib/tsan/check_analyze.sh +++ b/compiler-rt/lib/tsan/check_analyze.sh @@ -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