[compiler-rt] r321812 - [scudo] Attempt to re-enable the valloc test on armhf
Kostya Kortchinsky via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 4 10:35:28 PST 2018
Author: cryptoad
Date: Thu Jan 4 10:35:28 2018
New Revision: 321812
URL: http://llvm.org/viewvc/llvm-project?rev=321812&view=rev
Log:
[scudo] Attempt to re-enable the valloc test on armhf
Summary:
It used to fail on the bots, but I could not repro it locally. So turn it back
on to try and see if it still fails and maybe get to the heart of it.
Reviewers: alekseyshl, flowerhack
Reviewed By: alekseyshl
Subscribers: aemerson, srhines, kristof.beyls, llvm-commits, #sanitizers
Differential Revision: https://reviews.llvm.org/D41707
Modified:
compiler-rt/trunk/test/scudo/valloc.c
Modified: compiler-rt/trunk/test/scudo/valloc.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/scudo/valloc.c?rev=321812&r1=321811&r2=321812&view=diff
==============================================================================
--- compiler-rt/trunk/test/scudo/valloc.c (original)
+++ compiler-rt/trunk/test/scudo/valloc.c Thu Jan 4 10:35:28 2018
@@ -2,7 +2,7 @@
// RUN: %run %t valid 2>&1
// RUN: not %run %t invalid 2>&1
// RUN: %env_scudo_opts=allocator_may_return_null=1 %run %t invalid 2>&1
-// UNSUPPORTED: android, armhf-linux
+// UNSUPPORTED: android
// Tests that valloc and pvalloc work as intended.
More information about the llvm-commits
mailing list