Home
last modified time | relevance | path

Searched refs:BaseTestCase (Results 1 – 22 of 22) sorted by relevance

/third_party/python/Lib/test/
Dtest_textwrap.py16 class BaseTestCase(unittest.TestCase): class
46 class WrapTestCase(BaseTestCase):
479 class MaxLinesTestCase(BaseTestCase):
574 class LongWordTestCase (BaseTestCase):
643 class LongWordWithHyphensTestCase(BaseTestCase):
715 class IndentTestCases(BaseTestCase):
1022 class ShortenTestCase(BaseTestCase):
Dtest_tempfile.py87 class BaseTestCase(unittest.TestCase): class
138 class TestExports(BaseTestCase):
168 class TestRandomNameSequence(BaseTestCase):
232 class TestCandidateTempdirList(BaseTestCase):
274 class TestGetDefaultTempdir(BaseTestCase):
311 class TestGetCandidateNames(BaseTestCase):
375 class TestMkstempInner(TestBadTempdir, BaseTestCase):
550 class TestGetTempPrefix(BaseTestCase):
582 class TestGetTempDir(BaseTestCase):
628 class TestMkstemp(BaseTestCase):
[all …]
Dtest_bdb.py524 test = BaseTestCase()
574 class BaseTestCase(unittest.TestCase): class
584 class StateTestCase(BaseTestCase):
758 class BreakpointTestCase(BaseTestCase):
994 class RunTestCase(BaseTestCase):
1028 class IssuesTestCase(BaseTestCase):
Dtest_threading.py88 class BaseTestCase(unittest.TestCase): class
97 class ThreadTests(BaseTestCase):
965 class ThreadJoinOnShutdown(BaseTestCase):
1136 class SubinterpThreadingTests(BaseTestCase):
1234 class ThreadingExceptionTests(BaseTestCase):
1416 class ExceptHookTests(BaseTestCase):
1531 class TimerTests(BaseTestCase):
1534 BaseTestCase.setUp(self)
Dlock_tests.py76 class BaseTestCase(unittest.TestCase): class
93 class BaseLockTests(BaseTestCase):
364 class EventTests(BaseTestCase):
459 class ConditionTests(BaseTestCase):
634 class BaseSemaphoreTests(BaseTestCase):
820 class BarrierTests(BaseTestCase):
Dtest_typing.py39 class BaseTestCase(TestCase): class
76 class AnyTests(BaseTestCase):
118 class NoReturnTests(BaseTestCase):
152 class TypeVarTests(BaseTestCase):
251 class UnionTests(BaseTestCase):
394 class TupleTests(BaseTestCase):
628 class TypingCallableTests(BaseCallableTests, BaseTestCase):
640 class CollectionsCallableTests(BaseCallableTests, BaseTestCase):
644 class LiteralTests(BaseTestCase):
820 class ProtocolTests(BaseTestCase):
[all …]
D_test_multiprocessing.py183 class BaseTestCase(object): class
232 class _TestProcess(BaseTestCase):
807 class _TestSubclassingProcess(BaseTestCase):
907 class _TestQueue(BaseTestCase):
1232 class _TestLock(BaseTestCase):
1256 class _TestSemaphore(BaseTestCase):
1310 class _TestCondition(BaseTestCase):
1606 class _TestEvent(BaseTestCase):
1749 class _TestBarrier(BaseTestCase):
2003 class _TestValue(BaseTestCase):
[all …]
Dtest_httpservers.py67 class BaseTestCase(unittest.TestCase): class
88 class BaseHTTPServerTestCase(BaseTestCase):
136 BaseTestCase.setUp(self)
295 class RequestHandlerLoggingTestCase(BaseTestCase):
331 class SimpleHTTPServerTestCase(BaseTestCase):
662 class CGIHTTPServerTestCase(BaseTestCase):
669 BaseTestCase.setUp(self)
770 BaseTestCase.tearDown(self)
Dtest_regrtest.py359 class BaseTestCase(unittest.TestCase): class
372 name = 'noop%s' % BaseTestCase.TEST_UNIQUE_ID
373 BaseTestCase.TEST_UNIQUE_ID += 1
550 class CheckActualTests(BaseTestCase):
574 class ProgramsTestCase(BaseTestCase):
688 class ArgsTestCase(BaseTestCase):
Dtest_concurrent_futures.py102 class BaseTestCase(unittest.TestCase): class
197 def create_executor_tests(mixin, bases=(BaseTestCase,),
405 class ThreadPoolShutdownTest(ThreadPoolMixin, ExecutorShutdownTest, BaseTestCase):
690 class ThreadPoolWaitTests(ThreadPoolMixin, WaitTests, BaseTestCase):
885 class ThreadPoolExecutorTest(ThreadPoolMixin, ExecutorTest, BaseTestCase):
1269 class FutureTests(BaseTestCase):
Dtest_ipaddress.py17 class BaseTestCase(unittest.TestCase): class
195 class AddressTestCase_v4(BaseTestCase, CommonTestMixin_v4):
307 class AddressTestCase_v6(BaseTestCase, CommonTestMixin_v6):
637 class InterfaceTestCase_v4(BaseTestCase, NetmaskTestMixin_v4):
641 class NetworkTestCase_v4(BaseTestCase, NetmaskTestMixin_v4):
796 class InterfaceTestCase_v6(BaseTestCase, NetmaskTestMixin_v6):
800 class NetworkTestCase_v6(BaseTestCase, NetmaskTestMixin_v6):
847 class FactoryFunctionErrors(BaseTestCase):
Dtest_subprocess.py80 class BaseTestCase(unittest.TestCase): class
111 class ProcessTestCase(BaseTestCase):
1531 class RunFuncTestCase(BaseTestCase):
1719 class POSIXProcessTestCase(BaseTestCase):
3261 class Win32ProcessTestCase(BaseTestCase):
3628 class CommandsWithSpaces (BaseTestCase):
3671 class ContextManagerTests(BaseTestCase):
Dtest_index.py14 class BaseTestCase(unittest.TestCase): class
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp2564 class BaseTestCase : public TestCase class
2567BaseTestCase (tcu::TestContext& context, const std::string& name, const std::string& description, …
2568 virtual ~BaseTestCase (void);
2578 BaseTestCase::BaseTestCase (tcu::TestContext& context, const std::string& name, const std::string& … in BaseTestCase() function in vkt::imageless::__anon0ee4ed7f0111::BaseTestCase
2584 BaseTestCase::~BaseTestCase () in ~BaseTestCase()
2588 void BaseTestCase::checkSupport (Context& context) const in checkSupport()
2597 void BaseTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
2801 TestInstance* BaseTestCase::createInstance (Context& context) const in createInstance()
2834 return new BaseTestCase(testCtx, "color", "Imageless color attachment test", parameters); in imagelessColorTests()
2846 …return new BaseTestCase(testCtx, "depth_stencil", "Imageless depth/stencil attachment test", param… in imagelessDepthStencilTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/
DvktImagelessFramebufferTests.cpp2564 class BaseTestCase : public TestCase class
2567BaseTestCase (tcu::TestContext& context, const std::string& name, const std::string& description, …
2568 virtual ~BaseTestCase (void);
2578 BaseTestCase::BaseTestCase (tcu::TestContext& context, const std::string& name, const std::string& … in BaseTestCase() function in vkt::imageless::__anon60d057bf0111::BaseTestCase
2584 BaseTestCase::~BaseTestCase () in ~BaseTestCase()
2588 void BaseTestCase::checkSupport (Context& context) const in checkSupport()
2597 void BaseTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
2801 TestInstance* BaseTestCase::createInstance (Context& context) const in createInstance()
2834 return new BaseTestCase(testCtx, "color", "Imageless color attachment test", parameters); in imagelessColorTests()
2846 …return new BaseTestCase(testCtx, "depth_stencil", "Imageless depth/stencil attachment test", param… in imagelessDepthStencilTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktDynamicRenderingTests.cpp3491 class BaseTestCase : public TestCase class
3494 BaseTestCase (tcu::TestContext& context,
3498 virtual ~BaseTestCase (void);
3508 BaseTestCase::BaseTestCase (tcu::TestContext& context, in BaseTestCase() function in vkt::renderpass::__anon2432535c0111::BaseTestCase
3517 BaseTestCase::~BaseTestCase () in ~BaseTestCase()
3521 void BaseTestCase::checkSupport (Context& context) const in checkSupport()
3527 void BaseTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
3573 TestInstance* BaseTestCase::createInstance (Context& context) const in createInstance()
3659 …return new BaseTestCase(testCtx, testName[parameters.testType], "Dynamic Rendering tests", paramet… in dynamicRenderingTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktDynamicRenderingTests.cpp3491 class BaseTestCase : public TestCase class
3494 BaseTestCase (tcu::TestContext& context,
3498 virtual ~BaseTestCase (void);
3508 BaseTestCase::BaseTestCase (tcu::TestContext& context, in BaseTestCase() function in vkt::renderpass::__anond176211c0111::BaseTestCase
3517 BaseTestCase::~BaseTestCase () in ~BaseTestCase()
3521 void BaseTestCase::checkSupport (Context& context) const in checkSupport()
3527 void BaseTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
3573 TestInstance* BaseTestCase::createInstance (Context& context) const in createInstance()
3659 …return new BaseTestCase(testCtx, testName[parameters.testType], "Dynamic Rendering tests", paramet… in dynamicRenderingTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperationMultiQueueTests.cpp851 class BaseTestCase : public TestCase class
854 BaseTestCase (tcu::TestContext& testCtx, in BaseTestCase() function in vkt::synchronization::__anonf65c4de70111::BaseTestCase
1001 …opGroup->addChild(new BaseTestCase(testCtx, name, "", data.type, groups[groupNdx].syncPrimitive, r… in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationOperationMultiQueueTests.cpp851 class BaseTestCase : public TestCase class
854 BaseTestCase (tcu::TestContext& testCtx, in BaseTestCase() function in vkt::synchronization::__anon438aa3a70111::BaseTestCase
1001 …opGroup->addChild(new BaseTestCase(testCtx, name, "", data.type, groups[groupNdx].syncPrimitive, r… in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
DvktRasterizationTests.cpp2161 class BaseTestCase : public BaseRenderingTestCase class
2164BaseTestCase (tcu::TestContext& context, const std::string& name, const std::string& description, … in BaseTestCase() function in vkt::rasterization::__anon979382000111::BaseTestCase
6979 …nostippleTests->addChild(new BaseTestCase<TrianglesTestInstance> (testCtx, "triangles", "Render… in createRasterizationTests()
6980 …nostippleTests->addChild(new BaseTestCase<TriangleStripTestInstance> (testCtx, "triangle_strip", … in createRasterizationTests()
6981 …nostippleTests->addChild(new BaseTestCase<TriangleFanTestInstance> (testCtx, "triangle_fan", "Re… in createRasterizationTests()
7588 …nostippleTests->addChild(new BaseTestCase<TrianglesTestInstance> (testCtx, "triangles", "Render… in createRasterizationTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp2161 class BaseTestCase : public BaseRenderingTestCase class
2164BaseTestCase (tcu::TestContext& context, const std::string& name, const std::string& description, … in BaseTestCase() function in vkt::rasterization::__anonea4fb4400111::BaseTestCase
6979 …nostippleTests->addChild(new BaseTestCase<TrianglesTestInstance> (testCtx, "triangles", "Render… in createRasterizationTests()
6980 …nostippleTests->addChild(new BaseTestCase<TriangleStripTestInstance> (testCtx, "triangle_strip", … in createRasterizationTests()
6981 …nostippleTests->addChild(new BaseTestCase<TriangleFanTestInstance> (testCtx, "triangle_fan", "Re… in createRasterizationTests()
7588 …nostippleTests->addChild(new BaseTestCase<TrianglesTestInstance> (testCtx, "triangles", "Render… in createRasterizationTests()
/third_party/python/Doc/library/
Dstdtypes.rst1913 >>> 'BaseTestCase'.removeprefix('Test')
1914 'BaseTestCase'
2685 >>> b'BaseTestCase'.removeprefix(b'Test')
2686 b'BaseTestCase'