[compiler-rt] r236645 - [sanitizer] Restrict the missing coverage test to x86/x86_64.
Sergey Matveev
earthdok at google.com
Wed May 6 14:50:43 PDT 2015
Author: smatveev
Date: Wed May 6 16:50:42 2015
New Revision: 236645
URL: http://llvm.org/viewvc/llvm-project?rev=236645&view=rev
Log:
[sanitizer] Restrict the missing coverage test to x86/x86_64.
Contrary to my hopes, it didn't magically work on other platforms.
Modified:
compiler-rt/trunk/test/asan/TestCases/Linux/coverage-missing.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Linux/coverage-missing.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/coverage-missing.cc?rev=236645&r1=236644&r2=236645&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/coverage-missing.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/coverage-missing.cc Wed May 6 16:50:42 2015
@@ -44,6 +44,7 @@
// RUN: %sancov missing %dynamiclib < foo.txt > foo-missing.txt
// RUN: diff bar.txt foo-missing.txt
+// REQUIRES: x86_64-supported-target, i386-supported-target
// XFAIL: android
#include <stdio.h>
More information about the llvm-commits
mailing list