cicku / libproxy

Automatically exported from code.google.com/p/libproxy
GNU Lesser General Public License v2.1
1 stars 0 forks source link

get-pac-test fails (#10) #189

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. cmake -DCMAKE_COLOR_MAKEFILE:BOOL=TRUE -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE 
-DCMAKE_BUILD_TYPE:STRING=None -DCMAKE_C_FLAGS:STRING=-march=native -pipe -O2 
-DCMAKE_CXX_FLAGS:STRING=-march=native -pipe -O2 
-DCMAKE_C_COMPILER:PATH=x86_64-pc-linux-gnu-gcc 
-DCMAKE_CXX_COMPILER:PATH=x86_64-pc-linux-gnu-g++ 
-DCMAKE_INSTALL_PREFIX:PATH=/usr -DLIB_INSTALL_DIR:PATH=/usr/lib64 
-DLIB_SUFFIX:STRING=64 -DCMAKE_PREFIX_PATH:PATH=/usr/lib64 
-DWITH_PERL:BOOL=FALSE -DWITH_GNOME2:BOOL=FALSE -DWITH_VALA:BOOL=FALSE 
-DWITH_GNOME3:BOOL=FALSE -DWITH_KDE4:BOOL=FALSE -DWITH_NM:BOOL=FALSE 
-DWITH_PYTHON:BOOL=FALSE -DWITH_WEBKIT3:BOOL=FALSE -DWITH_MOZJS:BOOL=FALSE .
2.make -j3
3.make -j1 ARGS=--verbose test

What is the expected output? What do you see instead?
10: Test command: /home/sepek/devel/libproxy-0.4.11/libproxy/test/get-pac-test
10: Test timeout computed to be: 1500
10: get-pac-test: 
/home/sepek/devel/libproxy-0.4.11/libproxy/test/get-pac-test.cpp:191: void 
TestServer::sendOverflow(int): Assertion `ret != size' failed.
10/10 Test #10: get-pac-test .....................***Exception: Other  0.01 sec

90% tests passed, 1 tests failed out of 10

What version of the product are you using? On what operating system?
0.4.11, including patch r870

Please provide any additional information below.
tested also with spidermonkey and webkit3

Original issue reported on code.google.com by pl.seid...@gmail.com on 17 Feb 2013 at 2:38

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r878.

Original comment by dominiqu...@gmail.com on 27 Aug 2013 at 6:05