Searched refs:newTest (Results 1 – 3 of 3) sorted by relevance
485 test_ll_t *newTest = NULL, *lastTest = NULL; in run() local495 return newTest; in run()506 return newTest; in run()513 lastTest = newTest; in run()514 newTest = getNewTest(lastTest); in run()515 if (newTest != lastTest) { in run()516 memset(newTest->args->device, 0, in run()518 strncpy(newTest->args->device, in run()520 createChild(threadedMain, newTest); in run()522 newTest = lastTest; in run()[all …]
197 newTest := &example.Test{}198 err = proto.Unmarshal(data, newTest)202 // Now test and newTest contain the same data.203 if test.GetLabel() != newTest.GetLabel() {204 log.Fatalf("data mismatch %q != %q", test.GetLabel(), newTest.GetLabel())
402 Matcher newTest = PatternCache.get(formatted).matcher(""); in testToRegex() local405 if (!newTest.reset(it.getString()).matches()) { in testToRegex()