Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 478168 - www-client/chromium-30.0.1568.0 fails SpdyFramerTests/SpdyFramerTest.CreatePushPromiseCompressed/2
Summary: www-client/chromium-30.0.1568.0 fails SpdyFramerTests/SpdyFramerTest.CreatePu...
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: https://groups.google.com/a/chromium....
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2013-07-25 19:37 UTC by Paweł Hajdan, Jr. (RETIRED)
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 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2013-07-25 19:37:20 UTC
[ RUN      ] SpdyFramerTests/SpdyFramerTest.CreatePushPromiseCompressed/2
../../net/spdy/spdy_test_utils.cc:77: Failure
Failed
Description:
PUSH_PROMISE frame

Expected:
 00 *39* 0c  00   .9..
 00  00  00  2a   ...*
 00  00  00  39   ...9
 38 *ea* e3  c6   8...
 a7  c2 *02**e5*  ....
*0e**50**c2**4b*  .P.K
*4a**04**e5**0b*  J...
*66**80**00**4a*  f..J
*cb**cf**07**08*  ....
*20**10**95**96*   ...
*9f**0f**a2* 00   ....
*02**28**29**b1*  .().
*08**20**80**00*  . ..
*00**00**00**ff*  ....
*ff*              .

Actual:
 00 *3c* 0c  00   .<..
 00  00  00  2a   ...*
 00  00  00  39   ...9
 38 *30* e3  c6   80..
 a7  c2 *00**20*  ... 
*00**df**ff**00*  ....
*00**00**02**00*  ....
*00**00**03**62*  ...b
*61**72**00**00*  ar..
*00**03**66**6f*  ..fo
*6f**00**00* 00   o...
*03**66**6f**6f*  .foo
*00**00**00**03*  ....
*62**61**72**00*  bar.
*00**00**ff**ff*  ....

[  FAILED  ] SpdyFramerTests/SpdyFramerTest.CreatePushPromiseCompressed/2, where GetParam() = 4 (0 ms)
Comment 1 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2013-07-25 21:25:55 UTC
This is triggered by use_system_zlib=1 . The error does not occur when using bundled zlib.
Comment 2 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2014-06-06 06:59:41 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.