HomeSort by relevance Sort by last modified time
    Searched refs:SubTest (Results 1 - 2 of 2) sorted by null

  /external/valgrind/drd/tests/
std_list.cpp 21 class SubTest {
23 SubTest() {
30 void subTest() {
40 SubTest *subTest;
43 subTest = new SubTest();
47 delete subTest; }
50 subTest->subTest();
    [all...]
  /external/autotest/client/tests/kvm/tests/
virtio_console.py 35 class SubTest(object):
37 Collect result of subtest of main test.
52 Set cleanup function which is called when subtest fails.
72 Execute subtest function.
78 @return: Return what returned executed subtest.
80 exception from subtest.
102 # Clean up environment after subTest crash
119 @return: If any of subtest not pass return True.
148 return ("Subtest (%s(%s)): --> %s") % (result[1], sargs, status)
159 return ("Subtest (%s): --> %s") % (result[1], status
    [all...]

Completed in 318 milliseconds