History log of /curl/tests/data/DISABLED (Results 126 – 150 of 190)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 71ce2470 25-Nov-2011 Daniel Stenberg

test 1211: FTP test to repeat bug #3429299

"Active FTP hangs if server does not open data connection"

The server first sends a 150 and then when libcurl waits for the data
trans

test 1211: FTP test to repeat bug #3429299

"Active FTP hangs if server does not open data connection"

The server first sends a 150 and then when libcurl waits for the data
transfer, the server sends a 425.

show more ...


# ac54d27d 25-Nov-2011 Daniel Stenberg

FTP tests 1206 - 1209: don't expect QUIT

The protocol parts for these tests do not include QUIT simply because
the error is CURLE_OPERATION_TIMEDOUT (28) which is a generic timeout
e

FTP tests 1206 - 1209: don't expect QUIT

The protocol parts for these tests do not include QUIT simply because
the error is CURLE_OPERATION_TIMEDOUT (28) which is a generic timeout
error without specificly saying for which connection it concerns, and
for timeouts libcurl marks the control channel as "invalid". As this
test case times out for the data connection it could still use the
control channel.

show more ...


Revision tags: curl-7_23_1, curl-7_23_0
# 082e8a3b 11-Nov-2011 Yang Tse

Active mode FTP test cases with server not establishing data connection

591 -> FTP multi PORT and 425 on upload
592 -> FTP multi PORT and 421 on upload
593 -> FTP multi PORT upload,

Active mode FTP test cases with server not establishing data connection

591 -> FTP multi PORT and 425 on upload
592 -> FTP multi PORT and 421 on upload
593 -> FTP multi PORT upload, no data conn and no transient neg. reply
594 -> FTP multi PORT upload, no data conn and no positive prelim. reply

1206 -> FTP PORT and 425 on download
1207 -> FTP PORT and 421 on download
1208 -> FTP PORT download, no data conn and no transient negative reply
1209 -> FTP PORT download, no data conn and no positive preliminary reply

show more ...


# 692f3441 26-Oct-2011 Yang Tse

test 589: active FTP upload using multi timeout and EPRT disabled server


Revision tags: curl-7_22_0
# ef2059a4 15-Aug-2011 Daniel Stenberg

test572: fixed

Two problems were fixed:

GET_PARAMETER responses that have no body must be 204 response or
properly set length to 0.

One of the <data> sections had the w

test572: fixed

Two problems were fixed:

GET_PARAMETER responses that have no body must be 204 response or
properly set length to 0.

One of the <data> sections had the wrong content-length for its
GET_PARAMETER response.

Enabled test 572 again.

show more ...


# 6a7ce5cc 14-Aug-2011 Yang Tse

tests: disable #572


Revision tags: curl-7_21_7
# 4a42e5cd 28-Apr-2011 Daniel Stenberg

multi-socks: fix connect to proxy

When connecting to a socks or similar proxy we do the proxy handshake at
once when we know the TCP connect is completed and we only consider the
"co

multi-socks: fix connect to proxy

When connecting to a socks or similar proxy we do the proxy handshake at
once when we know the TCP connect is completed and we only consider the
"connection" complete after the proxy handshake. This fixes test 564
which is now no longer considered disabled.

Reported by: Dmitri Shubin
Bug: http://curl.haxx.se/mail/lib-2011-04/0127.html

show more ...


Revision tags: curl-7_21_6, curl-7_21_5
# ef1c18b9 17-Mar-2011 Dan Fandrich

Added support for LISTing a single POP3 message

Added tests for a number of POP3 LIST operations, including one
that shows a curl problem when listing no messages, so is
disabled.


# 6c5448d5 13-Mar-2011 Daniel Stenberg

test 582: enabled again

Commit ca37692bf43b5ef should now hopefully make it run


# e649a7ba 12-Mar-2011 Daniel Stenberg

Revert "test582: enabled"

This reverts commit b8478187406cf625c9d0f10b45a082221130cc92.


# b8478187 12-Mar-2011 Daniel Stenberg

test582: enabled


# 0e74e1d8 07-Mar-2011 Henry Ludemann

sftp-multi: test 582 added

Add test 582 for uploading a file using sftp and the multi interface.

(Patch and test slightly tweaked by Daniel Stenberg)

Initially marked as di

sftp-multi: test 582 added

Add test 582 for uploading a file using sftp and the multi interface.

(Patch and test slightly tweaked by Daniel Stenberg)

