From 8be98779bb29f5b2eb63afe97bea335fc61a2315 Mon Sep 17 00:00:00 2001 From: Daniel Marshall Date: Wed, 23 Sep 2020 01:44:31 +0100 Subject: [PATCH] Fix two VS 2019 16.8 Preview 3 blocked issues (#1291) Co-authored-by: Casey Carter --- tests/libcxx/expected_results.txt | 2 +- tests/std/tests/P0896R4_P1614R2_comparisons/test.cpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/libcxx/expected_results.txt b/tests/libcxx/expected_results.txt index a3811bb5d..57da870ca 100644 --- a/tests/libcxx/expected_results.txt +++ b/tests/libcxx/expected_results.txt @@ -505,7 +505,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 *** diff --git a/tests/std/tests/P0896R4_P1614R2_comparisons/test.cpp b/tests/std/tests/P0896R4_P1614R2_comparisons/test.cpp index d590d917b..31a366519 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());