Skip to content
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

llvm-project Meso-Update #4702

Merged
merged 25 commits into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
36bb25e
Update llvm-project.
StephanTLavavej May 18, 2024
d7742db
LLVM-77948 implemented LWG-2381.
StephanTLavavej May 23, 2024
b42cae3
LLVM-79978 implemented P2652R2.
StephanTLavavej May 19, 2024
20ec99d
LLVM-79856 fixed LLVM-79783.
StephanTLavavej May 19, 2024
ef898f4
LLVM-83734 was merged.
StephanTLavavej May 19, 2024
62e9828
LLVM-74534 implemented P2602R2.
StephanTLavavej May 19, 2024
1917e9d
LLVM-88669 fixed many rand.dist tests.
StephanTLavavej May 19, 2024
be8c3ee
LLVM-90981 fixed LLVM-74221.
StephanTLavavej May 19, 2024
9bdca2a
LLVM-88998 overhauled the pstl.exception_handling.pass.cpp tests.
StephanTLavavej May 23, 2024
b6626b9
LLVM-75553 and LLVM-83841 replaced old Features with 'has-1024-bit-at…
StephanTLavavej May 19, 2024
37e0168
We 'has-no-zdump' (a unix program).
StephanTLavavej May 23, 2024
f6f84df
libcxx now uses 'c++23' instead of 'c++2b'.
StephanTLavavej May 19, 2024
08714e0
Remove C++26 features from 'MISSING STL FEATURES'.
StephanTLavavej May 20, 2024
aaf1a34
Update magic comments.
StephanTLavavej May 20, 2024
a498e4b
range_adaptor_closure.pass.cpp needs P1169R4 static operator().
StephanTLavavej May 23, 2024
4fa0277
Add missing newline.
StephanTLavavej May 23, 2024
ae4702c
Mark a test as failing due to constexpr step limits.
StephanTLavavej May 23, 2024
9f4f229
Update comment now that LLVM-74630 has been merged.
StephanTLavavej May 23, 2024
74b80bf
Categorize failing tests.
StephanTLavavej May 20, 2024
80690c3
format.range.formatter/parse.pass.cpp is now passing.
StephanTLavavej May 30, 2024
b929865
Recategorize format.range.formatter/format.pass.cpp.
StephanTLavavej May 30, 2024
ab58930
Skip ranges.ends_with.pass.cpp which sporadically fails with "fatal e…
StephanTLavavej May 31, 2024
75e2b33
LLVM-79793 was merged, remove comment.
StephanTLavavej May 31, 2024
4e73121
LLVM-84222 removed variant<T&> coverage.
StephanTLavavej May 31, 2024
629fd7c
LLVM-83928 removed VariantAllowsNarrowingConversions.
StephanTLavavej May 31, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion llvm-project
211 changes: 60 additions & 151 deletions tests/libcxx/expected_results.txt

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions tests/libcxx/magic_comments.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
// REQUIRES: c++11
// REQUIRES: c++11 || c++14
// REQUIRES: c++11 || c++14 || c++17 || c++20
// REQUIRES: c++17
// REQUIRES: has-unix-headers
// REQUIRES: stdlib=libc++
// UNSUPPORTED: c++14, c++17, c++2a
// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20, c++23
// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20, c++23, c++26
// UNSUPPORTED: msvc
// UNSUPPORTED: msvc, target={{.+}}-windows-gnu
// UNSUPPORTED: no-filesystem, no-localization, no-tzdb, has-no-zdump
// UNSUPPORTED: windows
Loading