@@ -733,11 +733,6 @@ std/depr/depr.c.headers/tgmath_h.pass.cpp:2 FAIL
733733
734734
735735# *** CLANG ISSUES, NOT YET ANALYZED ***
736- # Not analyzed. Clang apparently defines platform macros differently from C1XX.
737- # The test inspects `__x86_64__` and `__i386__`, which MSVC doesn't define.
738- # SKIPPED because this fails for x64/x86 and passes for ARM64.
739- std/language.support/support.limits/limits/numeric.limits.members/traps.pass.cpp SKIPPED
740-
741736# Not analyzed. Possibly C++20 equality operator rewrite issues.
742737std/utilities/expected/expected.expected/equality/equality.other_expected.pass.cpp:2 FAIL
743738std/utilities/expected/expected.void/equality/equality.other_expected.pass.cpp:2 FAIL
@@ -996,6 +991,14 @@ std/containers/sequences/vector/trivial_relocation.pass.cpp:1 FAIL
996991# Not analyzed, likely bogus test. constexpr fails with "vector iterators incompatible".
997992std/ranges/range.adaptors/range.join.with/range.join.with.iterator/ctor.default.pass.cpp FAIL
998993
994+ # Two problems in this test:
995+ # - Clang does not trap on Arm64, but MSVC does.
996+ # - The test inspects `__x86_64__` and `__i386__`, which MSVC doesn't define.
997+ # :2 SKIPPED because this fails for x64/x86 and passes for ARM64.
998+ std/language.support/support.limits/limits/numeric.limits.members/traps.pass.cpp:0 FAIL
999+ std/language.support/support.limits/limits/numeric.limits.members/traps.pass.cpp:1 FAIL
1000+ std/language.support/support.limits/limits/numeric.limits.members/traps.pass.cpp:2 SKIPPED
1001+
9991002
10001003# *** LIKELY STL BUGS ***
10011004# Not analyzed, likely STL bugs. Various assertions.
0 commit comments