OSDN Git Service

[AVR] Mark a failing symbolizer test as XFAIL
authorDylan McKay <me@dylanmckay.io>
Sun, 30 Jul 2017 14:55:11 +0000 (14:55 +0000)
committerDylan McKay <me@dylanmckay.io>
Sun, 30 Jul 2017 14:55:11 +0000 (14:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309512 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-symbolizer/print_context.c

index 3fd881c..5d0b298 100644 (file)
@@ -1,6 +1,9 @@
 // REQUIRES: x86_64-linux
 // RUN: %host_cc -O0 -g %s -o %t 2>&1
 // RUN: %t 2>&1 | llvm-symbolizer -print-source-context-lines=5 -obj=%t | FileCheck %s
+//
+// See PR31870 for more details on the XFAIL
+// XFAIL: avr
 
 #include <stdio.h>