From 05390c7cec00a0bc3493b42b5dd115a5851a0a6e Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Sun, 22 Jan 2023 00:15:59 -0800 Subject: [PATCH] Fix XPASSing visit_format_arg.pass.cpp after GH 3344 and GH 3348. --- tests/libcxx/expected_results.txt | 3 --- tests/libcxx/skipped_tests.txt | 3 --- 2 files changed, 6 deletions(-) diff --git a/tests/libcxx/expected_results.txt b/tests/libcxx/expected_results.txt index 239a1f8637e..764505bbc2c 100644 --- a/tests/libcxx/expected_results.txt +++ b/tests/libcxx/expected_results.txt @@ -399,9 +399,6 @@ std/strings/basic.string/string.modifiers/robust_against_adl.pass.cpp FAIL # GH-3100: etc.: ADL should be avoided when calling _Construct_in_place and its friends std/utilities/function.objects/func.wrap/func.wrap.func/robust_against_adl.pass.cpp FAIL -# GH-3336: Failure to format basic_string_view with non-standard traits -std/utilities/format/format.arguments/format.arg/visit_format_arg.pass.cpp FAIL - # *** CRT BUGS *** # We're permanently missing aligned_alloc(). diff --git a/tests/libcxx/skipped_tests.txt b/tests/libcxx/skipped_tests.txt index e5cb4505354..428e61c57c8 100644 --- a/tests/libcxx/skipped_tests.txt +++ b/tests/libcxx/skipped_tests.txt @@ -399,9 +399,6 @@ strings\basic.string\string.modifiers\robust_against_adl.pass.cpp # GH-3100: etc.: ADL should be avoided when calling _Construct_in_place and its friends utilities\function.objects\func.wrap\func.wrap.func\robust_against_adl.pass.cpp -# GH-3336: Failure to format basic_string_view with non-standard traits -utilities\format\format.arguments\format.arg\visit_format_arg.pass.cpp - # *** CRT BUGS *** # We're permanently missing aligned_alloc().