[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:14 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT341473: Enable symbolize-deadlock.test on Windows (authored by Dor1s, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D51685?vs=164041&id=164042#toc

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.164042.patch
Type: text/x-patch
Size: 690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180905/515211cb/attachment.bin>


More information about the llvm-commits mailing list