Show
Ignore:
Timestamp:
07/19/07 06:31:54 (2 years ago)
Author:
dr2chase
Message:

Another test commit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ProjectFortress/testSerialization

    r546 r586  
    1818################################################################################ 
    1919 
     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 
    2026if (uname | egrep -q CYGWIN) ; then  
    2127  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" 
     
    3642done 
    3743 
     44# Tup is an old testing driver that reads ASTs, in bunches, and writes them 
     45# back to disk, in bunches. 
    3846java -cp "$CP" com.sun.fortress.interpreter.drivers.Tup -fileout=tfs $A/*.tfs 
    3947for i in $A/*.tfs; do