xfail TestDataFormatterNSIndexPath.py on macOS i386

Tracked by:
rdar://28656605

llvm-svn: 283483
This commit is contained in:
Todd Fiala 2016-10-06 19:18:48 +00:00
parent 50d328b282
commit 396bbe3cf5
1 changed files with 1 additions and 0 deletions

View File

@ -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)