comparison mx/sanitycheck.py @ 4331:daaee28c65c6

Adding a few utility methods to Loop
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 26 Jan 2012 18:32:02 +0100
parents 4aacce9c9cb9
children 9dbcdd6f1464
comparison
equal deleted inserted replaced
4330:d13bfce7b3dd 4331:daaee28c65c6
25 25
26 from outputparser import OutputParser, Matcher 26 from outputparser import OutputParser, Matcher
27 import re 27 import re
28 import mx 28 import mx
29 import os 29 import os
30 import commands
31 from os.path import isfile, join, exists 30 from os.path import isfile, join, exists
32 31
33 dacapoSanityWarmup = { 32 dacapoSanityWarmup = {
34 'avrora': [0, 0, 3, 6, 13], 33 'avrora': [0, 0, 3, 6, 13],
35 'batik': [0, 0, 5, 5, 20], 34 'batik': [0, 0, 5, 5, 20],