[compiler-rt] r259981 - [asan] trying to fix the non-x86 bots
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 5 20:50:30 PST 2016
Author: kcc
Date: Fri Feb 5 22:50:30 2016
New Revision: 259981
URL: http://llvm.org/viewvc/llvm-project?rev=259981&view=rev
Log:
[asan] trying to fix the non-x86 bots
Modified:
compiler-rt/trunk/test/asan/TestCases/scariness_score_test.cc
Modified: compiler-rt/trunk/test/asan/TestCases/scariness_score_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/scariness_score_test.cc?rev=259981&r1=259980&r2=259981&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/scariness_score_test.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/scariness_score_test.cc Fri Feb 5 22:50:30 2016
@@ -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>
More information about the llvm-commits
mailing list