HomeSort by relevance Sort by last modified time
    Searched refs:test_run (Results 1 - 25 of 57) sorted by null

1 2 3

  /tools/test/connectivity/acts/framework/tests/libs/ota/
unittest_bundle.py 30 test_run = runner.run(test_suite) variable
31 sys.exit(not test_run.wasSuccessful())
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_kmod.sh 6 test_run() function
35 test_run 0 0
36 test_run 1 0
37 test_run 1 1
38 test_run 1 2
  /external/ltp/testcases/network/sctp/
sctp01.sh 37 test_run() function
59 test_run
60 test_run -A 65000
  /external/ltp/testcases/network/dccp/
dccp01.sh 36 test_run() function
56 test_run
  /external/toolchain-utils/automation/clients/report/dejagnu/
report.py 71 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),
manifest.py 42 def FromDejaGnuTestRun(cls, test_run):
44 for result in test_run.results
47 return cls(test_run.tool, test_run.board, results)
main.py 51 test_run = DejaGnuTestRun.FromFile(filename)
53 manifest = Manifest.FromDejaGnuTestRun(test_run)
54 manifest_filename = '%s-%s.xfail' % (test_run.tool, test_run.board)
summary.py 132 test_run = cls()
133 test_run.FromDejaGnuOutput(filename)
134 test_run.CleanUpTestResults()
135 return test_run
  /external/lisa/tests/eas/
rfc.py 36 def test_run(self): member in class:RFC
  /external/ltp/testcases/kernel/device-drivers/block/block_dev_user/
block_dev.c 72 static void test_run(void) function
99 test_run();
  /external/ltp/testcases/kernel/device-drivers/pci/tpci_user/
tpci.c 78 static void test_run(void) function
112 test_run();
  /external/ltp/testcases/network/dctcp/
dctcp01.sh 63 test_run() function
88 test_run
  /prebuilts/go/darwin-x86/misc/cgo/stdio/
hello.go 7 // +build test_run
chain.go 7 // +build test_run
fib.go 7 // +build test_run
  /prebuilts/go/linux-x86/misc/cgo/stdio/
hello.go 7 // +build test_run
chain.go 7 // +build test_run
fib.go 7 // +build test_run
  /external/kmod/testsuite/
testsuite.h 115 int test_run(const struct test *t);
162 return test_run(t); \
166 if (test_run(t) != 0) \
  /external/ltp/testcases/kernel/device-drivers/acpi/
ltp_acpi.c 124 static void test_run(void) function
158 test_run();
  /external/autotest/client/bin/result_tools/
delete_file_throttler_unittest.py 99 test_run = os.path.join(self.test_dir, 'test_run_details.txt')
100 unittest_lib.create_file(test_run, LARGE_SIZE_BYTE)
101 self.files_not_deleted.append(test_run)
  /external/ltp/testcases/kernel/firmware/fw_load_user/
fw_load.c 75 static void test_run(void);
88 test_run();
150 static void test_run(void) function
  /external/ltp/testcases/kernel/device-drivers/cpufreq/
cpufreq_boost.c 143 static void test_run(void) function
172 test_run();
  /prebuilts/go/darwin-x86/misc/cgo/life/
main.go 7 // +build test_run
  /prebuilts/go/linux-x86/misc/cgo/life/
main.go 7 // +build test_run

Completed in 585 milliseconds

1 2 3