diff options
| author | Zachary Turner <zturner@google.com> | 2016-01-08 22:21:40 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2016-01-08 22:21:40 +0000 |
| commit | c29de82956b36c17bc6655103cc4370e33102a54 (patch) | |
| tree | a5bf9f5a1989428bd9923475d9eb6396a1d6c7d6 /lldb/packages/Python/lldbsuite/test/functionalities/data-formatter | |
| parent | 52c7c5fa3e6fc34bc4a4afc38645b937e7232b51 (diff) | |
| download | bcm5719-llvm-c29de82956b36c17bc6655103cc4370e33102a54.tar.gz bcm5719-llvm-c29de82956b36c17bc6655103cc4370e33102a54.zip | |
Remove XFAIL from a few tests that have been fixed on Windows.
llvm-svn: 257219
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/data-formatter')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/language_category_updates/TestDataFormatterLanguageCategoryUpdates.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/language_category_updates/TestDataFormatterLanguageCategoryUpdates.py b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/language_category_updates/TestDataFormatterLanguageCategoryUpdates.py index b7562c4336a..f30733d2d81 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/language_category_updates/TestDataFormatterLanguageCategoryUpdates.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/language_category_updates/TestDataFormatterLanguageCategoryUpdates.py @@ -21,7 +21,6 @@ class LanguageCategoryUpdatesTestCase(TestBase): # Find the line number to break at. self.line = line_number('main.cpp', '// break here') - @expectedFailureWindows("llvm.org/pr24462") # Data formatters have problems on Windows def test_with_run_command(self): """Test that LLDB correctly cleans caches when language categories change.""" # This is the function to remove the custom formats in order to have a |

