On Fri, Dec 11, 2015 at 11:12 AM, Dylan Brown via swift-users <
swift-users@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 <griboz...@gmail.com>*/
_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users

Reply via email to