From 466c8ac3bd0ad0c84a4c86db0b1406c935954e65 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Mon, 14 Jul 2014 16:03:13 +0000 Subject: [tsan] honour XFAIL in tsan/test_output.sh git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@212952 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tsan/test_output.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/tsan/test_output.sh') diff --git a/test/tsan/test_output.sh b/test/tsan/test_output.sh index 8b286f413..f5b75ed4c 100755 --- a/test/tsan/test_output.sh +++ b/test/tsan/test_output.sh @@ -48,6 +48,10 @@ if [ "$1" == "" ]; then echo SKIPPING $c -- requires TSAN_OPTIONS continue fi + if [ "`grep "XFAIL" $c`" ]; then + echo SKIPPING $c -- has XFAIL + continue + fi COMPILER=$CXX case $c in *.c) COMPILER=$CC -- cgit v1.2.1