diff options
author | Kostya Serebryany <kcc@google.com> | 2016-02-06 04:50:30 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2016-02-06 04:50:30 +0000 |
commit | bafa729e26923f11c199fb1e2b8d38fbf6f471c2 (patch) | |
tree | 5c402201f484fed18604f51377147105b158e2d2 | |
parent | c02ed2a8e2e8cdbc55db546ce2ba5c7004d5eb64 (diff) | |
download | bcm5719-llvm-bafa729e26923f11c199fb1e2b8d38fbf6f471c2.tar.gz bcm5719-llvm-bafa729e26923f11c199fb1e2b8d38fbf6f471c2.zip |
[asan] trying to fix the non-x86 bots
llvm-svn: 259981
-rw-r--r-- | compiler-rt/test/asan/TestCases/scariness_score_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/scariness_score_test.cc b/compiler-rt/test/asan/TestCases/scariness_score_test.cc index f251ae13a3d..65906e8db64 100644 --- a/compiler-rt/test/asan/TestCases/scariness_score_test.cc +++ b/compiler-rt/test/asan/TestCases/scariness_score_test.cc @@ -29,6 +29,8 @@ // RUN: not %run %t 24 2>&1 | FileCheck %s --check-prefix=CHECK24 // RUN: not %run %t 25 2>&1 | FileCheck %s --check-prefix=CHECK25 // RUN: not %run %t 26 2>&1 | FileCheck %s --check-prefix=CHECK26 +// Parts of the test are too platform-specific: +// REQUIRES: x86_64-supported-target #include <stdlib.h> #include <stdio.h> #include <string.h> |