Changeset 586 for trunk/ProjectFortress/testSerialization
- Timestamp:
- 07/19/07 06:31:54 (2 years ago)
- Files:
-
- 1 modified
-
trunk/ProjectFortress/testSerialization (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ProjectFortress/testSerialization
r546 r586 18 18 ################################################################################ 19 19 20 # This script reads a "bunch" of tests (currently, all who name begins 21 # with the letter "a"), writes their ASTs to disk, then runs a program that 22 # reads ASTs and writes them to disk, and then compares that the twice-written 23 # AST does not differ from the once-written AST. Notice that AST writing itself 24 # might omit information, so what this is really testing is AST reading. 25 20 26 if (uname | egrep -q CYGWIN) ; then 21 27 CP="build;third_party/junit/junit.jar;third_party/xtc/xtc.jar;third_party/FJ/concurrent.jar;third_party/dstm2/dstm2.jar;third_party/bcel/bcel-5.2.jar" … … 36 42 done 37 43 44 # Tup is an old testing driver that reads ASTs, in bunches, and writes them 45 # back to disk, in bunches. 38 46 java -cp "$CP" com.sun.fortress.interpreter.drivers.Tup -fileout=tfs $A/*.tfs 39 47 for i in $A/*.tfs; do

