racket/collects/tests
Robby Findler 98633665b3 extend data/queue library
- add enqueue-front!

- add queue-filter!

- use the predicates instead of the /c contracts

- make queue-length take constant time

- add some random tests

- note the running times of all of the operations in the docs

- make queues be sequences directly (and use make-do-sequence
  to implement in-queue instead of building a list)

- added non-empty-queue? (note extra hypen as compared
  to the past; this seems better since the function
  wasn't exported before and we already have other
  functions named "non-empty-<something>" but not
  others namedn "nonempty-<something>")
2012-11-21 11:10:02 -06:00
..
algol60 Added @literal-algol{} and started an algol60 test suite (apologies 2012-06-20 10:28:53 -05:00
compiler compiler/zo-marshal: repair mashaling of import info in syntax 2012-08-06 15:32:27 -06:00
data extend data/queue library 2012-11-21 11:10:02 -06:00
datalog adjust datalog so that syntax objects are not used as source location 2012-06-02 08:04:45 -05:00
db add table-based db tests 2012-11-14 20:40:52 -05:00
deinprogramm Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
drracket move follow-log.rkt to tests/drracket 2012-11-16 07:26:38 -06:00
eopl Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
errortrace errortrace: fix profiling for phase >= 2 code 2012-07-23 07:05:40 -05:00
file add file/unzip 2012-11-20 10:12:27 -07:00
framework fix group-test 2012-10-17 20:19:15 -05:00
frtime
future fix problems with `would-be-future' 2012-10-30 17:28:37 -06:00
generic Implementation of #:defaults keyword for define-generics 2012-11-09 20:14:56 -05:00
gracket racket/gui/dynamic: make gui-dynamic-require' pull from racket/gui/base' 2012-11-19 08:13:48 -07:00
honu [honu] move honu-syntax to syntax.rkt. allow each pattern to specify a syntax result 2012-11-01 11:22:55 -06:00
htdp-lang fix string-ith's error message; Closes PR 13197 2012-10-17 20:27:12 -04:00
html
jpr
lazy fix misc tests for error-message change 2012-05-26 08:18:19 -06:00
macro-debugger make macro stepper recover from jumps within expansion 2012-10-11 17:44:51 -04:00
match Move define/match to racket/match 2012-10-14 14:39:36 -04:00
mysterx COM test updates 2012-07-26 16:32:59 -06:00
mzcom
net exposed mapping for unreserved characters 2012-11-01 12:38:09 -07:00
openssl openssl: more little fixes 2012-03-01 20:34:53 -07:00
plai enabling shared in plai with some shameless copying of kernel code 2012-11-06 19:53:03 -07:00
planet adjust planet tests to use 'raco planet' command-line tool, not 'planet' 2012-08-24 07:41:05 -05:00
planet2 remove unneeded "info.rkt" 2012-11-15 07:03:24 -07:00
profile Leftover file that wasn't added with the `tests/profile' refactoring. 2012-05-24 11:53:03 -04:00
r6rs Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
racket Add -d0 flag to Chicken benchmarks. 2012-11-19 17:35:07 -05:00
racklog Fixing Racklog cut error found by Erik Dominikus 2012-08-14 21:34:02 -06:00
rackunit Add check-match to rackunit 2012-11-20 13:02:31 -05:00
scribble Fix citation disabiguation when authors differ. 2012-11-19 17:35:07 -05:00
scriblib Fixing PR12779 2012-05-28 11:52:56 -06:00
slatex
srfi Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
stepper Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
stxparse fixed template tests 2012-10-11 17:37:57 -04:00
syntax added tests for racket/syntax 2012-08-24 18:14:40 -04:00
syntax-color fix a bug in the module lexer; it was returning the wrong length for the tokens 2011-11-28 21:16:31 -06:00
test-engine
typed-racket Add new versions of for/hash: and co that the typechecker can handle. 2012-11-20 17:45:15 -05:00
units Fix unit test broken by mzlib movement 2012-07-11 21:38:42 -04:00
unstable Fix unstable/logging to work with the new logging system. 2012-09-11 13:48:14 -04:00
utils add find-labelled-windows 2012-11-03 13:54:48 -05:00
web-server Obey contract in internal test 2012-09-01 12:48:14 -06:00
xml Fix for PR 13234. xexpr-core: added more test cases to 2012-11-07 11:46:32 -07:00
xrepl Fix test due to code refactoring, sort export lists in module descriptions. 2012-07-28 12:12:35 -04:00
eli-tester.rkt Drop the now-redundant " " argument from existing uses of `string-join'. 2012-05-24 10:40:20 -04:00
info.rkt Don't compile test files. 2012-03-13 10:29:13 -04:00
run-automated-tests.rkt Don't compile test files. 2012-03-13 10:29:13 -04:00
stress.rkt
zo-path.rkt change `current-write-relative-directory' to support more path conversions 2012-02-10 06:17:18 -07:00
zo-size.rkt