typed-racket/typed-racket-test/unit-tests
Asumu Takikawa c70910aaa0 Fix type restriction in values->tc-results
Previously the restriction didn't account for traversing
the object type with the given path. This also relies on
the previous commit that adds subtyping on filters.

(because this change seems to introduce filters which
 only differ by an unrolling of a recursive type, but
 the old subtyping only worked for identical types)
2015-04-02 10:58:45 -04:00
..
all-tests.rkt Add typechecking for prefab structs 2015-03-10 15:14:51 -04:00
check-below-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
class-tests.rkt Improve types for private field accessors 2015-02-23 15:38:28 -05:00
class-util-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
contract-tests.rkt Handle more cases for opt-arg function contracts 2015-03-17 15:52:21 -04:00
evaluator.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
filter-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
generalize-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
infer-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
init-env-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
interactive-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
keyword-expansion-test.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
metafunction-tests.rkt Fix type restriction in values->tc-results 2015-04-02 10:58:45 -04:00
parse-type-tests.rkt Add typechecking for prefab structs 2015-03-10 15:14:51 -04:00
prefab-tests.rkt Add typechecking for prefab structs 2015-03-10 15:14:51 -04:00
prims-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
remove-intersect-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
rep-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
special-env-typecheck-tests.rkt Add support for use-dir? param of in-directory 2015-01-31 09:34:01 -05:00
static-contract-conversion-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
static-contract-optimizer-tests.rkt Use absent in some row poly class contracts 2015-03-04 16:26:35 -05:00
subst-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
subtype-tests.rkt Add subtyping for types inside filters 2015-04-01 18:54:00 -04:00
test-utils.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
tooltip-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
type-alias-helper.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
type-equal-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
type-printer-tests.rkt Reduce directory nesting for tests. 2014-12-16 10:07:25 -05:00
typecheck-tests.rkt Strengthen infinity checks in comparison operations. 2015-03-30 09:25:48 -07:00