This is an archive of the discontinued LLVM Phabricator instance.

Mark TestCModules.py as XFAIL on OSX
AbandonedPublic

Authored by ovyalov on Jul 14 2015, 4:34 PM.

Details

Reviewers
spyffe
clayborg
Summary

Mark TestCModules.py as XFAIL on OSX - http://llvm.org/pr24124

Diff Detail

Event Timeline

ovyalov updated this revision to Diff 29730.Jul 14 2015, 4:34 PM
ovyalov retitled this revision from to Mark TestCModules.py as XFAIL on OSX.
ovyalov updated this object.
ovyalov added reviewers: spyffe, clayborg.
ovyalov added a subscriber: lldb-commits.
clayborg edited edge metadata.Jul 15 2015, 11:32 AM

This test currently works fine for me. Do we know why this is failing for you and not for others?

This test currently works fine for me. Do we know why this is failing for you and not for others?

It' has been failing on buildbot at least for a week -http://lab.llvm.org:8011/builders/lldb-x86_64-darwin-13.4/builds/3919
I suspect it has something to do with clang version because running "expr @import Darwin; 3" from lldb shell is failing for the same reason:

(lldb) expr @import Darwin; 3

error: import of C++ module 'Darwin.machine.types' appears within extern "C" language linkage specification

extern "C" language linkage specification begins here

import of C++ module 'Darwin.cdefs' appears within extern "C" language linkage specification

extern "C" language linkage specification begins here

I'm running on OSX 10.10 and clang version is:

Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn)

Target: x86_64-apple-darwin14.4.0

Thread model: posix

ovyalov abandoned this revision.Jul 16 2015, 5:05 PM

Updated XCode to 3.6 - works as expected.