Hey,
I’m running the probability distribution tests (the generated ones) with the new operands_and_partials and one of them is failing and just exiting like so:
make -j8 test/prob/normal/normal_00000_generated_fv_test
make: `test/prob/normal/normal_00000_generated_fv_test' is up to date.
------------------------------------------------------------
test/prob/normal/normal_00000_generated_fv_test --gtest_output="xml:test/prob/normal/normal_00000_generated_fv_test.xml"
Running main() from gtest_main.cc
[==========] Running 800 tests from 100 test cases.
[----------] Global test environment set-up.
[----------] 8 tests from AgradDistributionNormal_fv_0/AgradDistributionTestFixture/0, where TypeParam = boost::mpl::vector<AgradDistributionNormal, boost::mpl::vector<double, double, stan::math::fvar<stan::math::var>, empty, empty, empty, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na>
[ RUN ] AgradDistributionNormal_fv_0/AgradDistributionTestFixture/0.CallAllVersions
test/prob/normal/normal_00000_generated_fv_test --gtest_output="xml:test/prob/normal/normal_00000_generated_fv_test.xml" failed
exit now (04/19/17 18:23:27 EDT)
Anyone know how to get more information? I assume I can go dig into INSTANTIATE_TYPED_TEST_CASE_P
and start adding printlines but I am guessing this is common enough that some people might have some tips?
Thanks,
Sean