diff options
| author | Zachary Turner <zturner@google.com> | 2015-09-11 20:00:25 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2015-09-11 20:00:25 +0000 |
| commit | 0df2865083347ad41cf066718375807f66cddc57 (patch) | |
| tree | d7883ec757473133c501712d8fee1e54844de0d6 /lldb/test/functionalities | |
| parent | db8201f11ca16d8d8543db20a60a83b335220963 (diff) | |
| download | bcm5719-llvm-0df2865083347ad41cf066718375807f66cddc57.tar.gz bcm5719-llvm-0df2865083347ad41cf066718375807f66cddc57.zip | |
XFAIL some more tests related to value api
llvm.org/pr24772
llvm-svn: 247458
Diffstat (limited to 'lldb/test/functionalities')
| -rw-r--r-- | lldb/test/functionalities/data-formatter/stringprinter/TestStringPrinter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/data-formatter/stringprinter/TestStringPrinter.py b/lldb/test/functionalities/data-formatter/stringprinter/TestStringPrinter.py index a70d2ca7414..844428a5a8c 100644 --- a/lldb/test/functionalities/data-formatter/stringprinter/TestStringPrinter.py +++ b/lldb/test/functionalities/data-formatter/stringprinter/TestStringPrinter.py @@ -1,3 +1,3 @@ import lldbinline -lldbinline.MakeInlineTest(__file__, globals()) +lldbinline.MakeInlineTest(__file__, globals(), [lldbtest.expectedFailureWindows("llvm.org/pr24772")]) |

