forked from OSchip/llvm-project
xfail TestDataFormatterNSIndexPath.py on macOS i386
Tracked by: rdar://28656605 llvm-svn: 283483
This commit is contained in:
parent
50d328b282
commit
396bbe3cf5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue