[llvm-commits] [test-suite] r111458 - in /test-suite/trunk/MultiSource/Examples: MultipleResults/README.txt README.txt

Daniel Dunbar daniel at zuster.org
Wed Aug 18 16:43:31 PDT 2010


Author: ddunbar
Date: Wed Aug 18 18:43:31 2010
New Revision: 111458

URL: http://llvm.org/viewvc/llvm-project?rev=111458&view=rev
Log:
Add some notes on the MultiSource/Examples dir.

Added:
    test-suite/trunk/MultiSource/Examples/MultipleResults/README.txt
    test-suite/trunk/MultiSource/Examples/README.txt

Added: test-suite/trunk/MultiSource/Examples/MultipleResults/README.txt
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Examples/MultipleResults/README.txt?rev=111458&view=auto
==============================================================================
--- test-suite/trunk/MultiSource/Examples/MultipleResults/README.txt (added)
+++ test-suite/trunk/MultiSource/Examples/MultipleResults/README.txt Wed Aug 18 18:43:31 2010
@@ -0,0 +1,16 @@
+This example shows how to generate multiple numeric results from a single tests.
+
+The test is expected to create an output file:
+  Output/FOO.extra-results.txt
+where FOO is the tests' name.
+
+The format of the file should be one result per line, with each line in the
+form:
+--
+Result-SomeName: NNN.NNN
+--
+where SomeName is the name that will be given to the pseudo-test created for the
+result, and NNN.NNN is the value for the result.
+
+There is currently no support for assocating a pass/fail indicator with subtest
+results.

Added: test-suite/trunk/MultiSource/Examples/README.txt
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Examples/README.txt?rev=111458&view=auto
==============================================================================
--- test-suite/trunk/MultiSource/Examples/README.txt (added)
+++ test-suite/trunk/MultiSource/Examples/README.txt Wed Aug 18 18:43:31 2010
@@ -0,0 +1,2 @@
+This directory contains examples of how programs can be integrated into the LLVM
+test-suite infrastructure.





More information about the llvm-commits mailing list