racket/pkgs/racket-test/tests
Robby Findler 66b199307c Adjust and/c so that it cooperates with between/c
Specifically, when it sees these contracts:

  (and/c real? negative?)
  (and/c real? positive?)
  (and/c real? (not/c positive?))
  (and/c real? (not/c negative?))

it generates the corresponding use of >=/c, <=/c, </c, or >/c, but
those contracts have also been adjusted to report their names as
(and/c real? ...).

This mostly is an improvement for contract-stronger, but also make it
so that (between/c -inf.0 +inf.0) just uses the real? predicate
directly, instead of a more complex function
2016-12-29 09:30:39 -06:00
..
file file/[un]tar: support for long paths 2016-12-21 16:00:12 -07:00
future fix interaction of futures with memory limits 2016-12-06 11:21:30 -07:00
generic Fix bug in #:defined-table implementation, add test for #:defined-table 2016-08-01 15:23:31 -05:00
help
json bytes->jsexpr: toss exn:fail:contract? when given invalid UTF-8 2015-05-12 12:45:10 -06:00
launcher
match Handle quasi-list patterns better inside prefab struct patterns. 2016-11-09 19:47:12 -05:00
openssl update certificates for openssl testing 2016-03-11 16:15:08 -07:00
pkg Ignore git-http-backend stderr output in the pkg tests 2016-10-08 16:24:04 -07:00
racket Adjust and/c so that it cooperates with between/c 2016-12-29 09:30:39 -06:00
setup path->module-path: make sure result is always a module path 2016-05-01 07:00:36 -06:00
stxparse syntax/parse: fix literal-set->predicate and datum-literals 2016-11-16 18:58:44 -05:00
syntax Accept path-string in syntax/modcode 2016-07-29 12:26:10 -04:00
units Add test case 2015-09-01 11:46:40 -05:00
utils
xml add xml-attribute-encode function 2016-09-14 09:34:27 -07:00
info.rkt
run-automated-tests.rkt
stress.rkt
zo-path.rkt make tests/zo-path inspect all installation-scope packages 2015-12-11 19:27:57 -07:00
zo-size.rkt