diff options
Diffstat (limited to 'compiler-rt/test/tsan/test_output.sh')
-rwxr-xr-x | compiler-rt/test/tsan/test_output.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler-rt/test/tsan/test_output.sh b/compiler-rt/test/tsan/test_output.sh index bce0fe8b551..07fcab7bf9e 100755 --- a/compiler-rt/test/tsan/test_output.sh +++ b/compiler-rt/test/tsan/test_output.sh @@ -48,6 +48,10 @@ if [ "$1" == "" ]; then echo SKIPPING $c -- requires TSAN_OPTIONS continue fi + if [ "`grep "env_tsan_opts" $c`" ]; then + echo SKIPPING $c -- requires TSAN_OPTIONS + continue + fi if [ "`grep "XFAIL" $c`" ]; then echo SKIPPING $c -- has XFAIL continue |