Test relies on a POSIX-only function getpid(), so the expression on Windows gets an undefined symbol. If you substitute _getpid(), the interpreter complains that it uses an opcode it doesn't support.
Details
Details
Diff Detail
Diff Detail
Differential D19626
XFail TestIRInterpreter on Windows amccarth on Apr 27 2016, 2:37 PM. Authored by
Details Test relies on a POSIX-only function getpid(), so the expression on Windows gets an undefined symbol. If you substitute _getpid(), the interpreter complains that it uses an opcode it doesn't support.
Diff Detail |