aboutsummaryrefslogtreecommitdiff
path: root/TEST.nightly.report
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-06-16 16:00:45 +0000
committerChris Lattner <sabre@nondot.org>2003-06-16 16:00:45 +0000
commitcb62031db816846bbfa77d30434654d8a36f38b1 (patch)
tree74d5bde51b7ff64e5a48e0cbf6eff3c2a4ca5553 /TEST.nightly.report
parent8b2344f7b7e75899caedb374c00341431fd8de15 (diff)
Remove the interpreter from the nightly tests, it's just too slow
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@6718 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'TEST.nightly.report')
-rw-r--r--TEST.nightly.report3
1 files changed, 0 insertions, 3 deletions
diff --git a/TEST.nightly.report b/TEST.nightly.report
index 93bbe98a..5e609f2d 100644
--- a/TEST.nightly.report
+++ b/TEST.nightly.report
@@ -24,9 +24,6 @@ my $WallTimeRE = '[A-Za-z0-9.: ]+\\(([0-9.]+) wall clock';
["LLC" , "TEST-RESULT-llc: $WallTimeRE"],
["CBE" , 'TEST-RESULT-cbe-time: real\s*([.0-9m]+)'],
[],
- ["LLI" , 'TEST-RESULT-lli-time: real\s*([.0-9m]+)'],
- ["DynInstrs", 'TEST-RESULT-lli-dyninst: *([0-9]+).*Number of dynamic inst'],
- [],
["JIT" , 'TEST-RESULT-jit-time: real\s*([.0-9m]+)'],
["MachCode" , 'TEST-RESULT-jit-machcode: *([0-9]+).*bytes of machine code'],
["CompTime" , "TEST-RESULT-jit-comptime: $WallTimeRE"]