Temporarily XFAIL variadic lock_guard mangling test for GCC 4.9

llvm-svn: 272637
This commit is contained in:
Eric Fiselier 2016-06-14 04:45:26 +00:00
parent 27be91ca16
commit 596d408718
1 changed files with 5 additions and 1 deletions

View File

@ -9,6 +9,10 @@
//
// 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.
// <mutex>
@ -21,9 +25,9 @@
#define _LIBCPP_ABI_VARIADIC_LOCK_GUARD
#include <mutex>
#include <string>
#include <typeinfo>
#include <cassert>
#include <iostream>
int main() {
const std::string expect = "NSt3__110lock_guardIJNS_5mutexEEEE";