[libcxx] r294720 - test: XFAIL windows for non-portable test
Saleem Abdulrasool via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 9 22:51:22 PST 2017
Author: compnerd
Date: Fri Feb 10 00:51:21 2017
New Revision: 294720
URL: http://llvm.org/viewvc/llvm-project?rev=294720&view=rev
Log:
test: XFAIL windows for non-portable test
This test validates that the lock_guard is declared variadically across
C++03 and C++11. Given the lack of stable ABI on Windows and the fact
that the RTTI encoding on Windows is different, XFAIL it on that target.
Modified:
libcxx/trunk/test/libcxx/thread/thread.mutex/thread.lock/thread.lock.guard/variadic_mutex_mangling.pass.cpp
Modified: libcxx/trunk/test/libcxx/thread/thread.mutex/thread.lock/thread.lock.guard/variadic_mutex_mangling.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/thread/thread.mutex/thread.lock/thread.lock.guard/variadic_mutex_mangling.pass.cpp?rev=294720&r1=294719&r2=294720&view=diff
==============================================================================
--- libcxx/trunk/test/libcxx/thread/thread.mutex/thread.lock/thread.lock.guard/variadic_mutex_mangling.pass.cpp (original)
+++ libcxx/trunk/test/libcxx/thread/thread.mutex/thread.lock/thread.lock.guard/variadic_mutex_mangling.pass.cpp Fri Feb 10 00:51:21 2017
@@ -12,6 +12,7 @@
// TODO(EricWF) Investigate why typeid(...).name() returns a different string
// on GCC 4.9 but not newer GCCs.
// XFAIL: gcc-4.9
+// XFAIL: windows
// THIS TESTS C++03 EXTENSIONS.
More information about the cfe-commits
mailing list