Searched refs:testdata (Results 1 – 1 of 1) sorted by relevance
127 testdata = {}172 if pkgname not in testdata.keys():173 testdata[pkgname] = {184 testdata[pkgname]['problems'][probname] = {201 testdata[pkgname]['problems'][probname][l[0]] = float(l[1])202 testdata[pkgname][l[0]] += float(l[1])203 elif l[0] in testdata[pkgname].keys():206 testdata[pkgname][l[0]] += num_int209 if len(testdata[pkgname]['problems'][probname]['stderr'])>0:212 testdata[pkgname]['errors'] += 1[all …]