racket/collects/tests/typed-racket
Neil Toronto a713ca8a8b Added nan?, infinite?, degrees->radians, radians->degrees, exact-round, exact-floor, exact-ceiling, exact-truncate to racket/math
Altered TR's random arithmetic testing to generate single-flonums and very small flonums; fails now because of erroneous types

Fixes to sgn, sinh, cosh, and tanh:
 * preserve single-flonum-ness
 * correct zero sign (-0.0) for negative return values that are smaller than epsilon
 * correct behavior with NaN and infinite inputs
2012-06-05 22:40:44 -06:00
..
fail Fix TR test for new contract error message format. 2012-05-02 15:14:39 -04:00
optimizer Optimize integers used as sequences. 2012-05-02 15:14:37 -04:00
succeed Support definitions of keyword functions in Typed Racket. 2012-06-02 18:22:07 -04:00
unit-tests Repair failing test case (wrong expected value). 2012-06-04 17:02:19 -04:00
xfail A bunch of more typos like the ones in David's commit. 2012-02-21 14:21:43 -05:00
main.rkt
nightly-run.rkt
run.rkt
tr-random-testing.rkt Added nan?, infinite?, degrees->radians, radians->degrees, exact-round, exact-floor, exact-ceiling, exact-truncate to racket/math 2012-06-05 22:40:44 -06:00