From ba5528f112ec091ed1352e81c52c6b4c243bb90f Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 12 Sep 2014 14:20:36 -0700 Subject: XFAIL LargeReturnTypes.cpp on Darwin, it depends indirectly on using libstdcxx. --- test/Feature/LargeReturnTypes.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test') diff --git a/test/Feature/LargeReturnTypes.cpp b/test/Feature/LargeReturnTypes.cpp index caa345fc..274da05e 100644 --- a/test/Feature/LargeReturnTypes.cpp +++ b/test/Feature/LargeReturnTypes.cpp @@ -5,6 +5,12 @@ * (i.e. structs). In this test case, fstream::ftellg() returns a * streampos (an {i64, i64} pair) which is implicitly converted to a size_t. */ +// This test currently doesn't work on darwin because this isn't how things work +// in libc++. This test should be rewritten to not depend on an external +// dependency. +// +// XFAIL: darwin + #include using namespace std; -- cgit 1.4.1