diff options
author | Zachary Turner <zturner@google.com> | 2015-09-11 20:00:00 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-09-11 20:00:00 +0000 |
commit | 608cb82e46e2462e14bd7f72786f5cd9fd359aa5 (patch) | |
tree | e368ebf19f2607dc54dc57ea600438d4a29eb098 /lldb/test/lang/cpp/global_operators/TestCppGlobalOperators.py | |
parent | 6e8cbc0ff2d8e93f26edabfd2930fa48c0af8d64 (diff) | |
download | bcm5719-llvm-608cb82e46e2462e14bd7f72786f5cd9fd359aa5.tar.gz bcm5719-llvm-608cb82e46e2462e14bd7f72786f5cd9fd359aa5.zip |
XFAIL tests that try to call a function in the inferior.
llvm.org/pr21765
llvm-svn: 247456
Diffstat (limited to 'lldb/test/lang/cpp/global_operators/TestCppGlobalOperators.py')
-rw-r--r-- | lldb/test/lang/cpp/global_operators/TestCppGlobalOperators.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/global_operators/TestCppGlobalOperators.py b/lldb/test/lang/cpp/global_operators/TestCppGlobalOperators.py index 1145215158b..9ea49d6133e 100644 --- a/lldb/test/lang/cpp/global_operators/TestCppGlobalOperators.py +++ b/lldb/test/lang/cpp/global_operators/TestCppGlobalOperators.py @@ -16,6 +16,7 @@ class TestCppGlobalOperators(TestBase): self.check() @dwarf_test + @expectedFailureWindows("llvm.org/pr21765") def test_with_dwarf_and_run_command(self): self.buildDwarf() self.check() |