From 72775572de8363c1855c88efab541a040d594710 Mon Sep 17 00:00:00 2001 From: Daniel Marshall Date: Tue, 15 Sep 2020 09:46:44 +0100 Subject: [PATCH 1/2] DevCom-1044530 --- tests/std/tests/P0896R4_P1614R2_comparisons/test.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/std/tests/P0896R4_P1614R2_comparisons/test.cpp b/tests/std/tests/P0896R4_P1614R2_comparisons/test.cpp index d590d917b7a..31a3665198a 100644 --- a/tests/std/tests/P0896R4_P1614R2_comparisons/test.cpp +++ b/tests/std/tests/P0896R4_P1614R2_comparisons/test.cpp @@ -260,9 +260,7 @@ STATIC_ASSERT(test_compare_three_way()); STATIC_ASSERT(test_compare_three_way()); STATIC_ASSERT(test_compare_three_way()); STATIC_ASSERT(test_compare_three_way()); -#if defined(__clang__) || defined(__EDG__) // TRANSITION, DevCom-1044530 STATIC_ASSERT(test_compare_three_way()); -#endif // TRANSITION, DevCom-1044530 STATIC_ASSERT(test_compare_three_way()); STATIC_ASSERT(test_compare_three_way()); From fa0764410a836cb1d14c3914b8dc421207f511d4 Mon Sep 17 00:00:00 2001 From: Daniel Marshall Date: Tue, 15 Sep 2020 09:47:41 +0100 Subject: [PATCH 2/2] libcxx tuple_cat.pass SKIPPED to FAIL --- tests/libcxx/expected_results.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libcxx/expected_results.txt b/tests/libcxx/expected_results.txt index 594943c6aee..bd374ff2849 100644 --- a/tests/libcxx/expected_results.txt +++ b/tests/libcxx/expected_results.txt @@ -507,7 +507,7 @@ std/depr/depr.c.headers/tgmath_h.pass.cpp:1 FAIL # *** CLANG FEATURES NOT YET IMPLEMENTED *** # P0960R3 "Allow initializing aggregates from a parenthesized list of values" -std/utilities/tuple/tuple.tuple/tuple.creation/tuple_cat.pass.cpp SKIPPED # TRANSITION, VS 2019 16.8 p3 +std/utilities/tuple/tuple.tuple/tuple.creation/tuple_cat.pass.cpp:0 FAIL # *** CLANG ISSUES, NOT YET ANALYZED ***