2 failures detected in test suite "Bitcoin Test Suite"

Hi All - I’m new here - so Howdy. I’m trying to get this up and running on a Mac running parallels and following the Public Alpha Guide on Github. I’m getting stuck on the testing section. I’ve tried this three times in with clean re-installs of Ubuntu 14.04. When I run the test I’m getting the following failure message:

*** 2 failures detected in test suite “Bitcoin Test Suite”

FAIL: zcash-gtest

[==========] Running 21 tests from 6 test cases.
[----------] Global test environment set-up.
[----------] 1 test from tautologies
[ RUN ] tautologies.seven_eq_seven
[ OK ] tautologies.seven_eq_seven (0 ms)
[----------] 1 test from tautologies (0 ms total)

[----------] 1 test from checktransaction_tests
[ RUN ] checktransaction_tests.check_vpub_not_both_nonzero
[ OK ] checktransaction_tests.check_vpub_not_both_nonzero (0 ms)
[----------] 1 test from checktransaction_tests (0 ms total)

[----------] 3 tests from joinsplit
[ RUN ] joinsplit.h_sig
[ OK ] joinsplit.h_sig (9 ms)
[ RUN ] joinsplit.full_api_test

===== FAILED: make check || { echo === ./src/test-suite.log === ; cat ./src/test-suite.log ; false ; }

Any help would be appreciated.

check for updates with the ubuntu 14.04. that worked for me.

FIgured it out - if running in Parallels you need to bump up the amount of memory given to the virtual machine. I think the default was around 1Gb. Kicked it up to 16 and we’re all good.