-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Merge main to feature/flat_set
#4089
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
Merged
StephanTLavavej
merged 26 commits into
microsoft:feature/flat_set
from
StephanTLavavej:flat_set-17.8p3
Oct 14, 2023
Merged
Merge main to feature/flat_set
#4089
StephanTLavavej
merged 26 commits into
microsoft:feature/flat_set
from
StephanTLavavej:flat_set-17.8p3
Oct 14, 2023
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Stephan T. Lavavej <[email protected]>
Co-authored-by: Stephan T. Lavavej <[email protected]>
This is a mirror of internal MSVC-PR-485982 which heavily restructures the internal build.
* Teach the test runner to parse runpl tags. Also teach our compiler option parser about `-fsanitize=address,undefined`. * Add ASAN configs to test matrices, tell the validator that `.lst` files may be tabby now. * Update libc++ expected results. The clang config is now `:2`, `:1` is cl with ASAN enabled. * Skip libc++ `operator new` tests that ASan doesn't like, and `basic_string::max_size` test that ASan doesn't like. * Avoid VSO-1875597 in `std/strings/string.conversions/stol.pass.cpp` * Tell `P0881R7_stacktrace` that we `HAS_DEBUG_INFO` when building with ASan enabled. * Create `fast_no_asan_matrix` to avoid VSO-1886547 * In `Dev11_1158803_regex_thread_safety` and `Dev10_814245_regex_character_class_crash`, `regex_match` seems to leak memory with ASAN enabled; OOMs on x86 only. * Add new `asan-pipeline.yml` entry point for Azure pipelines and properly plumb `benchmarkBuildOutputLocationVar` through `native-build-test.yml`
…, add escape hatch (microsoft#4055)
Co-authored-by: Nicole Mazzuca <[email protected]>
Co-authored-by: Stephan T. Lavavej <[email protected]>
Co-authored-by: Stephan T. Lavavej <[email protected]>
Co-authored-by: Stephan T. Lavavej <[email protected]>
…ne` (microsoft#4066) Co-authored-by: Stephan T. Lavavej <[email protected]>
…3994) Co-authored-by: achabense <[email protected]> Co-authored-by: Stephan T. Lavavej <[email protected]> Co-authored-by: nicole mazzuca <[email protected]>
Co-authored-by: Stephan T. Lavavej <[email protected]>
Co-authored-by: Stephan T. Lavavej <[email protected]>
…lloc::_Delete_this` for deallocation (microsoft#4074)
Co-authored-by: Stephan T. Lavavej <[email protected]>
… source is a suitable contiguous range (microsoft#4073) Co-authored-by: Stephan T. Lavavej <[email protected]> Co-authored-by: Casey Carter <[email protected]>
Co-authored-by: Casey Carter <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolved a conflict in
tests/std/tests/include_each_header_alone_matrix.lst, where #4068 tagged every configuration with*, and this feature branch addedflat_setto the list of headers.