commit | c72b2d198064194990d52f13eef04b54aad223a8 | [log] [tgz] |
---|---|---|
author | Joe Loser <joeloser93@gmail.com> | Wed Jun 01 21:22:17 2022 -0600 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jun 03 12:54:50 2022 -0700 |
tree | 7ba92842a7ecadf32bc2b40b96977f4b785e77ae | |
parent | a9acad6ec0b13c3b2212f71dc34f35f9838c393e [diff] |
[libc++][test] Skip string_view tests for other vendors on older modes `string_view` is supported all the way back to C++03 as an extension in `libc++`, and so many of the tests run in all standards modes for all vendors. This is unlikely desired by other standard library vendors using our test suite. So, disable the tests for vendors other than `libc++` in these older standards modes. Differential Revision: https://reviews.llvm.org/D126850 GitOrigin-RevId: 4fc502368ad002e5b8deff87288eb0627f3e6bec