[libcxx-commits] [libcxxabi] [libc++abi] Fix test on Android (PR #74753)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 7 11:42:44 PST 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxxabi

Author: Maksim Panchenko (maksfb)

<details>
<summary>Changes</summary>

Follow up to #<!-- -->72727. The added test could not be executed on Android.

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


1 Files Affected:

- (modified) libcxxabi/test/native/x86_64/lpstart-zero.pass.sh.s (+1-1) 


``````````diff
diff --git a/libcxxabi/test/native/x86_64/lpstart-zero.pass.sh.s b/libcxxabi/test/native/x86_64/lpstart-zero.pass.sh.s
index ea9dd0104c086..249d243d921ea 100644
--- a/libcxxabi/test/native/x86_64/lpstart-zero.pass.sh.s
+++ b/libcxxabi/test/native/x86_64/lpstart-zero.pass.sh.s
@@ -2,7 +2,7 @@
 # RUN: %t.exe
 
 # REQUIRES: linux && target={{x86_64-.+}}
-# UNSUPPORTED: no-exceptions
+# UNSUPPORTED: no-exceptions || android
 
 ## Check that libc++abi works correctly when LPStart address is explicitly set
 ## to zero.

``````````

</details>


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


More information about the libcxx-commits mailing list