Index: build/make/targets/reg.test.run.xml =================================================================== --- build/make/targets/reg.test.run.xml (revision 504782) +++ build/make/targets/reg.test.run.xml (working copy) @@ -29,15 +29,22 @@ -================================== - Run regression tests -================================== +===================================== +DRLVM Regression Testing on platform: ${hy.platform} +===================================== + + + + + + Index: src/test/regression/README.txt =================================================================== --- src/test/regression/README.txt (revision 504836) +++ src/test/regression/README.txt (working copy) @@ -92,3 +92,24 @@ regression testing framework. The entry point for the test is JUnit test implemented by Test.java source file. + +Test Exclusion +-------------- + +If there is a serious reason to exclude some test from regression testing +it can be done by means of exclude lists placed under 'excludes' directory. +To exclude the test, say H1234, from regression testing on operating +system OS running on top of platform PLATFORM just put line 'H1234' +(without quotes) in file exclude.OS.PLATFORM . That's all. The possible +values for OS are linux and windows, for PLATFORM are x86 and x86_64 . + + +Test Execution +-------------- +To execute the Regression Test Suite type + + > build reg.test + +in build directory of DRLVM workspace. + + Index: src/test/regression/excludes/exclude.windows.x86 =================================================================== --- src/test/regression/excludes/exclude.windows.x86 (revision 0) +++ src/test/regression/excludes/exclude.windows.x86 (revision 0) @@ -0,0 +1 @@ +H3027 \ No newline at end of file