summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2016-10-06 19:18:48 +0000
committerTodd Fiala <todd.fiala@gmail.com>2016-10-06 19:18:48 +0000
commit396bbe3cf59245686ef3d73c91fe87a63a09aa06 (patch)
treec23e001d556e6a6c8d74f5fb511740043a0d017b /lldb/packages/Python/lldbsuite/test
parent50d328b282f5301383edabe50392ca18638e7b9b (diff)
downloadbcm5719-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.py1
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)
OpenPOWER on IntegriCloud