From bafa729e26923f11c199fb1e2b8d38fbf6f471c2 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Sat, 6 Feb 2016 04:50:30 +0000 Subject: [PATCH] [asan] trying to fix the non-x86 bots llvm-svn: 259981 --- compiler-rt/test/asan/TestCases/scariness_score_test.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler-rt/test/asan/TestCases/scariness_score_test.cc b/compiler-rt/test/asan/TestCases/scariness_score_test.cc index f251ae13..65906e8 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 #include #include -- 2.7.4