Initially marked as disabled until it is fixed in the source.

show more ...


Revision tags: curl-7_21_4, curl-7_21_3, curl-7_21_2, curl-7_21_1
# dc2157a0 09-Aug-2010 Daniel Stenberg

parse_remote_port: fix ;type= URL suffix over HTTP proxy

Test 563 is enabled now and verifies that the combo FTP type=A URL,
CURLOPT_PORT set and proxy work fine. As a bonus I managed to

parse_remote_port: fix ;type= URL suffix over HTTP proxy

Test 563 is enabled now and verifies that the combo FTP type=A URL,
CURLOPT_PORT set and proxy work fine. As a bonus I managed to remove the
somewhat odd FTP check in parse_remote_port() and instead converted it
to a better and more generic 'slash_removed' struct field. Checking the
->protocol field isn't right since when an FTP:// URL is sent over a
HTTP proxy, the protocol is HTTP but the URL was handled by the FTP code
and thus slash_removed is set TRUE for this case.

show more ...


Revision tags: curl-7_21_0, curl-7_20_1
# 2309b4e3 24-Mar-2010 Daniel Stenberg

remove the CVSish $Id$ lines


# e25c5283 24-Feb-2010 Yang Tse

enable 802 and 803


# e1625ba7 22-Feb-2010 Patrick Monnerat

_ Adjusted RFC821 HELO fallback and enabled test804


# 338553ed 22-Feb-2010 Patrick Monnerat

- Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account.
- SMTP falls back to RFC821 HELO when EHLO fails (and SSL is not required).
- Use of true local host name (i.e.: via

- Proper handling of STARTTLS on SMTP, taking CURLUSESSL_TRY into account.
- SMTP falls back to RFC821 HELO when EHLO fails (and SSL is not required).
- Use of true local host name (i.e.: via gethostname()) when available, as default argument to SMTP HELO/EHLO.
- Test case 804 for HELO fallback.

show more ...


Revision tags: curl-7_20_0
# 35fbeda0 01-Feb-2010 Yang Tse

Test suite support for RTSP


# a4031dbd 28-Jan-2010 Yang Tse

RTSP tests disabled until test harness RTSP support is updated


# bd8096b4 06-Jan-2010 Yang Tse

Disable tests 802 and 803


Revision tags: curl-7_19_7
# 4f47fc4e 26-Sep-2009 Daniel Stenberg

- John P. McCaskey posted a bug report that showed how libcurl did wrong when
saving received cookies with no given path, if the path in the request had a
query part. That is means a ques

- John P. McCaskey posted a bug report that showed how libcurl did wrong when
saving received cookies with no given path, if the path in the request had a
query part. That is means a question mark (?) and characters on the right
side of that. I wrote test case 1105 and fixed this problem.

show more ...


# 8d39a31e 26-Sep-2009 Daniel Stenberg

added test 1105 (disabled) - it repeats a cookie path bug we need to fix


Revision tags: curl-7_19_6, curl-7_19_5
# e6e6c6e6 11-May-2009 Daniel Stenberg

Added test 564 as DISABLED. It is for testing FTP over a SOCK4 proxy using
the multi interface, which currently doesn't work because of how the data
connection is not waiting for connect befo

Added test 564 as DISABLED. It is for testing FTP over a SOCK4 proxy using
the multi interface, which currently doesn't work because of how the data
connection is not waiting for connect before it tries to do proxy magic.

show more ...


# 56dab605 11-May-2009 Daniel Stenberg

- I fixed the problem with doing NTLM, POST and then following a 302 redirect,
as reported by Ebenezer Ikonne (on curl-users) and Laurent Rabret (on
curl-library). The transfer was mistak

- I fixed the problem with doing NTLM, POST and then following a 302 redirect,
as reported by Ebenezer Ikonne (on curl-users) and Laurent Rabret (on
curl-library). The transfer was mistakenly marked to get more data to send
but since it didn't actually have that, it just hung there...

show more ...


# e6f84b8c 10-May-2009 Daniel Stenberg

Added test 1100 - "HTTP POST with NTLM authorization and following a 302
redirect" doesn't work, seems to repeat what Ebenezer Ikonne (on curl-users)
and Laurent Rabret (on curl-library) have

Added test 1100 - "HTTP POST with NTLM authorization and following a 302
redirect" doesn't work, seems to repeat what Ebenezer Ikonne (on curl-users)
and Laurent Rabret (on curl-library) have reported. Disabled for now.

show more ...


12345678