Source: gtest
Version: 1.7.0-4
Severity: important

>From my pbuilder build log, using a chroot with gcc-defaults and glibc
from experimental:

...
31/41 Test #30: gtest_catch_exceptions_test ........***Failed    0.82 sec
.FFFFFF.
======================================================================
FAIL: testCatchesCxxExceptionsInSetUp (__main__.CatchCxxExceptionsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/build/gtest-1.7.0/test/gtest_catch_exceptions_test.py", line
176, in testCatchesCxxExceptionsInSetUp
   in EX_BINARY_OUTPUT)
AssertionError: False is not true

======================================================================
FAIL: testCatchesCxxExceptionsInSetUpTestCase (__main__.CatchCxxExceptionsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/build/gtest-1.7.0/test/gtest_catch_exceptions_test.py", line
148, in testCatchesCxxExceptionsInSetUpTestCase
   in EX_BINARY_OUTPUT)
AssertionError: False is not true

======================================================================
FAIL: testCatchesCxxExceptionsInTearDown (__main__.CatchCxxExceptionsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/build/gtest-1.7.0/test/gtest_catch_exceptions_test.py", line
194, in testCatchesCxxExceptionsInTearDown
   in EX_BINARY_OUTPUT)
AssertionError: False is not true

======================================================================
FAIL: testCatchesCxxExceptionsInTearDownTestCase
(__main__.CatchCxxExceptionsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/build/gtest-1.7.0/test/gtest_catch_exceptions_test.py", line
171, in testCatchesCxxExceptionsInTearDownTestCase
   in EX_BINARY_OUTPUT)
AssertionError: False is not true

======================================================================
FAIL: testCatchesCxxExceptionsInTestBody (__main__.CatchCxxExceptionsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/build/gtest-1.7.0/test/gtest_catch_exceptions_test.py", line
205, in testCatchesCxxExceptionsInTestBody
   in EX_BINARY_OUTPUT)
AssertionError: False is not true

======================================================================
FAIL: testCatchesNonStdCxxExceptions (__main__.CatchCxxExceptionsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
 File "/build/gtest-1.7.0/test/gtest_catch_exceptions_test.py", line
218, in testCatchesNonStdCxxExceptions
   in EX_BINARY_OUTPUT)
AssertionError: False is not true

----------------------------------------------------------------------
Ran 8 tests in 0.004s

FAILED (failures=6)

32/41 Test #34: gtest_help_test ....................   Passed    0.51 sec
33/41 Test #35: gtest_list_tests_unittest ..........   Passed    0.51 sec
34/41 Test #37: gtest_shuffle_test .................   Passed    0.07 sec
35/41 Test #36: gtest_output_test ..................   Passed    0.17 sec
36/41 Test #38: gtest_throw_on_failure_test ........   Passed    0.17 sec
37/41 Test #33: gtest_filter_unittest ..............   Passed    0.68 sec
     Start 39: gtest_uninitialized_test
     Start 40: gtest_xml_outfiles_test
     Start 41: gtest_xml_output_unittest
38/41 Test #40: gtest_xml_outfiles_test ............   Passed    0.14 sec
39/41 Test #39: gtest_uninitialized_test ...........   Passed    0.24 sec
40/41 Test #41: gtest_xml_output_unittest ..........   Passed    0.24 sec
41/41 Test #11: gtest-port_test ....................   Passed    2.03 sec

98% tests passed, 1 tests failed out of 41

Total Test time (real) =   2.21 sec

The following tests FAILED:
        30 - gtest_catch_exceptions_test (Failed)
Errors while running CTest
Makefile:64: recipe for target 'test' failed
make[1]: *** [test] Error 8
make[1]: Leaving directory '/build/gtest-1.7.0/obj-x86_64-linux-gnu'
dh_auto_test: make -j8 test ARGS+=-j8 returned exit code 2
debian/rules:5: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
-- 
Daniel Schepler

Reply via email to