[compiler-rt] ed9bc1c - [Fuzzer] Mark test as unsupported on Windows
Aiden Grossman via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 23 13:22:55 PST 2025
Author: Aiden Grossman
Date: 2025-12-23T21:21:55Z
New Revision: ed9bc1ccd4036555fbe5f1f2433fe672d0f83d4e
URL: https://github.com/llvm/llvm-project/commit/ed9bc1ccd4036555fbe5f1f2433fe672d0f83d4e
DIFF: https://github.com/llvm/llvm-project/commit/ed9bc1ccd4036555fbe5f1f2433fe672d0f83d4e.diff
LOG: [Fuzzer] Mark test as unsupported on Windows
bf932867acc003f4dd5bf4d8b295f764a3a85c91 enabled this test to run on
Windows again, but it started failing due to the use of ulimit.
Redisable it on Windows.
https://lab.llvm.org/buildbot/#/builders/107/builds/16280
Added:
Modified:
compiler-rt/test/fuzzer/merge-posix.test
Removed:
################################################################################
diff --git a/compiler-rt/test/fuzzer/merge-posix.test b/compiler-rt/test/fuzzer/merge-posix.test
index 7df12f45c7431..fc64540d7ed39 100644
--- a/compiler-rt/test/fuzzer/merge-posix.test
+++ b/compiler-rt/test/fuzzer/merge-posix.test
@@ -1,4 +1,6 @@
XFAIL: ios
+# Uses ulimit
+# UNSUPPORTED: system-windows
RUN: %cpp_compiler %S/FullCoverageSetTest.cpp -o %t-FullCoverageSetTest
RUN: rm -rf %tmp/T1 %tmp/T2
More information about the llvm-commits
mailing list