Searched refs:testDescription (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/libxml2-26/libxml2/
H A Dregressions.py102 def runOneTest(testDescription, filename, inbase, errbase):
103 if 'execpath' in testDescription:
104 dir = testDescription['execpath'] + '/'
107 cmd = os.path.abspath(dir + testDescription['testprog'])
108 if 'flag' in testDescription:
109 for f in string.split(testDescription['flag']):
111 if 'stdin' not in testDescription:
113 if 'extarg' in testDescription:
114 cmd += ' ' + testDescription['extarg']
118 if 'resext' in testDescription
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dregressions.py102 def runOneTest(testDescription, filename, inbase, errbase):
103 if 'execpath' in testDescription:
104 dir = testDescription['execpath'] + '/'
107 cmd = os.path.abspath(dir + testDescription['testprog'])
108 if 'flag' in testDescription:
109 for f in string.split(testDescription['flag']):
111 if 'stdin' not in testDescription:
113 if 'extarg' in testDescription:
114 cmd += ' ' + testDescription['extarg']
118 if 'resext' in testDescription
[all...]
/macosx-10.9.5/MITKerberosShim-62.1/raft/KLLAcquireCredUI/
H A DKLLAcquireCredUI.py17 testDescription = "Pop UI KerberosAgent and acquire credentials" variable
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_imp.py51 def testDescription(self): member in class:TestBasicIMP
H A Dtest_set_proxy.py159 def testDescription(self): member in class:BasicSetTests
H A Dtest_number_proxy.py176 def testDescription(self): member in class:TestNSNumber
414 def testDescription(self): member in class:TestPyNumber
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_imp.py51 def testDescription(self): member in class:TestBasicIMP
H A Dtest_set_proxy.py159 def testDescription(self): member in class:BasicSetTests
H A Dtest_number_proxy.py176 def testDescription(self): member in class:TestNSNumber
414 def testDescription(self): member in class:TestPyNumber
/macosx-10.9.5/xnu-2422.115.4/tools/tests/unit_tests/
H A Dxnu_raft_tests.py33 testDescription = "Runs all tests defined as targets in Makefile" # Add a brief description of test functionality variable

Completed in 199 milliseconds