diff options
author | Louis Dionne <ldionne@apple.com> | 2019-02-05 20:11:58 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-02-05 20:11:58 +0000 |
commit | f5f2f77755072888e955d05bc0ff568b18260ca0 (patch) | |
tree | c67592158f5aa9cbb09a34be40247b0f9f6361df /libcxx/test/std/utilities/optional/optional.specalg/make_optional.pass.cpp | |
parent | a3d0c5adafdeccc5f024ff5033ce732e747b52ef (diff) | |
download | bcm5719-llvm-f5f2f77755072888e955d05bc0ff568b18260ca0.tar.gz bcm5719-llvm-f5f2f77755072888e955d05bc0ff568b18260ca0.zip |
[libc++] Fix XFAILs on macOS when exceptions are disabled
Some tests are marked as failing on platforms where the dylib does not
provide the required exception classes. However, when testing with
exceptions disabled, those tests shouldn't be marked as failing.
llvm-svn: 353210
Diffstat (limited to 'libcxx/test/std/utilities/optional/optional.specalg/make_optional.pass.cpp')
-rw-r--r-- | libcxx/test/std/utilities/optional/optional.specalg/make_optional.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/utilities/optional/optional.specalg/make_optional.pass.cpp b/libcxx/test/std/utilities/optional/optional.specalg/make_optional.pass.cpp index 3d407053f60..f93913e5bd1 100644 --- a/libcxx/test/std/utilities/optional/optional.specalg/make_optional.pass.cpp +++ b/libcxx/test/std/utilities/optional/optional.specalg/make_optional.pass.cpp @@ -7,7 +7,7 @@ //===----------------------------------------------------------------------===// // UNSUPPORTED: c++98, c++03, c++11, c++14 -// XFAIL: dylib-has-no-bad_optional_access +// XFAIL: dylib-has-no-bad_optional_access && !libcpp-no-exceptions // <optional> // |