[libcxx-commits] [libcxx] [libcxx][test] Remove picolib UNSUPPORTED for now.pass.cpp (PR #99503)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 18 07:51:00 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: David Spickett (DavidSpickett)

<details>
<summary>Changes</summary>

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.

---
Full diff: https://github.com/llvm/llvm-project/pull/99503.diff


1 Files Affected:

- (modified) libcxx/test/std/time/time.clock/time.clock.file/now.pass.cpp (-3) 


``````````diff
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

``````````

</details>


https://github.com/llvm/llvm-project/pull/99503


More information about the libcxx-commits mailing list