mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 646763: Fix |make check-ooms| which never ran (r=nnethercote)
This commit is contained in:
parent
93970628c1
commit
6c146289f4
@ -229,6 +229,8 @@ for f in files:
|
||||
|
||||
if OPTIONS.regression == None:
|
||||
print "Testing allocation %d/%d in %s" % (i,max,f)
|
||||
else:
|
||||
sys.stdout.write('.') # something short for tinderbox, no space or \n
|
||||
|
||||
command = (command_template + ' -A %d') % (f, i)
|
||||
out, err, exit = run(command)
|
||||
@ -317,6 +319,7 @@ for f in files:
|
||||
if not OPTIONS.regression == None:
|
||||
count_lines()
|
||||
|
||||
print '\n',
|
||||
|
||||
# Do the actual regression check
|
||||
if OPTIONS.regression:
|
||||
|
@ -606,7 +606,7 @@ endif
|
||||
check-ooms:
|
||||
$(wildcard $(RUN_TEST_PROGRAM)) $(PYTHON) -u $(srcdir)/config/find_OOM_errors.py --regression 125
|
||||
|
||||
ifdef DEBUG
|
||||
ifeq ($(MOZ_DEBUG),1)
|
||||
check:: check-ooms
|
||||
endif
|
||||
|
||||
|
@ -229,6 +229,8 @@ for f in files:
|
||||
|
||||
if OPTIONS.regression == None:
|
||||
print "Testing allocation %d/%d in %s" % (i,max,f)
|
||||
else:
|
||||
sys.stdout.write('.') # something short for tinderbox, no space or \n
|
||||
|
||||
command = (command_template + ' -A %d') % (f, i)
|
||||
out, err, exit = run(command)
|
||||
@ -317,6 +319,7 @@ for f in files:
|
||||
if not OPTIONS.regression == None:
|
||||
count_lines()
|
||||
|
||||
print '\n',
|
||||
|
||||
# Do the actual regression check
|
||||
if OPTIONS.regression:
|
||||
|
Loading…
Reference in New Issue
Block a user