You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did a completely vanilla install of folly on an up-to-date machine. Got this error from "make check":
chet@twitter:~/Hack/fbthrift/src/folly/folly/test$ ./try_test
[==========] Running 18 tests from 1 test case.
[----------] Global test environment set-up.
....
[ RUN ] Try.exception
TryTest.cpp:210: Failure
Expected: -3
To be equal to: *obj.exception().get_exception()
Which is: 144
[ FAILED ] Try.exception (0 ms)
cloned at revision: 0d13183
folly configured with: "./configure", built strictly according to the instructions.
The text was updated successfully, but these errors were encountered:
chetmurthy
changed the title
"make check" fails on Ubuntu 16.04.1 amd64
"make check" fails on Ubuntu 16.04.3 amd64
Dec 4, 2017
Did a completely vanilla install of folly on an up-to-date machine. Got this error from "make check":
chet@twitter:~/Hack/fbthrift/src/folly/folly/test$ ./try_test
[==========] Running 18 tests from 1 test case.
[----------] Global test environment set-up.
....
[ RUN ] Try.exception
TryTest.cpp:210: Failure
Expected: -3
To be equal to: *obj.exception().get_exception()
Which is: 144
[ FAILED ] Try.exception (0 ms)
cloned at revision: 0d13183
folly configured with: "./configure", built strictly according to the instructions.
The text was updated successfully, but these errors were encountered: