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.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@294720 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Saleem Abdulrasool
2017-02-10 06:51:21 +00:00
parent 74ec9d7947
commit 4aac249f71

View File

@@ -12,6 +12,7 @@
// TODO(EricWF) Investigate why typeid(...).name() returns a different string // TODO(EricWF) Investigate why typeid(...).name() returns a different string
// on GCC 4.9 but not newer GCCs. // on GCC 4.9 but not newer GCCs.
// XFAIL: gcc-4.9 // XFAIL: gcc-4.9
// XFAIL: windows
// THIS TESTS C++03 EXTENSIONS. // THIS TESTS C++03 EXTENSIONS.