forked from OSchip/llvm-project
[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:
parent
965a10e07c
commit
6ad3589964
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue