[compiler-rt] r299099 - Fixup for r299085: Disable the scribble.cc test on AArch64.

Kuba Mracek via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 12:36:49 PDT 2017


Author: kuba.brecka
Date: Thu Mar 30 14:36:49 2017
New Revision: 299099

URL: http://llvm.org/viewvc/llvm-project?rev=299099&view=rev
Log:
Fixup for r299085: Disable the scribble.cc test on AArch64.


Modified:
    compiler-rt/trunk/test/asan/TestCases/scribble.cc

Modified: compiler-rt/trunk/test/asan/TestCases/scribble.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/scribble.cc?rev=299099&r1=299098&r2=299099&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/scribble.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/scribble.cc Thu Mar 30 14:36:49 2017
@@ -2,6 +2,8 @@
 // RUN: %run %t 2>&1 | FileCheck --check-prefix=CHECK-NOSCRIBBLE %s
 // RUN: %env_asan_opts=max_free_fill_size=4096 %run %t 2>&1 | FileCheck --check-prefix=CHECK-SCRIBBLE %s
 
+// REQUIRES: stable-runtime
+
 #include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>




More information about the llvm-commits mailing list