[compiler-rt] r315374 - XFAIL ubsan/TestCases/TypeCheck/Function/function.cpp on Windows

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 10 15:11:25 PDT 2017


Author: hans
Date: Tue Oct 10 15:11:25 2017
New Revision: 315374

URL: http://llvm.org/viewvc/llvm-project?rev=315374&view=rev
Log:
XFAIL ubsan/TestCases/TypeCheck/Function/function.cpp on Windows

I think it got accidentally enabled in r315105 or thereabouts.

Modified:
    compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/Function/function.cpp

Modified: compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/Function/function.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/Function/function.cpp?rev=315374&r1=315373&r2=315374&view=diff
==============================================================================
--- compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/Function/function.cpp (original)
+++ compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/Function/function.cpp Tue Oct 10 15:11:25 2017
@@ -2,6 +2,7 @@
 // RUN: %run %t 2>&1 | FileCheck %s
 // Verify that we can disable symbolization if needed:
 // RUN: %env_ubsan_opts=symbolize=0 %run %t 2>&1 | FileCheck %s --check-prefix=NOSYM
+// XFAIL: win32,win64
 
 #include <stdint.h>
 




More information about the llvm-commits mailing list