[compiler-rt] r209301 - [sanitizer] Attempt to fix test.

Sergey Matveev earthdok at google.com
Wed May 21 07:36:06 PDT 2014


Author: smatveev
Date: Wed May 21 09:36:05 2014
New Revision: 209301

URL: http://llvm.org/viewvc/llvm-project?rev=209301&view=rev
Log:
[sanitizer] Attempt to fix test.

Modified:
    compiler-rt/trunk/test/asan/TestCases/Linux/coverage-maybe-open-file.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Linux/coverage-maybe-open-file.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/coverage-maybe-open-file.cc?rev=209301&r1=209300&r2=209301&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/coverage-maybe-open-file.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/coverage-maybe-open-file.cc Wed May 21 09:36:05 2014
@@ -4,7 +4,6 @@
 // RUN: ASAN_OPTIONS=coverage=1 %run %t | FileCheck %s --check-prefix=CHECK-success
 // RUN: ASAN_OPTIONS=coverage=0 %run %t | FileCheck %s --check-prefix=CHECK-fail
 // RUN: [ "$(cat test.sancov.packed)" == "test" ]
-// RUN: [ "$(stat -c %a test.sancov.packed)" == "640" ]
 // RUN: cd .. && rm -rf %T/coverage-maybe-open-file
 
 #include <stdio.h>





More information about the llvm-commits mailing list