diff options
author | Eric Christopher <echristo@gmail.com> | 2013-09-04 05:06:10 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-09-04 05:06:10 +0000 |
commit | 8b6f708cda0e3394dad5be32203b24ee8c31cdde (patch) | |
tree | 36ab2c3c16b34320e2b3821feb7fa0a8a722a895 /debuginfo-tests | |
parent | b69b7fedbf8333cb362dc6554a9e7c8a6877504f (diff) | |
download | bcm5719-llvm-8b6f708cda0e3394dad5be32203b24ee8c31cdde.tar.gz bcm5719-llvm-8b6f708cda0e3394dad5be32203b24ee8c31cdde.zip |
Only fail this on darwin since most other platforms should have a newer
gdb.
llvm-svn: 189920
Diffstat (limited to 'debuginfo-tests')
-rw-r--r-- | debuginfo-tests/static-member.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debuginfo-tests/static-member.cpp b/debuginfo-tests/static-member.cpp index 6aafd2be86f..751233147e3 100644 --- a/debuginfo-tests/static-member.cpp +++ b/debuginfo-tests/static-member.cpp @@ -1,7 +1,7 @@ // RUN: %clangxx -O0 -g %s -o %t -c // RUN: %clangxx %t -o %t.out // RUN: %test_debuginfo %s %t.out -// XFAIL: * +// XFAIL: darwin // DEBUGGER: delete breakpoints // DEBUGGER: break static-member.cpp:33 |