[libcxx-commits] [PATCH] D151304: [libcxx] [test] Fix the new alloc tests for Windows

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 24 01:17:51 PDT 2023


mstorsjo added inline comments.


================
Comment at: libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/new.size_nothrow.replace.indirect.pass.cpp:18
+// MSVC/vcruntime falls back from the nothrow array new to the nothrow
+// scalar new, instead of falling back on the throwing array new.
 // XFAIL: target={{.+}}-windows-msvc
----------------
FWIW, I reported this issue to vcruntime as https://developercommunity.visualstudio.com/t/vcruntime-nothrow-array-operator-new-fal/10373274.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151304/new/

https://reviews.llvm.org/D151304



More information about the libcxx-commits mailing list