From 4bcbe1cf68440fd97701072db273b7076c492698 Mon Sep 17 00:00:00 2001
From: Christian Kamm
Date: Mon, 14 Jul 2008 21:03:15 +0200
Subject: [PATCH] [svn r383] Add explanations to dstress result table.
---
tests/makewebstatistics.d | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/tests/makewebstatistics.d b/tests/makewebstatistics.d
index 6cc9cb74..43460d81 100644
--- a/tests/makewebstatistics.d
+++ b/tests/makewebstatistics.d
@@ -378,6 +378,24 @@ int main(char[][] args){
scope(exit) index.close();
index.writefln(`
+ DStress results for x86-32 Linux.
+
+ In short, results are defined as follows
+
+ - PASS: test passed and was expected to pass
+ - XFAIL: test failed and was exprected to fail
+ - FAIL: test failed but was expected to pass
+ - XPASS: test passed but was expected to fail
+ - ERROR: compiler, linker or test segfaulted
+
+ while the differences between tests are grouped into
+
+ - Improvements: changed from FAIL, XPASS or ERROR to PASS or XFAIL
+ - Regressions: changed from PASS or XFAIL to FAIL, XPASS or ERROR
+ - Changes: changed within the good or bad group without crossing over
+
+
+