Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions tests/libcxx/expected_results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,6 @@ std/utilities/utility/pairs/pairs.spec/three_way_comparison.pass.cpp:0 FAIL
# DevCom-1626727: bogus "failure was caused by a conversion from void* to a pointer-to-object type" for conversion to void
std/algorithms/robust_re_difference_type.compile.pass.cpp:0 FAIL

# DevCom-1628714: C1XX refuses nullptr_t == reference-to-function in a requires expression
std/concepts/concepts.compare/concept.equalitycomparable/equality_comparable_with.compile.pass.cpp:0 FAIL

# DevCom-1638496: C1XX doesn't properly reject int <=> unsigned
std/language.support/cmp/cmp.concept/three_way_comparable_with.compile.pass.cpp:0 FAIL
std/language.support/cmp/cmp.result/compare_three_way_result.compile.pass.cpp:0 FAIL
Expand All @@ -291,6 +288,9 @@ std/utilities/tuple/tuple.tuple/tuple.rel/three_way.pass.cpp:0 FAIL
# DevCom-1638563: icky static analysis false positive
std/language.support/support.coroutines/end.to.end/go.pass.cpp:0 FAIL

# DevCom-10026599: conditional expression has two different types
std/concepts/concepts.compare/concept.equalitycomparable/equality_comparable_with.compile.pass.cpp:0 FAIL


# *** CLANG COMPILER BUGS ***
# LLVM-46207 Clang's tgmath.h interferes with the UCRT's tgmath.h
Expand Down
6 changes: 3 additions & 3 deletions tests/libcxx/skipped_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,6 @@ utilities\utility\pairs\pairs.spec\three_way_comparison.pass.cpp
# DevCom-1626727: bogus "failure was caused by a conversion from void* to a pointer-to-object type" for conversion to void
algorithms\robust_re_difference_type.compile.pass.cpp

# DevCom-1628714: C1XX refuses nullptr_t == reference-to-function in a requires expression
concepts\concepts.compare\concept.equalitycomparable\equality_comparable_with.compile.pass.cpp

# DevCom-1638496: C1XX doesn't properly reject int <=> unsigned
language.support\cmp\cmp.concept\three_way_comparable_with.compile.pass.cpp
language.support\cmp\cmp.result\compare_three_way_result.compile.pass.cpp
Expand All @@ -291,6 +288,9 @@ utilities\tuple\tuple.tuple\tuple.rel\three_way.pass.cpp
# DevCom-1638563: icky static analysis false positive
language.support\support.coroutines\end.to.end\go.pass.cpp

# DevCom-10026599: conditional expression has two different types
concepts\concepts.compare\concept.equalitycomparable\equality_comparable_with.compile.pass.cpp


# *** CLANG COMPILER BUGS ***
# LLVM-46207 Clang's tgmath.h interferes with the UCRT's tgmath.h
Expand Down