[compiler-rt] r261870 - [asan] Disable recvfrom test failing on the bots.
Maxim Ostapenko via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 25 06:58:08 PST 2016
Author: chefmax
Date: Thu Feb 25 08:58:07 2016
New Revision: 261870
URL: http://llvm.org/viewvc/llvm-project?rev=261870&view=rev
Log:
[asan] Disable recvfrom test failing on the bots.
Modified:
compiler-rt/trunk/test/asan/TestCases/Linux/recvfrom.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Linux/recvfrom.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/recvfrom.cc?rev=261870&r1=261869&r2=261870&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/recvfrom.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/recvfrom.cc Thu Feb 25 08:58:07 2016
@@ -1,6 +1,8 @@
// Test that ASan detects buffer overflow on read from socket via recvfrom.
//
// RUN: %clangxx_asan %s -o %t && not %run %t 2>&1 | FileCheck %s
+//
+// REQUIRES: broken
// UNSUPPORTED: android
#include <stdio.h>
More information about the llvm-commits
mailing list