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

The test may hang now if a regression occurs.

llvm-svn: 175155
This commit is contained in:
Alexander Potapenko 2013-02-14 12:18:07 +00:00
parent 965a10e07c
commit 6ad3589964
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@
// RUN: %clangxx -m64 %p/../SharedLibs/darwin-dummy-shared-lib-so.cc \ // RUN: %clangxx -m64 %p/../SharedLibs/darwin-dummy-shared-lib-so.cc \
// RUN: -dynamiclib -o darwin-dummy-shared-lib-so.dylib // 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: 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> #include <stdlib.h>
int main() { int main() {