Home | History | Annotate | Download | only in release

Lines Matching refs:d_new

72 def diffResults(d_old, d_new):
78 if d_new.has_key(t) :
83 if d_new[t].has_key(x):
85 if d_new[t][x] != 'PASS':
88 if d_new[t][x] == 'PASS':
97 if not d_new[t].has_key(tp + x):
101 if d_new[t].has_key(tp + x):
107 if not d_new[t].has_key(exp + x):
111 if d_new[t].has_key(exp + x):
125 d_new = parse(sys.argv[2])
128 diffResults(d_old, d_new)