summaryrefslogtreecommitdiffstats
path: root/llvm/test/LLVMC/C++
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/LLVMC/C++')
-rw-r--r--llvm/test/LLVMC/C++/dash-x.cpp1
-rw-r--r--llvm/test/LLVMC/C++/hello.cpp1
-rw-r--r--llvm/test/LLVMC/C++/together.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/LLVMC/C++/dash-x.cpp b/llvm/test/LLVMC/C++/dash-x.cpp
index b32400e0b03..7d4cf19fa41 100644
--- a/llvm/test/LLVMC/C++/dash-x.cpp
+++ b/llvm/test/LLVMC/C++/dash-x.cpp
@@ -1,6 +1,7 @@
// Test that we can compile .c files as C++ and vice versa
// RUN: llvmc %s -x c++ %p/../test_data/false.c -x c %p/../test_data/false.cpp -x lisp -x whatnot -x none %p/../test_data/false2.cpp -o %t
// RUN: %abs_tmp | grep hello
+// XFAIL: vg
extern int test_main();
diff --git a/llvm/test/LLVMC/C++/hello.cpp b/llvm/test/LLVMC/C++/hello.cpp
index b9c6399ebfc..8f38306e9e9 100644
--- a/llvm/test/LLVMC/C++/hello.cpp
+++ b/llvm/test/LLVMC/C++/hello.cpp
@@ -1,6 +1,7 @@
// Test that we can compile C++ code.
// RUN: llvmc %s -o %t
// RUN: %abs_tmp | grep hello
+// XFAIL: vg
#include <iostream>
int main() {
diff --git a/llvm/test/LLVMC/C++/together.cpp b/llvm/test/LLVMC/C++/together.cpp
index e02f69aec8d..925215a4db5 100644
--- a/llvm/test/LLVMC/C++/together.cpp
+++ b/llvm/test/LLVMC/C++/together.cpp
@@ -1,6 +1,7 @@
// Check that we can compile files of different types together.
// RUN: llvmc %s %p/../test_data/together.c -o %t
// RUN: %abs_tmp | grep hello
+// XFAIL: vg
extern "C" void test();
OpenPOWER on IntegriCloud