summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/ulimit.test
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/fuzzer/ulimit.test')
-rw-r--r--compiler-rt/test/fuzzer/ulimit.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/fuzzer/ulimit.test b/compiler-rt/test/fuzzer/ulimit.test
index 076866c5094..7cf4c0a6886 100644
--- a/compiler-rt/test/fuzzer/ulimit.test
+++ b/compiler-rt/test/fuzzer/ulimit.test
@@ -1,3 +1,5 @@
+# FIXME: Disabled on Windows for now because Windows has no ulimit command.
+UNSUPPORTED: windows
RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
RUN: ulimit -s 1000
RUN: not %run %t-SimpleTest
OpenPOWER on IntegriCloud