diff options
| author | Sergey Matveev <earthdok@google.com> | 2015-05-06 21:50:42 +0000 | 
|---|---|---|
| committer | Sergey Matveev <earthdok@google.com> | 2015-05-06 21:50:42 +0000 | 
| commit | a4cf7d71b8decfae6a8251e1dc6a2e5ce5b26bc9 (patch) | |
| tree | 63d78aefd96cc30e833621182688b5cfbeef51cb | |
| parent | d31583ddfbc10ed1fbd042ad46d29d3d23ed2065 (diff) | |
| download | bcm5719-llvm-a4cf7d71b8decfae6a8251e1dc6a2e5ce5b26bc9.tar.gz bcm5719-llvm-a4cf7d71b8decfae6a8251e1dc6a2e5ce5b26bc9.zip | |
[sanitizer] Restrict the missing coverage test to x86/x86_64.
Contrary to my hopes, it didn't magically work on other platforms.
llvm-svn: 236645
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Linux/coverage-missing.cc | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/compiler-rt/test/asan/TestCases/Linux/coverage-missing.cc b/compiler-rt/test/asan/TestCases/Linux/coverage-missing.cc index 7a4fcaee7c0..e30be9453dd 100644 --- a/compiler-rt/test/asan/TestCases/Linux/coverage-missing.cc +++ b/compiler-rt/test/asan/TestCases/Linux/coverage-missing.cc @@ -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> | 

