Home
last modified time | relevance | path

Searched +full:requirements +full:- +full:test (Results 1 – 25 of 1025) sorted by relevance

12345678910>>...41

/external/crosvm/ci/
Dtest_runner.py3 # Use of this source code is governed by a BSD-style license that can be
6 # Test runner for crosvm:
7 # - Selects which tests to run based on local environment
8 # - Can run some tests single-threaded
9 # - Can run some tests using the VM provided by the builders.
10 # - Can generate junit xml files for integration with sponge
12 # The crates and feature to test are configured in ./run_tests
25 # Print debug info. Overriden by -v or -vv
29 # Runs tests using the exec_file wrapper, which will run the test inside the
30 # builders built-in VM.
[all …]
/external/autotest/client/site_tests/hardware_StorageTrim/
Dhardware_StorageTrim.py2 # Use of this source code is governed by a BSD-style license that can be
6 from autotest_lib.client.bin import test, utils
10 class hardware_StorageTrim(test.test):
25 This test use an entire disk so we need to boot from usb.
27 @param dev: block device to test
33 msg = 'Test failed with error: %s not exist' % dev
39 raise error.TestFail('Can not test on root device')
46 requirements=[('disk_fill', [])],
53 requirements = [('4k_write_qd32', ['--status-interval=60'])]
60 requirements=requirements,
[all …]
/external/python/httplib2/
D.travis.yml9 - $HOME/.cache
13 - pip_install_common='pip>=9.0 setuptools>=43.0 wheel>=0.30'
15 - 2.7
16 - 3.5
17 - 3.6
18 - 3.7
19 install: pip install $pip_install_common 'codecov>=2.0.15' -r requirements-test.txt
20 script: script/test -sv && codecov
23 - test
24 - release
[all …]
/external/deqp/doc/testspecs/VK/
Dsparse_resources.txt5 dEQP-VK.sparse_resources.*
9 1. Test fully resident buffer created with VK_BUFFER_CREATE_SPARSE_BINDING_BIT flag bit
10 2. Test fully resident image created with VK_IMAGE_CREATE_SPARSE_BINDING_BIT flag bit
11 3. Test partially resident buffer created with VK_BUFFER_CREATE_SPARSE_RESIDENCY_BIT flag bit
12 4. Test partially resident image created with VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT flag bit
13 5. Test partially resident image with mipmaps, put some mipmap levels in mip tail region
14 6. Test memory aliasing for fully resident buffer objects
15 7. Test memory aliasing for partially resident images
16 8. Test OpImageSparse* shader intrinsics
20 1. Test fully resident buffer created with VK_BUFFER_CREATE_SPARSE_BINDING_BIT flag bit
[all …]
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/features/
DFeatureUtil.java8 * http://www.apache.org/licenses/LICENSE-2.0
36 * Utilities for collecting and validating tester requirements from annotations.
93 * Get the full set of requirements for a tester class.
98 * @throws ConflictingRequirementsException if the requirements are mutually inconsistent.
103 TesterRequirements requirements = classTesterRequirementsCache.get(testerClass); in getTesterRequirements() local
104 if (requirements == null) { in getTesterRequirements()
105 requirements = buildTesterRequirements(testerClass); in getTesterRequirements()
106 classTesterRequirementsCache.put(testerClass, requirements); in getTesterRequirements()
108 return requirements; in getTesterRequirements()
113 * Get the full set of requirements for a tester class.
[all …]
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
DFeatureUtil.java8 * http://www.apache.org/licenses/LICENSE-2.0
36 * Utilities for collecting and validating tester requirements from annotations.
93 * Get the full set of requirements for a tester class.
98 * @throws ConflictingRequirementsException if the requirements are mutually inconsistent.
103 TesterRequirements requirements = classTesterRequirementsCache.get(testerClass); in getTesterRequirements() local
104 if (requirements == null) { in getTesterRequirements()
105 requirements = buildTesterRequirements(testerClass); in getTesterRequirements()
106 classTesterRequirementsCache.put(testerClass, requirements); in getTesterRequirements()
108 return requirements; in getTesterRequirements()
113 * Get the full set of requirements for a tester class.
[all …]
/external/autotest/client/cros/storage_tests/
Dfio_test.py2 # Use of this source code is governed by a BSD-style license that can be
6 from autotest_lib.client.bin import fio_util, test, utils
10 class FioTest(test.test):
25 # Initialize fail counter used to determine test pass/fail.
47 # be in /sys/devices/pci0000:00/0000:00:1d.7/usb1/1-5/1-5:1.0/host4/
49 # Then read the vendor and model name in its grand-parent directory.
53 device = re.match(r'.*(sd[a-z]|mmcblk[0-9]+|nvme[0-9]+n[0-9]+)p?[0-9]*',
55 findsys = utils.run('find /sys/devices -name %s | grep -v virtual'
87 @param dev: block device / file to test.
95 'Nonzero file size is required to test file systems')
[all …]
/external/autotest/client/site_tests/hardware_StorageFioOther/
Dhardware_StorageFioOther.py2 # Use of this source code is governed by a BSD-style license that can be
11 Runs several fio jobs on the non-root device and reports results.
24 @param dev: block device / file to test.
40 def run_once(self, dev='', quicktest=False, requirements=None, argument
43 Determines the non-root device to test, and then runs the
44 hardware_StorageFio test, which runs several fio jobs and reports
47 @param dev: block device to test
48 @param quicktest: short test
49 @param requirements: list of jobs for fio to run
50 @param integrity: test to check data integrity
[all …]
/external/autotest/client/site_tests/hardware_StorageFio/
Dhardware_StorageFio.py2 # Use of this source code is governed by a BSD-style license that can be
23 @param dev: block device / file to test.
30 def run_once(self, dev='', quicktest=False, requirements=None, argument
35 @param dev: block device to test
36 @param quicktest: short test
37 @param requirements: list of jobs for fio to run
38 @param integrity: test to check data integrity
44 requirements=requirements,
/external/autotest/client/site_tests/hardware_RamFio/
Dhardware_RamFio.py2 # Use of this source code is governed by a BSD-style license that can be
7 from autotest_lib.client.bin import test
13 class hardware_RamFio(test.test):
15 Create ram disk and use FIO to test for ram throughput
27 # This test grabs a lot of system memory. Lets move Chrome out of the
36 def run_once(self, size=_DEFAULT_SIZE, requirements=None, dry_run=False): argument
37 """Call hardware_StorageFio to test on ram drive
39 @param size: size to test in byte
41 @param requirements: requirement to pass to hardware_StorageFio
46 usable_mem *= 1 - self._RAMFS_OVERHEAD
[all …]
/external/pigweed/pw_build/
Dpython.gni7 # https://www.apache.org/licenses/LICENSE-2.0
55 "--pretty",
56 "--show-error-codes",
60 args += [ "--config-file=" + rebase_path(invoker.mypy_ini) ]
89 "--jobs=1",
90 "--output-format=colorized",
94 args += [ "--rcfile=" + rebase_path(invoker.pylintrc) ]
100 args += [ "--disable=unexpected-line-ending-format" ]
118 # - $name - Provides the Python files in the build, but does not take any
120 # - $name.lint - Runs static analyis tools on the Python code. This is a group
[all …]
/external/libwebsockets/minimal-examples/api-tests/api-test-async-dns/
DCMakeLists.txt1 project(lws-api-test-async-dns)
5 set(SAMP lws-api-test-async-dns)
65 set(requirements 1) variable
66 require_lws_config(LWS_ROLE_H1 1 requirements)
67 require_lws_config(LWS_WITH_CLIENT 1 requirements)
68 require_lws_config(LWS_WITH_SYS_ASYNC_DNS 1 requirements)
70 if (requirements)
/external/libwebsockets/minimal-examples/api-tests/api-test-lws_sequencer/
DCMakeLists.txt1 project(lws-api-test-lws_sequencer)
5 set(SAMP lws-api-test-lws_sequencer)
65 set(requirements 1) variable
66 require_lws_config(LWS_ROLE_H1 1 requirements)
67 require_lws_config(LWS_WITH_CLIENT 1 requirements)
68 require_lws_config(LWS_WITH_SEQUENCER 1 requirements)
70 if (requirements)
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/
DFeatureSpecificTestSuiteBuilder.java8 * http://www.apache.org/licenses/LICENSE-2.0
38 import junit.framework.Test;
43 * Creates, based on your criteria, a JUnit test suite that exhaustively tests the object generated
46 * @param <B> The concrete type of this builder (the 'self-type'). All the Builder methods of this
49 * @param <G> The type of the generator to be passed to testers in the generated test suite. An
50 * instance of G should somehow provide an instance of the class under test, plus any other
51 * information required to parameterize the test.
62 // Test Data
65 // Gets run before every test.
67 // Gets run at the conclusion of every test.
[all …]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DFeatureSpecificTestSuiteBuilder.java8 * http://www.apache.org/licenses/LICENSE-2.0
38 import junit.framework.Test;
43 * Creates, based on your criteria, a JUnit test suite that exhaustively tests the object generated
46 * @param <B> The concrete type of this builder (the 'self-type'). All the Builder methods of this
49 * @param <G> The type of the generator to be passed to testers in the generated test suite. An
50 * instance of G should somehow provide an instance of the class under test, plus any other
51 * information required to parameterize the test.
62 // Test Data
65 // Gets run before every test.
67 // Gets run at the conclusion of every test.
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp1 /*-------------------------------------------------------------------------
3 * ------------------------
11 * http://www.apache.org/licenses/LICENSE-2.0
20 *//*--------------------------------------------------------------------*/
92 vk::VkMemoryRequirements2 requirements = in getMemoryDedicatedRequirements() local
99 vkd.getBufferMemoryRequirements2(device, &requirementInfo, &requirements); in getMemoryDedicatedRequirements()
121 vk::VkMemoryRequirements2 requirements = in getMemoryDedicatedRequirements() local
128 vkd.getImageMemoryRequirements2(device, &requirementInfo, &requirements); in getMemoryDedicatedRequirements()
608 …VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT_KHR, vkGetFenceFdKHR is allowed to return -1 if the fence in submitDummySignalAndGetSemaphoreNative()
721 …VK_EXTERNAL_FENCE_HANDLE_TYPE_SYNC_FD_BIT_KHR, vkGetFenceFdKHR is allowed to return -1 instead of a in submitDummySignalAndGetFenceNative()
[all …]
/external/python/pybind11/.github/workflows/
Dci.yml8 - master
9 - stable
10 - v*
13 # This is the "main" test suite, which tests a large number of different
17 fail-fast: false
19 runs-on: [ubuntu-latest, windows-latest, macos-latest]
21 - 2.7
22 - 3.5
23 - 3.6
24 - 3.9
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/
DREADME.md10 - [ ] Replace retrying with tenacity
11 - [ ] Generate namespace for each test to prevent resource name conflicts and
13 - [ ] Security: run server and client in separate namespaces
14 - [ ] Make framework.infrastructure.gcp resources [first-class citizen](https://en.wikipedia.org/wi…
16 - [ ] Security: manage `roles/iam.workloadIdentityUser` role grant lifecycle
17 for dynamically-named namespaces
18 - [ ] Restructure `framework.test_app` and `framework.xds_k8s*` into a module
19 containing xDS-interop-specific logic
20 - [ ] Address inline TODOs in code
21 - [ ] Improve README.md documentation, explain helpers in bin/ folder
[all …]
/external/autotest/server/site_tests/hardware_StorageStress/
Dhardware_StorageStress.py2 # Use of this source code is governed by a BSD-style license that can be
9 from autotest_lib.server import test
11 class hardware_StorageStress(test.test):
13 Integrity stress test for storage device
18 # Define default value for the test case
24 _FIO_VERIFY_FLAGS = ['--verifyonly']
32 Run the Storage stress test
34 time. Between each iteration of test command, run power command such as
38 @param gap: gap between each test (second) default = 1 min
39 @param duration: duration to run test (second) default = 12 hours
[all …]
/external/deqp/modules/gles3/functional/
Des3fIndexedStateQueryTests.cpp1 /*-------------------------------------------------------------------------
3 * -------------------------------------------------
11 * http://www.apache.org/licenses/LICENSE-2.0
22 *//*--------------------------------------------------------------------*/
76 void test (void) in test() function in deqp::gles3::Functional::__anon7ad909550111::TransformFeedbackCase
166 // test TRANSFORM_FEEDBACK_BUFFER_BINDING in testTransformFeedback()
215 // test TRANSFORM_FEEDBACK_BUFFER_START and TRANSFORM_FEEDBACK_BUFFER_SIZE in testTransformFeedback()
222 } requirements[] = in testTransformFeedback() local
230 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(requirements); ++ndx) in testTransformFeedback()
233 glGetInteger64i_v(requirements[ndx].pname, requirements[ndx].index, &state); in testTransformFeedback()
[all …]
/external/python/setuptools/pkg_resources/tests/
Dtest_working_set.py23 {project_name}-{version}
24 [optional, indented requirements specification]
28 foo-0.2
29 bar-1.0
35 - project_name=foo, version=0.2
36 - project_name=bar, version=1.0,
45 name, version = fields.pop(0).split('-')
70 for test in test_list:
75 requirements,
79 textwrap.dedent(test).lstrip().split('\n\n', 5)
[all …]
/external/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
DCMakeLists.txt1 project(lws-api-test-gencrypto)
5 set(SAMP lws-api-test-gencrypto)
6 set(SRCS main.c lws-genaes.c lws-genec.c)
65 set(requirements 1) variable
66 require_lws_config(LWS_WITH_GENCRYPTO 1 requirements)
67 require_lws_config(LWS_WITH_JOSE 1 requirements)
70 if (requirements)
/external/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/
DCMakeLists.txt1 project(lws-api-test-lws_dsh)
5 set(SAMP lws-api-test-lws_dsh)
65 set(requirements 1) variable
66 require_lws_config(LWS_WITH_NETWORK 1 requirements)
67 require_lws_config(LWS_WITH_LWS_DSH 1 requirements)
69 if (requirements)
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMiscTests.cpp1 /*------------------------------------------------------------------------
3 * ------------------------
12 * http://www.apache.org/licenses/LICENSE-2.0
23 *//*--------------------------------------------------------------------*/
49 std::vector<std::string> requirements; in getFeatureList() local
52 requirements.push_back("Features.vertexPipelineStoresAndAtomics"); in getFeatureList()
55 requirements.push_back("Features.tessellationShader"); in getFeatureList()
58 requirements.push_back("Features.geometryShader"); in getFeatureList()
60 return requirements; in getFeatureList()
65 tcu::TestContext& testCtx = tests->getTestContext(); in addTests()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryRequirementsTests.cpp1 /*-------------------------------------------------------------------------
3 * ------------------------
11 * http://www.apache.org/licenses/LICENSE-2.0
21 * \brief Buffer and image memory requirements tests.
22 *//*--------------------------------------------------------------------*/
225 BufferMemoryRequirementsOriginal test; in testEntryPoint() local
227 return test.execTest(context, bufferFlags); in testEntryPoint()
245 …de::MovePtr<tcu::TestCaseGroup> bufferGroup(new tcu::TestCaseGroup(group->getTestContext(), "buffe… in populateTestGroup()
250 group->addChild(bufferGroup.release()); in populateTestGroup()
282 … allUsageFlags = static_cast<VkBufferUsageFlags>((VK_BUFFER_USAGE_INDIRECT_BUFFER_BIT << 1) - 1); in execTest()
[all …]

12345678910>>...41