[PATCH] D41101: [testsuite] Remove testing failures vestiges
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 11 17:07:57 PST 2017
davide created this revision.
Herald added a subscriber: mehdi_amini.
Some tests are failing on macOS when building with the in-tree clang, and this is because they're conditional on the version released.
Apple releases using a different versioning number, but as these are conditional on llvm < 7, they fail for clang ToT (which is 6.0).
As a general solution, we actually need either a mapping between Apple internal release version and public ones, or XFAIL both (which is more cumbersome).
That said, I discussed this with Fred , and Apple Clang 6.0 seems to be old enough that we can remove this altogether (which means I can delay implementing the general purpose solution for a bit).
Thanks!
https://reviews.llvm.org/D41101
Files:
packages/Python/lldbsuite/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41101.126478.patch
Type: text/x-patch
Size: 3914 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171212/60f4f0c7/attachment.bin>
More information about the llvm-commits
mailing list