Searched refs:testcases (Results 1 – 25 of 148) sorted by relevance
123456
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_ctypes.py | 10 skipped, testcases = ctypes.test.get_tests(ctypes.test, "test_*.py", verbosity=0) 11 suites = [unittest.makeSuite(t) for t in testcases]
|
D | test_xrange.py | 99 testcases = [(13,), (0, 11), (-22, 10), (20, 3, -1), 102 for t in testcases:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | decSingle.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | testall.decTest | 2 -- testall.decTest -- run all general decimal arithmetic testcases -- 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | decQuad.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | decDouble.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | dqClass.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | ddCopyNegate.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | copyabs.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | ddCopy.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | ddClass.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | copy.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | dqCopy.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | copynegate.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | dqCopyNegate.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | dqMinus.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | ddMinus.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | dqPlus.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | ddPlus.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | dqCopyAbs.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | ddCopyAbs.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | ddAbs.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | dqAbs.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | ddNextMinus.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
D | dqNextMinus.decTest | 7 -- these testcases. -- 9 -- These testcases are experimental ('beta' versions), and they --
|
123456