[llvm-commits] CVS: llvm/test/QMTest/llvmdb.py
John Criswell
criswell at cs.uiuc.edu
Thu Aug 5 12:01:04 PDT 2004
Changes in directory llvm/test/QMTest:
llvmdb.py updated: 1.12 -> 1.13
---
Log message:
Added Bytecode directory.
Added the input bytecode file in Regression.Bytecode to the list of
filenames to ignore.
---
Diffs of the changes: (+2 -1)
Index: llvm/test/QMTest/llvmdb.py
diff -u llvm/test/QMTest/llvmdb.py:1.12 llvm/test/QMTest/llvmdb.py:1.13
--- llvm/test/QMTest/llvmdb.py:1.12 Mon Mar 15 12:19:29 2004
+++ llvm/test/QMTest/llvmdb.py Thu Aug 5 14:00:53 2004
@@ -34,6 +34,7 @@
RegressionMap={'Assembler':'llvm.AssembleTest',
'Analysis':'llvm.TestRunner',
'BugPoint':'llvm.TestRunner',
+ 'Bytecode':'llvm.TestRunner',
'C++Frontend':'llvm.CXXTest',
'CBackend':'llvm.LLToCTest',
'CFrontend':'llvm.CTest',
@@ -166,7 +167,7 @@
invalid_dirs = ['CVS', 'QMTest', 'QMTestDB', 'Scripts', 'Programs',
'Fragments', 'Reoptimizer', 'Debugger', 'tmp']
- invalid_files = ['Makefile', 'README.txt', '.cvsignore', 'opaquetypes.ll']
+ invalid_files = ['Makefile', 'README.txt', '.cvsignore', 'opaquetypes.ll', 'constexpr.ll.bc-13' ]
#
# Start with an empty list of files and directories.
More information about the llvm-commits
mailing list