[PATCH] D51685: Enable symbolize-deadlock.test on Windows
Max Moroz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 5 07:45:07 PDT 2018
Dor1s updated this revision to Diff 164041.
Dor1s added a comment.
Herald added subscribers: Sanitizers, llvm-commits, delcypher.
fix the filepaths
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D51685
Files:
test/fuzzer/SymbolizeDeadlock.cpp
test/fuzzer/symbolize-deadlock.test
Index: test/fuzzer/symbolize-deadlock.test
===================================================================
--- test/fuzzer/symbolize-deadlock.test
+++ test/fuzzer/symbolize-deadlock.test
@@ -1,4 +1,2 @@
-# Disabled on Widows because <unistd.h> is a posix-only header.
-UNSUPPORTED: windows
RUN: %cpp_compiler %S/SymbolizeDeadlock.cpp -o %t
RUN: not %run %t -rss_limit_mb=20 2>&1
Index: test/fuzzer/SymbolizeDeadlock.cpp
===================================================================
--- test/fuzzer/SymbolizeDeadlock.cpp
+++ test/fuzzer/SymbolizeDeadlock.cpp
@@ -8,7 +8,6 @@
#include <cstdio>
#include <cstdlib>
#include <cstring>
-#include <unistd.h>
#include "Bingo.h"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51685.164041.patch
Type: text/x-patch
Size: 690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180905/dcde3e13/attachment.bin>
More information about the llvm-commits
mailing list