Home
last modified time | relevance | path

Searched refs:testConfig (Results 1 – 25 of 48) sorted by relevance

12

/third_party/typescript/src/testRunner/
Drunner.ts101 const testConfig = <TestConfig>JSON.parse(testConfigContent); constant
102 if (testConfig.light) {
105 if (testConfig.timeout) {
106 globalTimeout = testConfig.timeout;
108 runUnitTests = testConfig.runUnitTests;
109 if (testConfig.workerCount) {
110 workerCount = +testConfig.workerCount;
112 if (testConfig.taskConfigsFolder) {
113 taskConfigsFolder = testConfig.taskConfigsFolder;
115 if (testConfig.noColors !== undefined) {
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp410 ExternalDependencyTestInstance (Context& context, ExternalTestConfig testConfig);
497 …dencyTestInstance::ExternalDependencyTestInstance (Context& context, ExternalTestConfig testConfig) in ExternalDependencyTestInstance() argument
499 …, m_renderPass2Supported ((testConfig.renderingType == RENDERING_TYPE_RENDERPASS2) && context.req… in ExternalDependencyTestInstance()
500 …, m_synchronization2Supported ((testConfig.synchronizationType == SYNCHRONIZATION_TYPE_SYNCHRONIZA… in ExternalDependencyTestInstance()
501 , m_renderingType (testConfig.renderingType) in ExternalDependencyTestInstance()
502 , m_width (testConfig.imageSize.x()) in ExternalDependencyTestInstance()
503 , m_height (testConfig.imageSize.y()) in ExternalDependencyTestInstance()
504 , m_blurKernel (testConfig.blurKernel) in ExternalDependencyTestInstance()
505 , m_format (testConfig.format) in ExternalDependencyTestInstance()
506 …ies, context.getUniversalQueueFamilyIndex(), m_format, m_width, m_height, testConfig.renderPasses)) in ExternalDependencyTestInstance()
[all …]
DvktRenderPassSparseRenderTargetTests.cpp436 SparseRenderTargetTestInstance (Context& context, TestConfig testConfig);
474 …eRenderTargetTestInstance::SparseRenderTargetTestInstance (Context& context, TestConfig testConfig) in SparseRenderTargetTestInstance() argument
476 , m_groupParams (testConfig.groupParams) in SparseRenderTargetTestInstance()
479 , m_format (testConfig.format) in SparseRenderTargetTestInstance()
485 …enderPass(context.getDeviceInterface(), context.getDevice(), m_format, testConfig.groupParams->ren… in SparseRenderTargetTestInstance()
488 …line(context.getDeviceInterface(), context.getDevice(), *m_renderPass, testConfig.format, *m_rende… in SparseRenderTargetTestInstance()
732 void init (vk::SourceCollections& dst, TestConfig testConfig) const in init()
735 const VkFormat format (testConfig.format); in init()
883 const TestConfig testConfig (format, groupParams); in initTests() local
886 …testName.c_str(), testName.c_str(), testConfig, typename FunctionSupport1<TestConfig>::Args(checkS… in initTests()
DvktRenderPassDepthStencilResolveTests.cpp1558 const TestConfig testConfig = in initTests() local
1580 …d(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, testName, testConfig)); in initTests()
1589 TestConfig compatibilityTestConfig = testConfig; in initTests()
1602 const TestConfig testConfig = in initTests() local
1624 …d(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, testName, testConfig)); in initTests()
1629 TestConfig samplemaskTestConfig = testConfig; in initTests()
1640 TestConfig compatibilityTestConfig = testConfig; in initTests()
1719 const TestConfig testConfig = in initTests() local
1741 …d(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, testName, testConfig)); in initTests()
1753 const TestConfig testConfig = in initTests() local
[all …]
DvktRenderPassTests.cpp5776 const TestConfig testConfig (renderPass, in addAttachmentTests() local
5789 ….get(), testCaseName.c_str(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig); in addAttachmentTests()
5860 const TestConfig testConfig (renderPass, in addAttachmentWriteMaskTests() local
5874 …seName.c_str(), testCaseName.c_str(), checkSupport, createTestShaders, renderPassTest, testConfig); in addAttachmentWriteMaskTests()
6335 const TestConfig testConfig (renderPass, in addAttachmentAllocationTests() local
6348 ….get(), testCaseName.c_str(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig); in addAttachmentAllocationTests()
6531 const TestConfig testConfig (renderPass, in addAttachmentAllocationTests() local
6544 ….get(), testCaseName.c_str(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig); in addAttachmentAllocationTests()
6576 const TestConfig testConfig (renderPass, in addSimpleTests() local
6589 …g>(group, "color", "Single color attachment case.", createTestShaders, renderPassTest, testConfig); in addSimpleTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp410 ExternalDependencyTestInstance (Context& context, ExternalTestConfig testConfig);
497 …dencyTestInstance::ExternalDependencyTestInstance (Context& context, ExternalTestConfig testConfig) in ExternalDependencyTestInstance() argument
499 …, m_renderPass2Supported ((testConfig.renderingType == RENDERING_TYPE_RENDERPASS2) && context.req… in ExternalDependencyTestInstance()
500 …, m_synchronization2Supported ((testConfig.synchronizationType == SYNCHRONIZATION_TYPE_SYNCHRONIZA… in ExternalDependencyTestInstance()
501 , m_renderingType (testConfig.renderingType) in ExternalDependencyTestInstance()
502 , m_width (testConfig.imageSize.x()) in ExternalDependencyTestInstance()
503 , m_height (testConfig.imageSize.y()) in ExternalDependencyTestInstance()
504 , m_blurKernel (testConfig.blurKernel) in ExternalDependencyTestInstance()
505 , m_format (testConfig.format) in ExternalDependencyTestInstance()
506 …ies, context.getUniversalQueueFamilyIndex(), m_format, m_width, m_height, testConfig.renderPasses)) in ExternalDependencyTestInstance()
[all …]
DvktRenderPassSparseRenderTargetTests.cpp436 SparseRenderTargetTestInstance (Context& context, TestConfig testConfig);
474 …eRenderTargetTestInstance::SparseRenderTargetTestInstance (Context& context, TestConfig testConfig) in SparseRenderTargetTestInstance() argument
476 , m_groupParams (testConfig.groupParams) in SparseRenderTargetTestInstance()
479 , m_format (testConfig.format) in SparseRenderTargetTestInstance()
485 …enderPass(context.getDeviceInterface(), context.getDevice(), m_format, testConfig.groupParams->ren… in SparseRenderTargetTestInstance()
488 …line(context.getDeviceInterface(), context.getDevice(), *m_renderPass, testConfig.format, *m_rende… in SparseRenderTargetTestInstance()
732 void init (vk::SourceCollections& dst, TestConfig testConfig) const in init()
735 const VkFormat format (testConfig.format); in init()
883 const TestConfig testConfig (format, groupParams); in initTests() local
886 …testName.c_str(), testName.c_str(), testConfig, typename FunctionSupport1<TestConfig>::Args(checkS… in initTests()
DvktRenderPassDepthStencilResolveTests.cpp1558 const TestConfig testConfig = in initTests() local
1580 …d(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, testName, testConfig)); in initTests()
1589 TestConfig compatibilityTestConfig = testConfig; in initTests()
1602 const TestConfig testConfig = in initTests() local
1624 …d(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, testName, testConfig)); in initTests()
1629 TestConfig samplemaskTestConfig = testConfig; in initTests()
1640 TestConfig compatibilityTestConfig = testConfig; in initTests()
1719 const TestConfig testConfig = in initTests() local
1741 …d(new DSResolveTestInstance(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName, testName, testConfig)); in initTests()
1753 const TestConfig testConfig = in initTests() local
[all …]
DvktRenderPassTests.cpp5776 const TestConfig testConfig (renderPass, in addAttachmentTests() local
5789 ….get(), testCaseName.c_str(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig); in addAttachmentTests()
5860 const TestConfig testConfig (renderPass, in addAttachmentWriteMaskTests() local
5874 …seName.c_str(), testCaseName.c_str(), checkSupport, createTestShaders, renderPassTest, testConfig); in addAttachmentWriteMaskTests()
6335 const TestConfig testConfig (renderPass, in addAttachmentAllocationTests() local
6348 ….get(), testCaseName.c_str(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig); in addAttachmentAllocationTests()
6531 const TestConfig testConfig (renderPass, in addAttachmentAllocationTests() local
6544 ….get(), testCaseName.c_str(), testCaseName.c_str(), createTestShaders, renderPassTest, testConfig); in addAttachmentAllocationTests()
6576 const TestConfig testConfig (renderPass, in addSimpleTests() local
6589 …g>(group, "color", "Single color attachment case.", createTestShaders, renderPassTest, testConfig); in addSimpleTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp2437 …t& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig);
2451 ExtendedDynamicStateInstance (Context& context, const TestConfig& testConfig);
2460 …xt& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig) in ExtendedDynamicStateTest() argument
2462 , m_testConfig (testConfig) in ExtendedDynamicStateTest()
2464 const auto staticTopologyClass = getTopologyClass(testConfig.topologyConfig.staticValue); in ExtendedDynamicStateTest()
2468 DE_ASSERT(!testConfig.topologyConfig.dynamicValue || in ExtendedDynamicStateTest()
2469 staticTopologyClass == getTopologyClass(testConfig.topologyConfig.dynamicValue.get())); in ExtendedDynamicStateTest()
3170 …dDynamicStateInstance::ExtendedDynamicStateInstance(Context& context, const TestConfig& testConfig) in ExtendedDynamicStateInstance() argument
3172 , m_testConfig (testConfig) in ExtendedDynamicStateInstance()
3215 void setDynamicStates(const TestConfig& testConfig, const vk::DeviceInterface& vkd, vk::VkCommandBu… in setDynamicStates() argument
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp2437 …t& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig);
2451 ExtendedDynamicStateInstance (Context& context, const TestConfig& testConfig);
2460 …xt& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig) in ExtendedDynamicStateTest() argument
2462 , m_testConfig (testConfig) in ExtendedDynamicStateTest()
2464 const auto staticTopologyClass = getTopologyClass(testConfig.topologyConfig.staticValue); in ExtendedDynamicStateTest()
2468 DE_ASSERT(!testConfig.topologyConfig.dynamicValue || in ExtendedDynamicStateTest()
2469 staticTopologyClass == getTopologyClass(testConfig.topologyConfig.dynamicValue.get())); in ExtendedDynamicStateTest()
3170 …dDynamicStateInstance::ExtendedDynamicStateInstance(Context& context, const TestConfig& testConfig) in ExtendedDynamicStateInstance() argument
3172 , m_testConfig (testConfig) in ExtendedDynamicStateInstance()
3215 void setDynamicStates(const TestConfig& testConfig, const vk::DeviceInterface& vkd, vk::VkCommandBu… in setDynamicStates() argument
[all …]
/third_party/typescript/src/testRunner/unittests/tsserver/
DtypeReferenceDirectives.ts38 const testConfig: File = { constant
48 const files = [typeLib, appLib, testFile, testConfig, libFile]; constant
53 const project = service.configuredProjects.get(testConfig.path)!;
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeSampleVariablesTests.cpp108 struct testConfig in write_to_read_only_types() struct
150 struct testConfig in access_built_in_types_inside_other_shaders() struct
240 struct testConfig in index_outside_sample_mask_range() struct
284 struct testConfig in access_built_in_types_without_extension() struct
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp532 SharedPresentableImageTestInstance (Context& context, const TestConfig& testConfig);
723 …geTestInstance::SharedPresentableImageTestInstance (Context& context, const TestConfig& testConfig) in SharedPresentableImageTestInstance() argument
725 , m_testConfig (testConfig) in SharedPresentableImageTestInstance()
729 , m_instance (createInstanceWithWsi(context, m_instanceExtensions, testConfig.wsiType)) in SharedPresentableImageTestInstance()
732 …text.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in SharedPresentableImageTestInstance()
734 …, m_surface (vk::wsi::createSurface(m_vki, m_instance, testConfig.wsiType, *m_nativeDisplay, *… in SharedPresentableImageTestInstance()
738 …ance, m_vki, m_physicalDevice, m_deviceExtensions, m_queueFamilyIndex, testConfig.useSharedPresent… in SharedPresentableImageTestInstance()
752testConfig.scaling, m_surfaceProperties, m_surfaceFormats, m_presentModes, testConfig.presentMode,… in SharedPresentableImageTestInstance()
DvktWsiIncrementalPresentTests.cpp618 IncrementalPresentTestInstance (Context& context, const TestConfig& testConfig);
798 …resentTestInstance::IncrementalPresentTestInstance (Context& context, const TestConfig& testConfig) in IncrementalPresentTestInstance() argument
800 , m_testConfig (testConfig) in IncrementalPresentTestInstance()
801 , m_useIncrementalPresent (testConfig.useIncrementalPresent) in IncrementalPresentTestInstance()
804 , m_instance (createInstanceWithWsi(context, m_instanceExtensions, testConfig.wsiType)) in IncrementalPresentTestInstance()
807 …text.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in IncrementalPresentTestInstance()
809 …, m_surface (vk::wsi::createSurface(m_vki, m_instance, testConfig.wsiType, *m_nativeDisplay, *… in IncrementalPresentTestInstance()
813 …ance, m_vki, m_physicalDevice, m_deviceExtensions, m_queueFamilyIndex, testConfig.useIncrementalPr… in IncrementalPresentTestInstance()
829 …milyIndex, testConfig.scaling, m_surfaceProperties, m_surfaceFormats, m_presentModes, testConfig.p… in IncrementalPresentTestInstance()
DvktWsiDisplayTimingTests.cpp535 DisplayTimingTestInstance (Context& context, const TestConfig& testConfig);
687 …splayTimingTestInstance::DisplayTimingTestInstance (Context& context, const TestConfig& testConfig) in DisplayTimingTestInstance() argument
689 , m_useDisplayTiming (testConfig.useDisplayTiming) in DisplayTimingTestInstance()
693 , m_instance (createInstanceWithWsi(context, m_instanceExtensions, testConfig.wsiType)) in DisplayTimingTestInstance()
696 …text.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in DisplayTimingTestInstance()
698 …, m_surface (vk::wsi::createSurface(m_vki, m_instance, testConfig.wsiType, *m_nativeDisplay, *… in DisplayTimingTestInstance()
702 …ance, m_vki, m_physicalDevice, m_deviceExtensions, m_queueFamilyIndex, testConfig.useDisplayTiming… in DisplayTimingTestInstance()
718 …m_queueFamilyIndex, m_surfaceProperties, m_surfaceFormats, m_presentModes, testConfig.presentMode)) in DisplayTimingTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp532 SharedPresentableImageTestInstance (Context& context, const TestConfig& testConfig);
723 …geTestInstance::SharedPresentableImageTestInstance (Context& context, const TestConfig& testConfig) in SharedPresentableImageTestInstance() argument
725 , m_testConfig (testConfig) in SharedPresentableImageTestInstance()
729 , m_instance (createInstanceWithWsi(context, m_instanceExtensions, testConfig.wsiType)) in SharedPresentableImageTestInstance()
732 …text.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in SharedPresentableImageTestInstance()
734 …, m_surface (vk::wsi::createSurface(m_vki, m_instance, testConfig.wsiType, *m_nativeDisplay, *… in SharedPresentableImageTestInstance()
738 …ance, m_vki, m_physicalDevice, m_deviceExtensions, m_queueFamilyIndex, testConfig.useSharedPresent… in SharedPresentableImageTestInstance()
752testConfig.scaling, m_surfaceProperties, m_surfaceFormats, m_presentModes, testConfig.presentMode,… in SharedPresentableImageTestInstance()
DvktWsiIncrementalPresentTests.cpp618 IncrementalPresentTestInstance (Context& context, const TestConfig& testConfig);
798 …resentTestInstance::IncrementalPresentTestInstance (Context& context, const TestConfig& testConfig) in IncrementalPresentTestInstance() argument
800 , m_testConfig (testConfig) in IncrementalPresentTestInstance()
801 , m_useIncrementalPresent (testConfig.useIncrementalPresent) in IncrementalPresentTestInstance()
804 , m_instance (createInstanceWithWsi(context, m_instanceExtensions, testConfig.wsiType)) in IncrementalPresentTestInstance()
807 …text.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in IncrementalPresentTestInstance()
809 …, m_surface (vk::wsi::createSurface(m_vki, m_instance, testConfig.wsiType, *m_nativeDisplay, *… in IncrementalPresentTestInstance()
813 …ance, m_vki, m_physicalDevice, m_deviceExtensions, m_queueFamilyIndex, testConfig.useIncrementalPr… in IncrementalPresentTestInstance()
829 …milyIndex, testConfig.scaling, m_surfaceProperties, m_surfaceFormats, m_presentModes, testConfig.p… in IncrementalPresentTestInstance()
DvktWsiDisplayTimingTests.cpp535 DisplayTimingTestInstance (Context& context, const TestConfig& testConfig);
687 …splayTimingTestInstance::DisplayTimingTestInstance (Context& context, const TestConfig& testConfig) in DisplayTimingTestInstance() argument
689 , m_useDisplayTiming (testConfig.useDisplayTiming) in DisplayTimingTestInstance()
693 , m_instance (createInstanceWithWsi(context, m_instanceExtensions, testConfig.wsiType)) in DisplayTimingTestInstance()
696 …text.getTestContext().getPlatform().getVulkanPlatform(), m_instanceExtensions, testConfig.wsiType)) in DisplayTimingTestInstance()
698 …, m_surface (vk::wsi::createSurface(m_vki, m_instance, testConfig.wsiType, *m_nativeDisplay, *… in DisplayTimingTestInstance()
702 …ance, m_vki, m_physicalDevice, m_deviceExtensions, m_queueFamilyIndex, testConfig.useDisplayTiming… in DisplayTimingTestInstance()
718 …m_queueFamilyIndex, m_surfaceProperties, m_surfaceFormats, m_presentModes, testConfig.presentMode)) in DisplayTimingTestInstance()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/
Dglmark2Benchmark.cpp225 std::string testName, testConfig; in parseOutput() local
226 lin >> testName >> testConfig; in parseOutput()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
Dglmark2Benchmark.cpp233 std::string testName, testConfig; in parseOutput() local
234 lin >> testName >> testConfig; in parseOutput()
/third_party/flutter/flutter/packages/flutter_test/test/test_config/child_directory/
Dconfig_test.dart8 testConfig('flutter_test_config initializes tests in child folder', '/test_config');
/third_party/flutter/flutter/packages/flutter_test/test/test_config/project_root/
Dconfig_test.dart8 testConfig('pubspec.yaml causes config scanning to stop', null);
/third_party/flutter/flutter/packages/flutter_test/test/test_config/
Dconfig_test.dart8 testConfig('flutter_test_config initializes tests in same folder', '/test_config');
/third_party/flutter/flutter/packages/flutter_test/test/test_config/child_directory/grandchild_directory/
Dconfig_test.dart8 testConfig('flutter_test_config initializes tests in grandchild folder', '/test_config');

12