XFail TestIRInterpreter on Windows

There's an open bug with calling functions in the inferior.  And Windows doesn't have the POSIX function getpid().

Differential Revision: http://reviews.llvm.org/D19626

llvm-svn: 267800
This commit is contained in:
Adrian McCarthy 2016-04-27 21:53:19 +00:00
parent a3782da3e3
commit 37d3fac3a7
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class IRInterpreterTestCase(TestBase):
self.runCmd("run", RUN_SUCCEEDED)
@add_test_categories(['pyapi'])
@expectedFailureAll(oslist=['windows'], bugnumber="21765") # getpid() is POSIX, among other problems, see bug
def test_ir_interpreter(self):
self.build_and_run()