Skip to content

Conversation

wrotki
Copy link
Contributor

@wrotki wrotki commented Aug 21, 2025

This test currently fails to compile on darwin arm host (green.lab.llvm.org)

rdar://158303001

This test currently fails to compile on darwin arm host (green.lab.llvm.org)

rdar://158303001
@llvmbot
Copy link
Member

llvmbot commented Aug 21, 2025

@llvm/pr-subscribers-compiler-rt-sanitizer

Author: Mariusz Borsa (wrotki)

Changes

This test currently fails to compile on darwin arm host (green.lab.llvm.org)

rdar://158303001


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

1 Files Affected:

  • (modified) compiler-rt/test/fuzzer/fuzzer-ubsan.test (+3)
diff --git a/compiler-rt/test/fuzzer/fuzzer-ubsan.test b/compiler-rt/test/fuzzer/fuzzer-ubsan.test
index 6bc2c38636688..d22339d72e261 100644
--- a/compiler-rt/test/fuzzer/fuzzer-ubsan.test
+++ b/compiler-rt/test/fuzzer/fuzzer-ubsan.test
@@ -1,3 +1,6 @@
+// This test currently fails to compile on green.lab.llvm.org (arm)
+// XFAIL: system-darwin && target=arm{{.*}}
+
 RUN: %cpp_compiler -fsanitize=undefined -fno-sanitize-recover=all %S/SignedIntOverflowTest.cpp -o %t-SignedIntOverflowTest-Ubsan
 RUN: not %run %t-SignedIntOverflowTest-Ubsan 2>&1 | FileCheck %s
 CHECK: runtime error: signed integer overflow: 2147483647 + 1 cannot be represented in type 'int'

@wrotki wrotki merged commit 839d0aa into llvm:main Aug 22, 2025
13 checks passed
@wrotki wrotki deleted the eng/m_borsa/xfail_tests_fuzzer_ubsan_as branch August 22, 2025 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants