Przeglądaj źródła

tools/regression: begin clearing inspect issues

[SVN r56675]
Beman Dawes 16 lat temu
rodzic
commit
7caf2680a7

+ 6 - 0
tools/regression/build/Jamroot.jam

@@ -1,5 +1,11 @@
 # Regression test status reporting tools build Jamfile
 
+# Copyright Rene Rivera
+
+# Distributed under the Boost Software License, Version 1.0.
+# See http://www.boost.org/LICENSE_1_0.txt
+ 
+
 if [ glob ../../../boost-build.jam ]
 {
     use-project /boost : ../../.. ;

+ 1 - 1
tools/regression/doc/index.html

@@ -33,7 +33,7 @@
     <li><a href="../src/compiler_status.cpp">compiler_status.cpp</a> -
     Generates HTML status tables from test_log.xml and other files.</li>
 
-    <li><a href="../build/Jamfile.v2">Jamfile.v2</a> - Builds process_jam_log
+    <li><a href="../build/Jamroot.jam">Jamroot.jam</a> - Builds process_jam_log
     and compiler_status executables.</li>
 
     <li><a href="library_status.html">Library Status</a> - Runs test programs

+ 5 - 0
tools/regression/src/detail/tiny_xml_test.txt

@@ -1,4 +1,9 @@
 <root>
+<frontmatter>
+//  (C) Copyright Beman Dawes 2002.  Distributed under the Boost
+//  Software License, Version 1.0. (See accompanying file
+//  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+</frontmatter>
 <element-1 at-1="abcd" at-2 = "defg" >
 <element-1a>
 It's Howdy Doody time!

+ 6 - 0
tools/regression/src/library_test.bat

@@ -1,4 +1,10 @@
 @echo off
+
+rem Copyright Robert Ramey 2007
+
+rem Distributed under the Boost Software License, Version 1.0.
+rem See http://www.boost.org/LICENSE_1_0.txt
+
 if not "%1" == "" goto bjam
     echo Usage: %0 "<bjam arguments>"
     echo where typical bjam arguements are:

+ 5 - 0
tools/regression/src/library_test.sh

@@ -1,3 +1,8 @@
+# Copyright Robert Ramey 2007
+
+# Distributed under the Boost Software License, Version 1.0.
+# See http://www.boost.org/LICENSE_1_0.txt
+
 if test $# -eq 0 
 then
     echo "Usage: $0 <bjam arguments>"

+ 6 - 0
tools/regression/src/run_tests.sh

@@ -1,5 +1,11 @@
 #!/bin/sh
 #
+# Copyright John Maddock
+# Copyright Rene Rivera
+#
+# Distributed under the Boost Software License, Version 1.0.
+# See http://www.boost.org/LICENSE_1_0.txt
+#
 # shell script for running the boost regression test suite and generating
 # a html table of results.
 

+ 25 - 18
tools/regression/test/Jamfile.v2

@@ -1,21 +1,28 @@
+# Copyright Misha Bergal 2006
+#
+# Distributed under the Boost Software License, Version 1.0.
+# See http://www.boost.org/LICENSE_1_0.txt
+
 test-suite testlib :
-    [ compile-fail compile-fail~fail.cpp ]
-    [ compile-fail compile-fail~pass.cpp ]
-    [ compile compile~fail.cpp  ]
-    [ compile compile~pass.cpp  ]
-    [ compile compile~warn.cpp  ]
-    [ link link~fail.cpp ]
-    [ link link~pass.cpp ]
-    [ link-fail link-fail~fail.cpp ]
-    [ link-fail link-fail~pass.cpp ]
-    [ run-fail run-fail~compile-fail.cpp ]
-    [ run-fail run-fail~fail-warn.cpp ]
-    [ run-fail run-fail~fail.cpp ]
-    [ run-fail run-fail~pass.cpp ]
-    [ run run~fail.cpp ]
-    [ run run~note.cpp ]
-    [ run run~pass.cpp ]
-    [ run run~warn-note.cpp ]
-    [ run run~warn.cpp ]
+    [ compile-fail compile-fail_fail.cpp ]
+    [ compile-fail compile-fail_pass.cpp ]
+    [ compile compile_fail.cpp  ]
+    [ compile compile_pass.cpp  ]
+    [ compile compile_warn.cpp  ]
+#  The link test .cpp files were apparently never committed to the repository,
+#  and were lost.   
+#    [ link link_fail.cpp ]
+#    [ link link_pass.cpp ]
+#    [ link-fail link-fail_fail.cpp ]
+#    [ link-fail link-fail_pass.cpp ]
+    [ run-fail run-fail_compile-fail.cpp ]
+    [ run-fail run-fail_fail-warn.cpp ]
+    [ run-fail run-fail_fail.cpp ]
+    [ run-fail run-fail_pass.cpp ]
+    [ run run_fail.cpp ]
+    [ run run_note.cpp ]
+    [ run run_pass.cpp ]
+    [ run run_warn-note.cpp ]
+    [ run run_warn.cpp ]
 
     ;

+ 0 - 0
tools/regression/test/compile-fail~fail.cpp → tools/regression/test/compile-fail_fail.cpp


+ 0 - 0
tools/regression/test/compile-fail~pass.cpp → tools/regression/test/compile-fail_pass.cpp


+ 0 - 0
tools/regression/test/compile~fail.cpp → tools/regression/test/compile_fail.cpp


+ 0 - 0
tools/regression/test/compile~pass.cpp → tools/regression/test/compile_pass.cpp


+ 0 - 0
tools/regression/test/compile~warn.cpp → tools/regression/test/compile_warn.cpp


+ 0 - 0
tools/regression/test/run-fail~compile-fail.cpp → tools/regression/test/run-fail_compile-fail.cpp


+ 0 - 0
tools/regression/test/run-fail~fail-warn.cpp → tools/regression/test/run-fail_fail-warn.cpp


+ 0 - 0
tools/regression/test/run-fail~fail.cpp → tools/regression/test/run-fail_fail.cpp


+ 0 - 0
tools/regression/test/run-fail~pass.cpp → tools/regression/test/run-fail_pass.cpp


+ 0 - 0
tools/regression/test/run-fail~warn.cpp → tools/regression/test/run-fail_warn.cpp


+ 0 - 0
tools/regression/test/run~compile-fail.cpp → tools/regression/test/run_compile-fail.cpp


+ 0 - 0
tools/regression/test/run~fail-note.cpp → tools/regression/test/run_fail-note.cpp


+ 0 - 0
tools/regression/test/run~fail-warn.cpp → tools/regression/test/run_fail-warn.cpp


+ 0 - 0
tools/regression/test/run~fail.cpp → tools/regression/test/run_fail.cpp


+ 0 - 0
tools/regression/test/run~note.cpp → tools/regression/test/run_note.cpp


+ 0 - 0
tools/regression/test/run~pass.cpp → tools/regression/test/run_pass.cpp


+ 0 - 0
tools/regression/test/run~warn-note.cpp → tools/regression/test/run_warn-note.cpp


+ 0 - 0
tools/regression/test/run~warn.cpp → tools/regression/test/run_warn.cpp


+ 6 - 1
tools/regression/test/test.bat

@@ -1,4 +1,9 @@
-set TEST_LOCATE_ROOT=d:\temp
+rem Copyright Beman Dawes 2005
+
+rem Distributed under the Boost Software License, Version 1.0.
+rem See http://www.boost.org/LICENSE_1_0.txt
+
+set TEST_LOCATE_ROOT=%TEMP%
 
 echo Begin test processing...
 bjam --dump-tests "-sALL_LOCATE_TARGET=%TEST_LOCATE_ROOT%" %* >bjam.log 2>&1

粤ICP备19079148号