Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 487358 - www-client/chromium-31.0.1650.12 fails tests
Summary: www-client/chromium-31.0.1650.12 fails tests
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2013-10-08 21:48 UTC by Mike Gilbert
Modified: 2014-06-06 06:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Gilbert gentoo-dev 2013-10-08 21:48:21 UTC
From base_unittests:

[ RUN      ] SecurityTest.NewOverflow
[13032:13032:1007/224440:345008024216:FATAL:memory_linux.cc(25)] Out of memory, size = 18446744073709551615
Received signal 6
 [0x00000091606e] base::debug::StackTrace::StackTrace()
 [0x000000916579] base::debug::(anonymous namespace)::StackDumpSignalHandler()
 [0x7ff5183dc090] <unknown>
 [0x7ff5180570f9] gsignal
 [0x7ff518058687] abort
 [0x000000914f09] base::debug::BreakDebugger()
 [0x00000093602d] logging::LogMessage::~LogMessage()
 [0x00000094b55f] base::(anonymous namespace)::OnNoMemorySize()
 [0x00000094b60a] malloc
 [0x7ff51894349d] operator new()
 [0x000000782c7d] (anonymous namespace)::SecurityTest_NewOverflow_Test::TestBody()
 [0x0000009cbeef] testing::Test::Run()
 [0x0000009cbfb4] testing::TestInfo::Run()
 [0x0000009cc134] testing::TestCase::Run()
 [0x0000009cda4f] testing::internal::UnitTestImpl::RunAllTests()
 [0x0000009cdd07] testing::UnitTest::Run()
 [0x00000099a156] base::TestSuite::Run()
 [0x000000989dee] (anonymous namespace)::RunTestSuite()
 [0x0000009a7371] base::LaunchUnitTests()
 [0x00000042a392] main
 [0x7ff5180434b5] __libc_start_main
 [0x00000042afd9] <unknown>
  r8: 00007fff0cb2c9e5  r9: 00007fff0cb2c9d9 r10: 0000000000000008 r11: 0000000000000206
 r12: 00007fff0cb2cde0 r13: 0000000000000000 r14: 0000014195f3ba06 r15: 000000000268e780
  di: 00000000000032e8  si: 00000000000032e8  bp: 00007ff518beb3c0  bx: 00007fff0cb2d250
  dx: 0000000000000006  ax: 0000000000000000  cx: ffffffffffffffff  sp: 00007fff0cb2cc78
  ip: 00007ff5180570f9 efl: 0000000000000206 cgf: 0000000000000033 erf: 0000000000000000
 trp: 0000000000000000 msk: 0000000000000000 cr2: 0000000000000000
 * out/Release/base_unittests failed


From net_unittests:

[ RUN      ] CertVerifyProcTest.WithoutRevocationChecking
[14473:14473:1007/224718:345166843857:ERROR:cert_verify_proc_nss.cc(855)] CERT_PKIXVerifyCert for www.google.com failed err=-8181
../../net/cert/cert_verify_proc_unittest.cc:135: Failure
Value of: Verify(google_full_chain.get(), "www.google.com", 0 , __null, empty_cert_list_, &verify_result)
  Actual: -201
Expected: OK
Which is: 0
[  FAILED  ] CertVerifyProcTest.WithoutRevocationChecking (2 ms)


[ RUN      ] CertVerifyProcTest.CRLSet
[14473:14473:1007/224719:345167048605:ERROR:cert_verify_proc_nss.cc(855)] CERT_PKIXVerifyCert for www.google.com failed err=-8181
../../net/cert/cert_verify_proc_unittest.cc:1074: Failure
Value of: error
  Actual: -201
Expected: OK
Which is: 0
[14473:14473:1007/224719:345167048728:ERROR:cert_verify_proc_nss.cc(855)] CERT_PKIXVerifyCert for www.google.com failed err=-8181
../../net/cert/cert_verify_proc_unittest.cc:1089: Failure
Value of: error
  Actual: -201
Expected: ERR_CERT_REVOKED
Which is: -206
[14473:14473:1007/224719:345167048816:ERROR:cert_verify_proc_nss.cc(855)] CERT_PKIXVerifyCert for www.google.com failed err=-8181
../../net/cert/cert_verify_proc_unittest.cc:1104: Failure
Value of: error
  Actual: -201
Expected: ERR_CERT_REVOKED
Which is: -206
[14473:14473:1007/224719:345167048899:ERROR:cert_verify_proc_nss.cc(855)] CERT_PKIXVerifyCert for www.google.com failed err=-8181
../../net/cert/cert_verify_proc_unittest.cc:1119: Failure
Value of: error
  Actual: -201
Expected: ERR_CERT_REVOKED
Which is: -206
[  FAILED  ] CertVerifyProcTest.CRLSet (2 ms)
Comment 1 Mike Gilbert gentoo-dev 2013-10-11 00:42:29 UTC
SecurityText.NewOverflow dies on chromium-32.0.1664.3 as well. The others seem to be working.
Comment 2 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2014-06-06 06:59:40 UTC
We've removed src_test from recent chromium ebuilds. Please see http://thread.gmane.org/gmane.linux.gentoo.devel/91271 ("RFC: Removing src_test from www-client/chromium" on gentoo-dev) for context.