[compiler-rt] r175155 - [ASan] Remove the 'alarm' script which isn't present on OS X by default.

Alexander Potapenko glider at google.com
Thu Feb 14 04:18:07 PST 2013


Author: glider
Date: Thu Feb 14 06:18:07 2013
New Revision: 175155

URL: http://llvm.org/viewvc/llvm-project?rev=175155&view=rev
Log:
[ASan] Remove the 'alarm' script which isn't present on OS X by default.
The test may hang now if a regression occurs.

Modified:
    compiler-rt/trunk/lib/asan/lit_tests/Darwin/reexec-insert-libraries-env.cc

Modified: compiler-rt/trunk/lib/asan/lit_tests/Darwin/reexec-insert-libraries-env.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/lit_tests/Darwin/reexec-insert-libraries-env.cc?rev=175155&r1=175154&r2=175155&view=diff
==============================================================================
--- compiler-rt/trunk/lib/asan/lit_tests/Darwin/reexec-insert-libraries-env.cc (original)
+++ compiler-rt/trunk/lib/asan/lit_tests/Darwin/reexec-insert-libraries-env.cc Thu Feb 14 06:18:07 2013
@@ -7,9 +7,9 @@
 // RUN: %clangxx -m64 %p/../SharedLibs/darwin-dummy-shared-lib-so.cc \
 // RUN:     -dynamiclib -o darwin-dummy-shared-lib-so.dylib
 
-// If the test hangs, kill it after 15 seconds.
+// FIXME: the following command line may hang in the case of a regression.
 // RUN: DYLD_INSERT_LIBRARIES=darwin-dummy-shared-lib-so.dylib \
-// RUN:     alarm 15 %t 2>&1 | FileCheck %s || exit 1
+// RUN:     %t 2>&1 | FileCheck %s || exit 1
 #include <stdlib.h>
 
 int main() {





More information about the llvm-commits mailing list