Skip to content

Commit f9867c6

Browse files
authored
Update reason for libc++ test failure (#2686)
1 parent e9c2444 commit f9867c6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tests/libcxx/expected_results.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,6 @@ std/utilities/utility/pairs/pairs.spec/three_way_comparison.pass.cpp:0 FAIL
280280
# DevCom-1626727: bogus "failure was caused by a conversion from void* to a pointer-to-object type" for conversion to void
281281
std/algorithms/robust_re_difference_type.compile.pass.cpp:0 FAIL
282282

283-
# DevCom-1628714: C1XX refuses nullptr_t == reference-to-function in a requires expression
284-
std/concepts/concepts.compare/concept.equalitycomparable/equality_comparable_with.compile.pass.cpp:0 FAIL
285-
286283
# DevCom-1638496: C1XX doesn't properly reject int <=> unsigned
287284
std/language.support/cmp/cmp.concept/three_way_comparable_with.compile.pass.cpp:0 FAIL
288285
std/language.support/cmp/cmp.result/compare_three_way_result.compile.pass.cpp:0 FAIL
@@ -291,6 +288,9 @@ std/utilities/tuple/tuple.tuple/tuple.rel/three_way.pass.cpp:0 FAIL
291288
# DevCom-1638563: icky static analysis false positive
292289
std/language.support/support.coroutines/end.to.end/go.pass.cpp:0 FAIL
293290

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

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

tests/libcxx/skipped_tests.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,6 @@ utilities\utility\pairs\pairs.spec\three_way_comparison.pass.cpp
280280
# DevCom-1626727: bogus "failure was caused by a conversion from void* to a pointer-to-object type" for conversion to void
281281
algorithms\robust_re_difference_type.compile.pass.cpp
282282

283-
# DevCom-1628714: C1XX refuses nullptr_t == reference-to-function in a requires expression
284-
concepts\concepts.compare\concept.equalitycomparable\equality_comparable_with.compile.pass.cpp
285-
286283
# DevCom-1638496: C1XX doesn't properly reject int <=> unsigned
287284
language.support\cmp\cmp.concept\three_way_comparable_with.compile.pass.cpp
288285
language.support\cmp\cmp.result\compare_three_way_result.compile.pass.cpp
@@ -291,6 +288,9 @@ utilities\tuple\tuple.tuple\tuple.rel\three_way.pass.cpp
291288
# DevCom-1638563: icky static analysis false positive
292289
language.support\support.coroutines\end.to.end\go.pass.cpp
293290

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

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

0 commit comments

Comments
 (0)