[compiler-rt] r334255 - [HWASan] Disable allocator_returns_null.cc test on Android.

Alex Shlyapnikov via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 7 17:56:49 PDT 2018


Author: alekseyshl
Date: Thu Jun  7 17:56:49 2018
New Revision: 334255

URL: http://llvm.org/viewvc/llvm-project?rev=334255&view=rev
Log:
[HWASan] Disable allocator_returns_null.cc test on Android.

Disable test added in D47798 on Android and investigate why "new"
behaves differently there.

Modified:
    compiler-rt/trunk/test/hwasan/TestCases/allocator_returns_null.cc

Modified: compiler-rt/trunk/test/hwasan/TestCases/allocator_returns_null.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/hwasan/TestCases/allocator_returns_null.cc?rev=334255&r1=334254&r2=334255&view=diff
==============================================================================
--- compiler-rt/trunk/test/hwasan/TestCases/allocator_returns_null.cc (original)
+++ compiler-rt/trunk/test/hwasan/TestCases/allocator_returns_null.cc Thu Jun  7 17:56:49 2018
@@ -37,6 +37,9 @@
 
 // REQUIRES: stable-runtime
 
+// TODO(alekseyshl): Fix it.
+// UNSUPPORTED: android
+
 #include <assert.h>
 #include <errno.h>
 #include <stdio.h>




More information about the llvm-commits mailing list