[compiler-rt] r374333 - [Sanitizers] Fix getrandom test

David Carlier via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 05:48:18 PDT 2019


Author: devnexen
Date: Thu Oct 10 05:48:18 2019
New Revision: 374333

URL: http://llvm.org/viewvc/llvm-project?rev=374333&view=rev
Log:
[Sanitizers] Fix getrandom test

Modified:
    compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/getrandom.c

Modified: compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/getrandom.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/getrandom.c?rev=374333&r1=374332&r2=374333&view=diff
==============================================================================
--- compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/getrandom.c (original)
+++ compiler-rt/trunk/test/sanitizer_common/TestCases/Posix/getrandom.c Thu Oct 10 05:48:18 2019
@@ -1,5 +1,5 @@
 // RUN: %clang -O2 %s -o %t && %run %t
-// UNSUPPORTED: android netbsd darwin solaris
+// UNSUPPORTED: android, netbsd, darwin, solaris
 //
 
 #include <sys/types.h>




More information about the llvm-commits mailing list