gauravkumar1987 / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

gtest-1.2.1 'make check' fails on Solaris10 x86 #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. solaris10 x86 (to test you could use Solaris10-x86 under vmware)
2. gnuutils: gcc-4.2.1 complied with sun's linker, gnu make.
3. make check produces an error on 1 test (does not produce any errors on a
Sparc arch with the exact same build env.)

What is the expected output? What do you see instead?
test should "PASS" instead,
it fails with the following error:

AssertionError: when GTEST_BREAK_ON_FAILURE=0, an assertion failure in
"/oanda/packages/gtest/gtest-1.2.1/test/gtest_break_on_failure_unittest_
--gtest_break_on_failure" should cause a seg-fault.

while running 'make check' one test fails (error.log) attached.
The same build was executed fine on a sparc architecture (no errors).

What version of the product are you using? On what operating system?

googletest-1.2.1 , Solaris 10 , sparc/x86

Please provide any additional information below.

Original issue reported on code.google.com by torped...@gmail.com on 25 Feb 2009 at 11:18

Attachments:

GoogleCodeExporter commented 9 years ago
Solaris is not an officially supported OS, as the regular contributors of gtest 
don't 
have access to it.  The test failure you reported doesn't affect the 
correctness of a 
user test, and thus is not critical.  Feel free to investigate a fix yourself 
and 
share the fix with us.  I'm closing the issue now as we cannot do much about it 
without access to Solaris.

Original comment by zhanyong...@gmail.com on 26 Feb 2009 at 4:12