Home
last modified time | relevance | path

Searched refs:test_run (Results 1 – 25 of 27) sorted by relevance

12

/external/toolchain-utils/automation/clients/report/dejagnu/
Dreport.py71 for test_run_id, test_run in enumerate(test_runs):
72 logging.info('Generating report for: %s.', test_run)
74 test_run.CleanUpTestResults()
75 test_run.SuppressTestResults(manifests)
81 summary_all = _PrepareSummary(res_types, test_run.summary)
82 tests_all = _PrepareTestList(res_types, test_run.results)
93 'name': '%s @%s' % (test_run.tool, test_run.board),
Dmanifest.py42 def FromDejaGnuTestRun(cls, test_run): argument
44 for result in test_run.results
47 return cls(test_run.tool, test_run.board, results)
Dmain.py51 test_run = DejaGnuTestRun.FromFile(filename)
53 manifest = Manifest.FromDejaGnuTestRun(test_run)
54 manifest_filename = '%s-%s.xfail' % (test_run.tool, test_run.board)
Dsummary.py132 test_run = cls()
133 test_run.FromDejaGnuOutput(filename)
134 test_run.CleanUpTestResults()
135 return test_run
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_kmod.sh5 test_run() function
34 test_run 0 0
35 test_run 1 0
36 test_run 1 1
37 test_run 1 2
/external/kmod/testsuite/
Dtestsuite.h115 int test_run(const struct test *t);
162 return test_run(t); \
166 if (test_run(t) != 0) \
/external/ltp/testcases/kernel/device-drivers/block/block_dev_user/
Dblock_dev.c72 static void test_run(void) in test_run() function
99 test_run(); in main()
/external/ltp/testcases/network/dctcp/
Ddctcp01.sh64 test_run() function
89 test_run
/external/ltp/testcases/kernel/firmware/fw_load_user/
Dfw_load.c75 static void test_run(void);
88 test_run(); in main()
150 static void test_run(void) in test_run() function
/external/toolchain-utils/crosperf/
Dmachine_manager_unittest.py458 test_run = MockBenchmarkRun('test run', bench, LABEL_LUMPY, 1, [], self.mm,
466 self.mock_lumpy1.test_run = test_run
467 self.mock_lumpy2.test_run = test_run
468 self.mock_lumpy3.test_run = test_run
469 self.mock_daisy1.test_run = test_run
470 self.mock_daisy2.test_run = test_run
Dmachine_manager.py56 self.test_run = None
428 m.test_run = threading.current_thread()
433 m.test_run = threading.current_thread()
448 m.test_run = threading.current_thread()
493 if m.test_run:
494 test_name = m.test_run.name
495 test_status = m.test_run.timeline.GetLastEvent()
629 self.test_run = None
Ddownload_images_unittest.py157 def test_run(self): member in ImageDownloaderTestcast
Dsuite_runner_unittest.py87 def test_run(self): member in SuiteRunnerTest
Dbenchmark_run_unittest.py119 def test_run(self): member in BenchmarkRunTest
Dexperiment_runner_unittest.py141 def test_run(self, mock_progress_string, mock_status_string): member in ExperimentRunnerTest
/external/ltp/testcases/kernel/device-drivers/pci/tpci_user/
Dtpci.c78 static void test_run(void) in test_run() function
112 test_run(); in main()
/external/ltp/testcases/kernel/device-drivers/acpi/
Dltp_acpi.c124 static void test_run(void) in test_run() function
158 test_run(); in main()
/external/ltp/testcases/kernel/device-drivers/cpufreq/
Dcpufreq_boost.c143 static void test_run(void) in test_run() function
172 test_run(); in main()
/external/ltp/testcases/kernel/controllers/cgroup_xattr/
Dcgroup_xattr.c108 static void test_run(void);
127 test_run(); in main()
186 static void test_run(void) in test_run() function
/external/lisa/tests/eas/
Drfc.py36 def test_run(self): member in RFC
/external/toolchain-utils/automation/clients/report/
Dvalidate_failures.py151 test_run = DejaGnuTestRun.FromFile(summary)
152 failures = set(Manifest.FromDejaGnuTestRun(test_run))
/external/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c167 static int test_run(void);
183 test_run(); in main()
235 static int test_run(void) in test_run() function
/external/python/cpython2/Lib/distutils/tests/
Dtest_build_clib.py106 def test_run(self): member in BuildCLibTestCase
/external/python/cpython2/Lib/unittest/test/
Dtest_suite.py192 def test_run(self): member in Test_TestSuite
/external/autotest/server/
Dautotest_unittest.py170 def test_run(self): member in TestBaseAutotest

12