[libcxx-commits] [libcxx] [libcxx][test] Remove picolib UNSUPPORTED for now.pass.cpp (PR #99503)
David Spickett via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 18 07:50:31 PDT 2024
https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/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.
>From 319564635272c33ab79a008428a14f9965b27de2 Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at linaro.org>
Date: Thu, 18 Jul 2024 14:48:17 +0000
Subject: [PATCH] [libcxx][test] Remove picolib UNSUPPORTED for now.pass.cpp
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.
---
libcxx/test/std/time/time.clock/time.clock.file/now.pass.cpp | 3 ---
1 file changed, 3 deletions(-)
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