Index: test/asan/TestCases/Linux/ptrace.cc =================================================================== --- test/asan/TestCases/Linux/ptrace.cc +++ test/asan/TestCases/Linux/ptrace.cc @@ -3,8 +3,7 @@ // // RUN: %clangxx_asan -O0 %s -o %t && %run %t // RUN: %clangxx_asan -DPOSITIVE -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s -// XFAIL: arm-linux-gnueabi -// XFAIL: armv7l-unknown-linux-gnueabihf +// REQUIRES: x86_64-supported-target,i386-supported-target #include #include