llvm-project/libcxx/test/std/input.output/iostream.format/output.streams
Ed Schouten 152b637682 Don't attempt to validate the output of %p.
In one of the ostream tests we attempt to validate whether the output of
%p is correct. This is actually outside the scope of libc++, for the
%reason that the format of %p is implementation defined. Change the test
%to validate that the output of %p is non-empty and is different when
%given two unequal addresses.

Differential Revision:	http://reviews.llvm.org/D8354
Reviewed by:	marshall

llvm-svn: 232390
2015-03-16 17:56:04 +00:00
..
ostream
ostream.assign
ostream.cons
ostream.formatted Don't attempt to validate the output of %p. 2015-03-16 17:56:04 +00:00
ostream.manip
ostream.rvalue
ostream.seeks
ostream.unformatted
ostream_sentry
version.pass.cpp