From f8c2c7a9baa9078c0ae39f9e47f56492ef0108bb Mon Sep 17 00:00:00 2001 From: "Stephan T. Lavavej" Date: Tue, 19 Mar 2024 17:02:57 -0700 Subject: [PATCH] VS 2022 17.10 Preview 2 fixed ASAN interception affecting stol.pass.cpp. --- tests/libcxx/expected_results.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/libcxx/expected_results.txt b/tests/libcxx/expected_results.txt index 3f43c87b132..69cabaff366 100644 --- a/tests/libcxx/expected_results.txt +++ b/tests/libcxx/expected_results.txt @@ -209,9 +209,6 @@ std/language.support/support.dynamic/new.delete/new.delete.array/new.size_nothro std/language.support/support.dynamic/new.delete/new.delete.single/new.size_align_nothrow.pass.cpp:1 FAIL std/language.support/support.dynamic/new.delete/new.delete.single/new.size_nothrow.pass.cpp:1 FAIL -# ASAN runtime intercepts `strtol` and breaks LWG-2009 (VSO-1875597) -std/strings/string.conversions/stol.pass.cpp:1 FAIL - # Not analyzed. SKIPPED because this is x86-specific. # ERROR: AddressSanitizer: allocator is out of memory trying to allocate NNNN bytes std/atomics/atomics.types.generic/atomics.types.float/compare_exchange_strong.pass.cpp:1 SKIPPED