gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

many test failures on solaris


From: Riccardo Mottola
Subject: many test failures on solaris
Date: Wed, 20 May 2015 16:45:13 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33.1

Hi,

since I have that NSBundle problems, I thought of running tests: Solaris 10 /sparc / gcc 4.9.2

6538 Passed tests
1350 Failed tests
  38 Dashed hopes
   5 Skipped sets
   1 Failed file
   1 Failed build

an excerpt from the log looks like:

bash-4.3$ grep Failed tests.log  | more
Failed test: general.m:51 ... GMT time zone is correctly accounted for. Failed test: general.m:55 ... EST time zone is correctly accounted for.
Failed test:       general.m:68 ... Year is 1982
Failed test:       general.m:69 ... Date is formatted correctly.
Failed test:     create.m:26 ... +hostWithName: works for IPV6 addr
Failed test:         basic10_4.m:145 ... negativeFormat used for -ve number
Failed build:
Failed file:     test01.m aborted without running all tests!
Failed test: test00.m:86 ... NSURLConnection synchronous load returns a resp
onse
Failed test:     test00.m:88 ... NSURLConnection chunked test OK
Failed test:     test00.m:143 ... respond test 1313 OK
Failed test:     test00.m:143 ... respond test 1312 OK
Failed test:     test00.m:143 ... respond test 1311 OK
Failed test:     test00.m:143 ... respond test 1310 OK
Failed test:     test00.m:143 ... respond test 1309 OK
<...>
Failed test:     test00.m:143 ... respond test 1 OK
Failed test:     test00.m:143 ... respond test 0 OK
Failed test:     test00.m:186 ... respond with keepalive 0 (pause 0) OK
Failed test:     test00.m:186 ... respond with keepalive 1 (pause 0) OK
Failed test:     test00.m:186 ... respond with keepalive 0 (pause 4) OK
Failed test:     test00.m:186 ... respond with keepalive 1 (pause 4) OK
Failed test:     test00.m:186 ... respond with keepalive 0 (pause 8) OK
Failed test:     test00.m:186 ... respond with keepalive 1 (pause 8) OK
Failed test:     test00.m:186 ... respond with keepalive 0 (pause 12) OK
Failed test:     test00.m:186 ... respond with keepalive 1 (pause 12) OK
Failed test: test02.m:60 ... NSURLConnection synchronous load returns a resp
onse
Failed test:     test02.m:67 ... NSURLConnection capture test OK
Failed test: test01.m:75 ... connection to dead(not-listening) HTTP service Failed test: test01.m:90 ... connection to dead(not-listening) HTTPS service
Failed test:     test02.m:52 ... GET http://localhost:54321
Failed test: test02.m:71 ... response 400 .... GET http://localhost:54321/40
0
Failed test: test02.m:92 ... payload... response 400 .... POST http://localh
ost:54321/400
Failed test: test02.m:118 ... redirecting... GET http://localhost:54321/301
Failed test:     test03.m:61 ... HTTPS... GET https://localhost:54321
Failed test: test03.m:80 ... HTTPS... response 400 .... GET https://localhos
t:54321/400
Failed test: test03.m:101 ... HTTPS... payload... response 400 .... POST htt
ps://localhost:54321/400
Failed test: test03.m:127 ... HTTPS... redirecting... GET https://localhost:
54321/301
Failed test: test04.m:62 ... no auth... GET http://localhost:54321/withoutau
th
Failed test: test04.m:90 ... no auth... response 400 .... GET http://localho
st:54321/400/withoutauth
Failed test: test04.m:120 ... no auth... payload... response 400 .... POST h
ttp://localhost:54321/400/withoutauth
Failed test: test04.m:151 ... no auth... redirecting... GET http://localhost
:54321/301/withoutauth
Failed test: test05.m:70 ... HTTPS... no auth...GET https://localhost:54321/
withoutauth
Failed test: test05.m:98 ... HTTPS... no auth... response 400... GET https:/
/localhost:54321/400/withoutauth
Failed test: test05.m:128 ... HTTPS... no auth... payload... response 400 ..
.. POST https://localhost:54321/400/withoutauth
Failed test: test05.m:159 ... HTTPS... no auth... redirecting... GET https:/
/localhost:54321/301/withoutauth


that test00.m:186 gets written an incredible amount of times! A detail is:
015-05-20 15:32:44.252 respond[10013:349016] Server 0x135258 8
2015-05-20 15:32:44.253 respond[10013:349016] Error on 0x135258 code is 125
2015-05-20 15:32:44.553 test00[9852:453216] unable to make socket connection to 127.0.0.1:54321 - Connection refused (146)
Failed test:     test00.m:143 ... respond test 1313 OK
2015-05-20 15:32:44.555 test00[9852:453216] unable to make socket connection to 127.0.0.1:54321 - Connection refused (146)
Failed test:     test00.m:143 ... respond test 1312 OK
2015-05-20 15:32:44.557 test00[9852:453216] unable to make socket connection to 127.0.0.1:54321 - Connection refused (146)
Failed test:     test00.m:143 ... respond test 1311 OK
2015-05-20 15:32:44.558 test00[9852:453216] unable to make socket connection to 127.0.0.1:54321 - Connection refused (146)
Failed test:     test00.m:143 ... respond test 1310 OK
2015-05-20 15:32:44.560 test00[9852:453216] unable to make socket connection to 127.0.0.1:54321 - Connection refused (146)
Failed test:     test00.m:143 ... respond test 1309 OK
2015-05-20 15:32:44.562 test00[9852:453216] unable to make socket connection to 127.0.0.1:54321 - Connection refused (146)

could it be that the error is just one, that all tests call "respond" which is not responding?

A look at respond.m shows that the error NSStreamEventErrorOccurred is reached and that the code is 125. Where to look further?


Riccardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]