Temporarily XFAIL variadic lock_guard mangling test for GCC 4.9

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@272637 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2016-06-14 04:45:26 +00:00
parent 10b52a0e56
commit 1f471cbe3e

View File

@@ -9,6 +9,10 @@
// //
// UNSUPPORTED: libcpp-has-no-threads // UNSUPPORTED: libcpp-has-no-threads
// TODO(EricWF) Investigate why typeid(...).name() returns a different string
// on GCC 4.9 but not newer GCCs.
// XFAIL: gcc-4.9
// THIS TESTS C++03 EXTENSIONS. // THIS TESTS C++03 EXTENSIONS.
// <mutex> // <mutex>
@@ -21,9 +25,9 @@
#define _LIBCPP_ABI_VARIADIC_LOCK_GUARD #define _LIBCPP_ABI_VARIADIC_LOCK_GUARD
#include <mutex> #include <mutex>
#include <string>
#include <typeinfo> #include <typeinfo>
#include <cassert> #include <cassert>
#include <iostream>
int main() { int main() {
const std::string expect = "NSt3__110lock_guardIJNS_5mutexEEEE"; const std::string expect = "NSt3__110lock_guardIJNS_5mutexEEEE";