[root]/groovy/jsr/tck
lib
(1 files, 0 lines)
src
(1 files, 2 lines)
org
(0 files, 0 lines)
codehaus
(0 files, 0 lines)
groovy
(0 files, 0 lines)
tck
(5 files, 757 lines)
test
(0 files, 0 lines)
spec
(0 files, 0 lines)
ch-14
(0 files, 0 lines)
s-3
(0 files, 0 lines)
styles
(1 files, 723 lines)
test
(0 files, 0 lines)
gls
(0 files, 0 lines)
ch03
(0 files, 0 lines)
s01
(1 files, 23 lines)
s02
(1 files, 26 lines)
s03
(2 files, 95 lines)
s04
(2 files, 38 lines)
s05
(2 files, 42 lines)
s06
(1 files, 28 lines)
s07
(2 files, 68 lines)
s08
(2 files, 94 lines)
s10
(4 files, 221 lines)
ch14
(0 files, 0 lines)
s4
(4 files, 122 lines)
misc
(8 files, 594 lines)
proposals
(1 files, 16 lines)
testlib
(2 files, 1 lines)
More TCK tests.
1 lines of code changed in:
* modified the TCK so that it copies in the latest groovy-core for testing
* also ensured all the tests run with the new parser inside groovy-core
5 lines of code changed in:
Get tck tests going again. Still plenty to do.
1 lines of code changed in:
* Amended TCK test generator to externalize the Java source from the generated code
* Added TestGeneratorHelper classes to provide useful functionality available to the tests
* Added simplistic line number and error reporting to the TCK output of sources
12 lines of code changed in:
* added the ability to see the source direct from the TCK results page
* begun to hook up the classic AST wiring into the TCK, but not enabled yet
7 lines of code changed in:
* wired in a custom stylesheet for the junitreport in TCK
2 lines of code changed in:
TCK
* Added extra information to messages when test cases fail, such as the line which caused the issue
* Added a distinction between @fail and @fail:parse, whereby the first tries to evaluate (or at least pretends at the moment)
JSR
* Amended top level JSR build.xml to build parser, place it into TCK, run TCK, and generate reports/spec
1 lines of code changed in:
* First attempt at a TCK
- add tests to the test subdirectory
- run 'ant' to generate and execute test cases, a junit report will
be output in reports/index.html
208 lines of code changed in:
Added first cut of directories for JSR
2 lines of code changed in: