[libcxx-commits] [libcxx] f0617d2 - [libcxx][test] Remove picolib UNSUPPORTED for now.pass.cpp (#99503)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 19 01:59:08 PDT 2024
Author: David Spickett
Date: 2024-07-19T09:59:06+01:00
New Revision: f0617d2def86192c15c9194281ef3f843effed55
URL: https://github.com/llvm/llvm-project/commit/f0617d2def86192c15c9194281ef3f843effed55
DIFF: https://github.com/llvm/llvm-project/commit/f0617d2def86192c15c9194281ef3f843effed55.diff
LOG: [libcxx][test] Remove picolib UNSUPPORTED for now.pass.cpp (#99503)
This ARM semihosting call was implemented in QEMU by
https://gitlab.com/qemu-project/qemu/-/commit/4d834039c2107cb86931cb3f22ca3de6e4e42b06
and is present in the qemu-system-arm v8.1.3 used by the builders.
Added:
Modified:
libcxx/test/std/time/time.clock/time.clock.file/now.pass.cpp
Removed:
################################################################################
diff --git a/libcxx/test/std/time/time.clock/time.clock.file/now.pass.cpp b/libcxx/test/std/time/time.clock/time.clock.file/now.pass.cpp
index 4ba17a48988b3..0852483a8b39f 100644
--- a/libcxx/test/std/time/time.clock/time.clock.file/now.pass.cpp
+++ b/libcxx/test/std/time/time.clock/time.clock.file/now.pass.cpp
@@ -10,9 +10,6 @@
// UNSUPPORTED: availability-filesystem-missing
-// qemu: Unsupported SemiHosting SWI 0x30
-// UNSUPPORTED: LIBCXX-PICOLIBC-FIXME
-
// <chrono>
// file_clock
More information about the libcxx-commits
mailing list