[swift-users] Swift is building from source, failing tests.

Dmitri Gribenko gribozavr at gmail.com
Fri Dec 11 16:22:41 CST 2015


On Fri, Dec 11, 2015 at 11:12 AM, Dylan Brown via swift-users <
swift-users at swift.org> wrote:

> Hello! When running `utils/build-script --clean -t`, I'm able to complete
> the build but it regularly fails the same 4/6 tests. Also, check-swift and
> check-swift-validation are not found in the build directory alongside
> Ninja-DebugAssert.
> I've been working at this for a while, and I'm not sure where to look
> next. Any ideas what could be going wrong?
>
> Thanks!
> Dylan
>
>   Python 2.7.10
>

You probably have Python 3.5 installed.  Cmark tests are incompatible with
that revision.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-users/attachments/20151211/13538b95/attachment.html>


More information about the swift-users mailing list