diff options
author | Louis Dionne <ldionne@apple.com> | 2018-11-21 20:47:00 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2018-11-21 20:47:00 +0000 |
commit | 94d4c9e0941409d6a0ca2688e512d19faa716599 (patch) | |
tree | 6370bca7dedc88e6367092074c7ce79a94d8135b /libcxx/test/std/depr | |
parent | 1091bece23a1303b5a22975aa1fe936a789c5768 (diff) | |
download | bcm5719-llvm-94d4c9e0941409d6a0ca2688e512d19faa716599.tar.gz bcm5719-llvm-94d4c9e0941409d6a0ca2688e512d19faa716599.zip |
[libcxx] Mark strstreams tests as being supported on all OS X versions
I wasn't able to reproduce the issue referred to by the comment using
the libc++'s shipped with mac OS X 10.7 and 10.8, so I assume this may
have been fixed in a function that is now shipped in the headers. In
that case, the tests will pass no matter what dylib we're using.
In the worst case, some test bots will start failing and I'll understand
why I was wrong, and I can create an actual lit feature for it. Note
that I could just leave this test alone, but this change is on the path
towards eradicating vendor-specific availability markup from the test
suite.
llvm-svn: 347421
Diffstat (limited to 'libcxx/test/std/depr')
-rw-r--r-- | libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/overflow.pass.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/overflow.pass.cpp b/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/overflow.pass.cpp index c829a97b422..dda19a9517f 100644 --- a/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/overflow.pass.cpp +++ b/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/overflow.pass.cpp @@ -9,10 +9,6 @@ // <strstream> -// There was an overflow in the dylib on older macOS versions -// UNSUPPORTED: availability=macosx10.8 -// UNSUPPORTED: availability=macosx10.7 - // class strstreambuf // int overflow(int c); |