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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user