Eli Barzilay
62e93cf2a4
Heavily revise this test.
...
- Simplify code
- Remove bogus leftover (tests) in the end
- Resolve deadlock that resulted from using `tcp-abandon-port' in
`net/ftp'
- Actually there's no need for threads, probably because of small size
of data, so keep it.
- Use scribble syntax instead of here-strings, and move the text out of
the way.
original commit: f297c98c1a
2011-08-15 02:37:39 -04:00
Eli Barzilay
d6dad89d3a
".ss" -> ".rkt" scan done.
...
original commit: 3157955d40
2011-07-02 10:37:53 -04:00
Eli Barzilay
d3a49471f7
A long overdue scan to eliminate files without terminating newlines.
...
(DrRacket should really do that.)
original commit: 40124a0619
2011-06-28 02:01:41 -04:00
Matthew Flatt
f9c5f5dbe3
adjust and document net/url HTTPS support
...
original commit: f3da5f7fd8
2011-06-20 08:00:43 -06:00
Eli Barzilay
ad323a2665
Use "127.0.0.1" instead of "localhost" which can be more fragile.
...
(It's possible to have issues with "localhost", for example when there's
something in a $LOCALDOMAIN environment variable, which made this test
fail on certain machines.)
original commit: 22afec432c
2011-03-03 11:10:12 -05:00
Jay McCarthy
0ccf9ccd71
Fixing example
...
original commit: f5e9e0dad1
2010-12-07 14:14:52 -07:00
Jay McCarthy
7fbbc1b527
Moving stress tests
...
original commit: f899e03b59
2010-08-30 06:39:12 -06:00
Jay McCarthy
21c34d29d4
Increasing FTP test stability
...
original commit: bc15f398f2
2010-08-28 18:52:39 -06:00
Jay McCarthy
58ec991bd1
Adding WebSocket stress test and improving fit output
...
original commit: 5eb8f181f6
2010-08-19 16:34:16 -06:00
Jay McCarthy
646061cf40
Adding WebSocket example
...
original commit: 1f61e7eb7f
2010-08-19 16:34:15 -06:00
Jay McCarthy
1adbeaa73f
Adding WebSocket support
...
original commit: 347e946548
2010-08-19 16:34:15 -06:00
Jay McCarthy
98c8c339e6
FTP tests without a network connection
...
original commit: 928dfd6fa2
2010-08-11 13:49:10 -06:00
Jay McCarthy
a616f14181
Close connection sooner
...
original commit: fc91321f21
2010-06-29 13:49:01 -06:00
Jay McCarthy
a5c309a12b
Nail down port and dont conflict
...
original commit: 2e5c04f083
2010-06-29 13:23:23 -06:00
Jay McCarthy
6a9fe98a22
Fixing PR 10970
...
original commit: 428412036f
2010-06-23 16:29:23 -06:00
Jay McCarthy
3b0c151ba1
Removing test auto run
...
original commit: 85a7509034
2010-05-24 09:56:35 -06:00
Jay McCarthy
76b1f30a2f
Initial ftp test cases
...
original commit: 15d9a7dd8a
2010-05-24 09:56:35 -06:00
Jay McCarthy
732ec40e10
rkt suffixes
...
original commit: 52281d7089
2010-05-24 09:56:35 -06:00
Eli Barzilay
12ab929e59
A lot of "plt-scheme.org" -> "racket-lang.org"s.
...
original commit: a46743211b
2010-05-17 00:53:12 -04:00
Matthew Flatt
4305d5eaa0
more test repairs
...
original commit: 5a93e8c5e0
2010-05-02 08:31:12 -06:00
Matthew Flatt
a714e5c02a
use .rktl suffix for files meant to be 'load'ed
...
original commit: e504acb726
2010-05-01 09:58:16 -06:00
Sam Tobin-Hochstadt
97a22c0320
loadtest.ss -> loadtest.rkt
...
original commit: 85fad33c4c
2010-04-30 16:35:48 -04:00
Matthew Flatt
8c6fbadb8c
fix some DrDr tests
...
original commit: f20d3db75f
2010-04-29 19:55:39 -06:00
Matthew Flatt
a0686e07c1
move tests/mzscheme to tests/racket
...
original commit: 882b7dce0e
2010-04-27 18:28:39 -06:00
Matthew Flatt
9ed60bcafa
rename all files .ss -> .rkt
...
original commit: 28b4043077
2010-04-27 16:50:15 -06:00
Jay McCarthy
f0906d3131
Fixing cookie regex
...
original commit: 96a3f47ea0
2010-04-27 08:48:07 -06:00
Eli Barzilay
303b647cc3
Added a `file' "test suite", with only tests for inflate/deflate.
...
svn: r14147
original commit: c69045008d
2009-03-17 14:57:01 +00:00
Eli Barzilay
926459b339
remove old net tests
...
svn: r14144
original commit: 5d6b74d3b6
2009-03-17 11:42:31 +00:00
Eli Barzilay
57d491ad1e
new copy of net tests, split into modules, and using my test macro
...
svn: r14143
original commit: b647ea2ae9
2009-03-17 11:41:06 +00:00
Eli Barzilay
00a530a3d8
Converted the cgi tests to use my test macro, and included them in the
...
nightly testing.
svn: r14139
original commit: 2008456d64
2009-03-17 07:04:16 +00:00
Jay McCarthy
7bb5dd7c67
pr7974 + include in release
...
svn: r14132
original commit: f9c4e4eb54
2009-03-16 18:45:16 +00:00
Robby Findler
bf3aa92f31
allows colons in the userinfo field of a url (ie, does not encode them)
...
svn: r13282
original commit: 134138916f
2009-01-25 20:12:08 +00:00
Eli Barzilay
8b65f4ac26
more base64-related changes
...
svn: r11470
original commit: 20e9673028
2008-08-28 21:00:53 +00:00
Matthew Flatt
a37ecf0b23
net/url and tests fixes for windows
...
svn: r9249
original commit: 2dc02d81fe
2008-04-11 01:12:01 +00:00
Matthew Flatt
8e59e04b24
change -q to config option, fix unlikely race condition in wake-on-signal, add path->url and url->path, and adjust URL parsing
...
svn: r9239
original commit: 0153e122b7
2008-04-10 19:05:35 +00:00
Eli Barzilay
500974878b
use new require specs in many places
...
svn: r8774
original commit: b1a08edd5a
2008-02-23 09:42:03 +00:00
Eli Barzilay
9b958bd56a
changed default current-alist-separator-mode to amp, added semi-or-amp mode
...
svn: r7057
original commit: 0e2a1a465a
2007-08-08 15:30:03 +00:00
Noel Welsh
f14fa1aaab
Wrap a parameter/c contract around current-proxy-servers, so it may be used in calls to parameterize. Add test for same.
...
svn: r7030
original commit: 39d78f3fbf
2007-08-06 13:58:22 +00:00
Eli Barzilay
ab755d6138
PR8809 (value-less keys in the query parts) -- see message in the PR log
...
svn: r6931
original commit: 418df561e7
2007-07-18 03:42:23 +00:00
Eli Barzilay
aa04fe03f3
URL parsing is closer to the RFC now
...
svn: r5965
original commit: e885e79295
2007-04-17 11:56:20 +00:00
Eli Barzilay
7de7d761ff
tests for using colons in scheme-less paths
...
svn: r5959
original commit: ee91e07ee3
2007-04-17 06:11:39 +00:00
Eli Barzilay
3996eefb9a
parse url schemes properly (some test reformatting)
...
svn: r5241
original commit: 9984b48d88
2007-01-07 09:09:27 +00:00
Jacob Matthews
7cc0a1760d
Added a test suite for net/cookie.ss, and fixed some bugs revealed by that test suite
...
svn: r5010
original commit: 7c7ada4514
2006-12-03 00:02:40 +00:00
John Clements
4b36ecd467
a few more tests
...
svn: r3907
original commit: 105c6830be
2006-07-31 14:47:28 +00:00
John Clements
d5aa14a5bd
added tests for head.ss, incl. bytes-type tests where applicable
...
svn: r3905
original commit: 47c2b6d511
2006-07-31 14:30:09 +00:00
Eli Barzilay
045d90b85b
* made quiet.ss show real errors properly (tricky...)
...
* the exit code of quiet.ss is now 1 for failed tests, 2 for an
unexpected error, and 3 for a timeout
* added net.ss and uni-norm.ss to all.ss
* uni-norm.ss will retrieve the test file if it doesn't find it
* it will also throw an error if it cannot retrieve proper tests
svn: r3662
original commit: 55619b853e
2006-07-09 05:32:41 +00:00
Eli Barzilay
86dc2640bc
Tests for different file:// parsing of URLs
...
svn: r3111
original commit: ce92ae725a
2006-05-29 18:13:33 +00:00
Eli Barzilay
3fe714427c
hex encodings are uppercase according to RFC3986
...
svn: r3102
original commit: 0a6b673df6
2006-05-29 04:30:46 +00:00
Robby Findler
db3d3052bf
PR 7976 fixed
...
svn: r2473
original commit: e2d053bac1
2006-03-21 02:11:14 +00:00
Robby Findler
772b263eb3
fixed up file: urls and fixed a bug in the parsing of urls with empty string host names
...
svn: r1779
original commit: aa5d3f7378
2006-01-07 03:25:26 +00:00