diff options
author | Todd Fiala <todd.fiala@gmail.com> | 2016-10-06 19:18:48 +0000 |
---|---|---|
committer | Todd Fiala <todd.fiala@gmail.com> | 2016-10-06 19:18:48 +0000 |
commit | 396bbe3cf59245686ef3d73c91fe87a63a09aa06 (patch) | |
tree | c23e001d556e6a6c8d74f5fb511740043a0d017b /lldb/packages/Python/lldbsuite/test | |
parent | 50d328b282f5301383edabe50392ca18638e7b9b (diff) | |
download | bcm5719-llvm-396bbe3cf59245686ef3d73c91fe87a63a09aa06.tar.gz bcm5719-llvm-396bbe3cf59245686ef3d73c91fe87a63a09aa06.zip |
xfail TestDataFormatterNSIndexPath.py on macOS i386
Tracked by:
rdar://28656605
llvm-svn: 283483
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsindexpath/TestDataFormatterNSIndexPath.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsindexpath/TestDataFormatterNSIndexPath.py b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsindexpath/TestDataFormatterNSIndexPath.py index 5ef84b019df..2d66a941ed3 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsindexpath/TestDataFormatterNSIndexPath.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/nsindexpath/TestDataFormatterNSIndexPath.py @@ -45,6 +45,7 @@ class NSIndexPathDataFormatterTestCase(TestBase): commands() @skipUnlessDarwin + @expectedFailureAll(archs=['i386'], bugnumber="rdar://28656605") def test_nsindexpath_with_run_command(self): """Test formatters for NSIndexPath.""" self.appkit_tester_impl(self.nsindexpath_data_formatter_commands) |