@@ -198,10 +198,6 @@ std/ranges/range.adaptors/range.lazy.split/range.lazy.split.outer.value/ctor.ite
198198# libc++ doesn't implement LWG-4112
199199std/ranges/range.adaptors/range.join/range.join.iterator/arrow.pass.cpp FAIL
200200
201- # libc++ doesn't implement LWG-4266 "`layout_stride::mapping` should treat empty mappings as exhaustive"
202- std/containers/views/mdspan/layout_stride/is_exhaustive_corner_case.pass.cpp FAIL
203- std/containers/views/mdspan/layout_stride/properties.pass.cpp FAIL
204-
205201# libc++ doesn't implement LWG-4272 "For `rank == 0`, `layout_stride` is atypically convertible"
206202std/containers/views/mdspan/layout_left/ctor.layout_stride.pass.cpp FAIL
207203std/containers/views/mdspan/layout_right/ctor.layout_stride.pass.cpp FAIL
@@ -337,6 +333,10 @@ std/utilities/optional/optional.iterator/compare.pass.cpp FAIL
337333std/utilities/optional/optional.iterator/end.pass.cpp FAIL
338334std/utilities/optional/optional.iterator/iterator.pass.cpp FAIL
339335
336+ # P3383R3 mdspan::at()
337+ # Add 'std-at-least-c++26' to tests/utils/stl/test/tests.py when beginning work on C++26.
338+ std/containers/views/mdspan/mdspan/at.pass.cpp FAIL
339+
340340
341341# *** MISSING COMPILER FEATURES ***
342342
@@ -1183,6 +1183,19 @@ std/strings/basic.string/string.modifiers/string_replace/size_size_string_size_s
11831183# Clang error: arithmetic on a pointer to void
11841184std/ranges/range.adaptors/range.stride.view/end.pass.cpp FAIL
11851185
1186+ # Not analyzed, MSVC truncation warnings.
1187+ std/algorithms/alg.nonmodifying/alg.fold/ranges.fold_right.pass.cpp:0 FAIL
1188+ std/algorithms/alg.nonmodifying/alg.fold/ranges.fold_right.pass.cpp:1 FAIL
1189+ std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.float.pass.cpp:0 FAIL
1190+ std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.float.pass.cpp:1 FAIL
1191+
1192+ # Not analyzed. MSVC error C2039: 'value': is not a member of 'std::is_constructible<T,T &>'
1193+ std/utilities/tuple/tuple.tuple/tuple.cnstr/convert_const_move.pass.cpp:0 FAIL
1194+ std/utilities/tuple/tuple.tuple/tuple.cnstr/convert_const_move.pass.cpp:1 FAIL
1195+
1196+ # Not analyzed, MSVC truncation warnings, Clang static_assert.
1197+ std/algorithms/alg.nonmodifying/alg.fold/ranges.fold_right_last.pass.cpp FAIL
1198+
11861199
11871200# *** MSVC-INTERNAL TEST HARNESS ISSUES (note: configuration :9 restricts these skips to be MSVC-internal) ***
11881201
0 commit comments