forked from OSchip/llvm-project
[asan] Enable halt_on_error tests on ARM targets.
Differential Revision: http://reviews.llvm.org/D14751 llvm-svn: 253549
This commit is contained in:
parent
1f78296869
commit
dd679b334b
|
@ -6,8 +6,6 @@
|
|||
// RUN: %env_asan_opts=halt_on_error=false %run %t 100 >%t.log 2>&1 || true
|
||||
// Collision will almost always get triggered but we still need to check the unlikely case:
|
||||
// RUN: FileCheck --check-prefix=CHECK-COLLISION %s < %t.log || FileCheck --check-prefix=CHECK-NO-COLLISION %s < %t.log
|
||||
//
|
||||
// REQUIRES: stable-runtime
|
||||
|
||||
#define _SVID_SOURCE 1 // SA_NODEFER
|
||||
|
||||
|
|
|
@ -12,8 +12,6 @@
|
|||
// This one is racy although _very_ unlikely to fail:
|
||||
// RUN: FileCheck %s < 10.txt
|
||||
// RUN: FileCheck --check-prefix=CHECK-COLLISION %s < 1.txt || FileCheck --check-prefix=CHECK-NO-COLLISION %s < 1.txt
|
||||
//
|
||||
// REQUIRES: stable-runtime
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in New Issue