[compiler-rt] r329422 - [compiler-rt][dfsan][mips] UnXPASS a consistently passing test
Simon Dardis via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 6 10:03:36 PDT 2018
Author: sdardis
Date: Fri Apr 6 10:03:36 2018
New Revision: 329422
URL: http://llvm.org/viewvc/llvm-project?rev=329422&view=rev
Log:
[compiler-rt][dfsan][mips] UnXPASS a consistently passing test
Modified:
compiler-rt/trunk/test/dfsan/custom.cc
Modified: compiler-rt/trunk/test/dfsan/custom.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/dfsan/custom.cc?rev=329422&r1=329421&r2=329422&view=diff
==============================================================================
--- compiler-rt/trunk/test/dfsan/custom.cc (original)
+++ compiler-rt/trunk/test/dfsan/custom.cc Fri Apr 6 10:03:36 2018
@@ -3,8 +3,6 @@
// RUN: %clang_dfsan -DSTRICT_DATA_DEPENDENCIES %s -o %t && %run %t
// RUN: %clang_dfsan -DSTRICT_DATA_DEPENDENCIES -mllvm -dfsan-args-abi %s -o %t && %run %t
-// XFAIL: target-is-mips64,target-is-mips64el
-
// Tests custom implementations of various glibc functions.
#include <sanitizer/dfsan_interface.h>
More information about the llvm-commits
mailing list