-
Notifications
You must be signed in to change notification settings - Fork 13.6k
[libc++][test] Fix issues found by MSVC's STL #131787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
a9df7df
25ae2d6
fd4b90b
9f1f50a
bf052af
6ac6b6b
fb40f8c
4e3a77a
d8ad20d
537e819
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,8 @@ | |
// the insertion point remain valid but those at or after the insertion point, | ||
// including the past-the-end iterator, are invalidated. | ||
|
||
// REQUIRES: has-unix-headers, libcpp-has-abi-bounded-iterators-in-vector | ||
// REQUIRES: has-unix-headers | ||
// REQUIRES: libcpp-has-abi-bounded-iterators-in-vector | ||
Comment on lines
+17
to
+18
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. FWIW we have a lot of these multiple requirements on a single line, and I don't think we want to commit to removing those. I'm not pushing back against the changes in this patch specifically, but our official stance here is that we're allowed to use There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks, understood. Most of the multi-requirements pose no issue for our internal test harness - it's just the ones that cause MSVC skips, like There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let's cross that bridge when/if we get to it, for now these changes are fine. |
||
// UNSUPPORTED: c++03 | ||
// UNSUPPORTED: libcpp-hardening-mode=none | ||
// XFAIL: libcpp-hardening-mode=debug && availability-verbose_abort-missing | ||
|
Uh oh!
There was an error while loading. Please reload this page.