make/test/README

Wed, 17 Jul 2013 14:13:15 +0100

author
mcimadamore
date
Wed, 17 Jul 2013 14:13:15 +0100
changeset 1899
c60a5099863a
parent 0
959103a6100f
permissions
-rw-r--r--

8020147: Spurious errors when compiling nested stuck lambdas
Summary: Scope of deferred types is not copied correctly; postAttr analyzer should not run on stuck expressions
Reviewed-by: jjg

aoqi@0 1 This is a small quick test suite to (provide a framework to)
aoqi@0 2 verify the output of a JDK build of the langtools component.
aoqi@0 3
aoqi@0 4 It verifies the contents exist and are minimally functional.

mercurial