summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-21 15:55:26 +0000
committerChris Lattner <sabre@nondot.org>2003-08-21 15:55:26 +0000
commiteac3cdc68b4b00defd955f53cff588efc78eb757 (patch)
tree390a200f50398686ff783cd130ac690ae903316b /utils
parenteb6b47c3e6180577a1936cfa8f80453e27f2bcfa (diff)
downloadllvm-eac3cdc68b4b00defd955f53cff588efc78eb757.tar.gz
Start testing SPEC as well as singlesource/multisource
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8005 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/NightlyTest.gnuplot5
-rwxr-xr-xutils/NightlyTest.pl4
-rw-r--r--utils/NightlyTestTemplate.html12
3 files changed, 17 insertions, 4 deletions
diff --git a/utils/NightlyTest.gnuplot b/utils/NightlyTest.gnuplot
index 66c5f4e1faca..207909bd98e2 100644
--- a/utils/NightlyTest.gnuplot
+++ b/utils/NightlyTest.gnuplot
@@ -9,7 +9,10 @@ set timefmt "%Y-%m-%d:"
set format x "%b %d, %Y"
## Various labels for the graph
-set label "Removed\ndummy\nfunction" at "2003-07-30:", 150000
+set label "Reoptimizer checkins" at "2003-02-18:", 114000
+set label "Modulo Sched checkin" at "2003-03-28:", 119500
+set label "Reoptimizer checkins" at "2003-06-01:", 134000
+set label "'dummy'\nfunction" at "2003-07-20:", 150000
set size .75,.75
plot "running_loc.txt" using 1:2 title '', \
diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl
index 489936bc99b4..6582969db3fc 100755
--- a/utils/NightlyTest.pl
+++ b/utils/NightlyTest.pl
@@ -282,6 +282,7 @@ my $RemovedFilesList = AddPreTag join "\n", sort keys %RemovedFiles;
my $TestError = 1;
my $SingleSourceProgramsTable;
my $MultiSourceProgramsTable;
+my $ExternalProgramsTable;
sub TestDirectory {
@@ -327,8 +328,9 @@ sub TestDirectory {
if ($BuildError eq "") {
$SingleSourceProgramsTable = TestDirectory("SingleSource");
$MultiSourceProgramsTable = TestDirectory("MultiSource");
+ $ExternalProgramsTable = TestDirectory("External");
system "cat $Prefix-SingleSource-Tests.txt $Prefix-MultiSource-Tests.txt ".
- " | sort > $Prefix-Tests.txt";
+ " $Prefix-External-Tests.txt | sort > $Prefix-Tests.txt";
}
my ($TestsAdded, $TestsRemoved, $TestsFixed, $TestsBroken) = ("","","","");
diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html
index 94ead786f086..3fceb623f488 100644
--- a/utils/NightlyTestTemplate.html
+++ b/utils/NightlyTestTemplate.html
@@ -160,10 +160,18 @@ with an asterisk: `*'. The columns of the tables are:<p>
</ol><p>
A complete log of testing
-<a href="$DATE-SingleSource-ProgramTest.txt.gz">SingleSource</a> and
-<a href="$DATE-MultiSource-ProgramTest.txt.gz">MultiSource</a> programs are
+<a href="$DATE-SingleSource-ProgramTest.txt.gz">SingleSource</a>,
+<a href="$DATE-MultiSource-ProgramTest.txt.gz">MultiSource</a>, and
+<a href="$DATE-External-ProgramTest.txt.gz">External</a> programs are
available</a> for further analysis.
+<h2>Programs/External</h2>
+
+<center>
+<table border="0" cellspacing="0" cellpadding="2"><tr><td bgcolor="#000000">
+$ExternalProgramsTable
+</td></tr></table></center>
+
<h2>Programs/MultiSource</h2>
<center>