Home
last modified time | relevance | path

Searched refs:runner (Results 1 – 25 of 88) sorted by relevance

1234

/OK3568_Linux_fs/yocto/poky/meta/recipes-support/ptest-runner/
H A Dptest-runner_2.4.2.bb2 DESCRIPTION = "The ptest-runner2 package installs a ptest-runner \
18 FILES:${PN} = "${bindir}/ptest-runner ${bindir}/ptest-runner-collect-system-data"
27 install -D -m 0755 ${S}/ptest-runner ${D}${bindir}/ptest-runner
28 …install -D -m 0755 ${S}/ptest-runner-collect-system-data ${D}${bindir}/ptest-runner-collect-system…
33 # pstree is called by ptest-runner-collect-system-data
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/parallel-deqp-runner/parallel-deqp-runner/
H A D0001-memmove-and-memchr-are-C-APIs-not-C-std-namespace.patch7 ../git/src/deqp-runner.cc: In member function 'Line_reader::read_status Line_reader::read(char**, d…
8 ../git/src/deqp-runner.cc:249:10: error: 'memmove' is not a member of 'std'; did you mean 'wmemmove…
12 ../git/src/deqp-runner.cc:255:35: error: 'memchr' is not a member of 'std'; did you mean 'wmemchr'?
17 Upstream-Status: Submitted [https://gitlab.freedesktop.org/mesa/parallel-deqp-runner/-/merge_reques…
20 src/deqp-runner.cc | 4 ++--
23 diff --git a/src/deqp-runner.cc b/src/deqp-runner.cc
25 --- a/src/deqp-runner.cc
26 +++ b/src/deqp-runner.cc
H A D0001-meson.build-WORKAROUND-Remove-vulkan-dependency.patch21 @@ -3,21 +3,15 @@ project('parallel-deqp-runner', ['c', 'cpp'],
33 deqp_runner = executable('deqp-runner',
34 'src/deqp-runner.cc',
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Ddump.py100 def __init__(self, cmds, parent_dir, runner): argument
102 self.runner = runner
114 (status, output) = self.runner.run_serial(cmd)
130 def __init__(self, cmds, parent_dir, runner): argument
132 self.runner = runner
136 if self.runner is None:
151 output = self.runner.run_monitor(cmd_name, cmd_data)
153 output = self.runner.run_monitor(cmd_name)
/OK3568_Linux_fs/u-boot/test/py/
H A Du_boot_utils.py174 runner = u_boot_console.log.get_runner(cmd[0], sys.stdout)
175 output = runner.run(cmd, ignore_errors=ignore_errors)
176 runner.close()
192 runner = u_boot_console.log.get_runner(cmd[0], sys.stdout)
193 runner.run(cmd)
195 assert(retcode == runner.exit_status)
196 assert(msg in runner.output)
201 runner.close()
H A Du_boot_console_exec_attach.py41 runner = self.log.get_runner(cmd[0], sys.stdout)
42 runner.run(cmd)
43 runner.close()
64 runner = self.log.get_runner(cmd[0], sys.stdout)
65 runner.run(cmd)
66 runner.close()
H A Dconftest.py21 from _pytest.runner import runtestprotocol
133 runner = log.get_runner('make', sys.stdout)
135 runner.run(cmd, cwd=source_dir)
136 runner.close()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/target/
H A Dqemu.py44 self.runner = QemuRunner(machine=machine, rootfs=rootfs, tmpdir=tmpdir,
52 self.monitor_dumper = MonitorDumper(dump_monitor_cmds, dump_dir, self.runner)
57 self.target_dumper = TargetDumper(dump_target_cmds, dump_dir, self.runner)
64 … if self.runner.start(params, extra_bootparams=extra_bootparams, runqemuparams=runqemuparams):
65 self.ip = self.runner.ip
67 target_ip_port = self.runner.ip.split(':')
77 if self.runner.server_ip:
78 self.server_ip = self.runner.server_ip
105 self.runner.stop()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Dtargetcontrol.py128 self.runner = QemuTinyRunner(machine=d.getVar("MACHINE"),
139 self.runner = QemuRunner(machine=d.getVar("MACHINE"),
153 self.target_dumper = TargetDumper(dump_target_cmds, dump_dir, self.runner)
154 self.monitor_dumper = MonitorDumper(dump_monitor_cmds, dump_dir, self.runner)
172 start = self.runner.launch(get_ip=ssh, launch_cmd=launch_cmd, qemuparams=params)
174 …start = self.runner.start(params, get_ip=ssh, extra_bootparams=extra_bootparams, runqemuparams=run…
178 self.ip = self.runner.ip
179 self.server_ip = self.runner.server_ip
189 return self.runner.is_alive()
193 self.runner.stop()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/
H A D0001-fix-non-literal-format-string-issue-with-clang.patch14 src/gnome-desktop-testing-runner.c | 2 +-
17 diff --git a/src/gnome-desktop-testing-runner.c b/src/gnome-desktop-testing-runner.c
19 --- a/src/gnome-desktop-testing-runner.c
20 +++ b/src/gnome-desktop-testing-runner.c
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python-rfc3986-validator/
H A D0001-setup.py-move-pytest-runner-to-test_requirements.patch4 Subject: [PATCH] setup.py: move pytest-runner to test_requirements
7 pytest-runner is only needed when running tests.
22 -setup_requirements = ['pytest-runner', ]
26 +test_requirements = ['pytest>=3', 'pytest-runner']
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python-mccabe/
H A D0001-python-mccabe-remove-unnecessary-setup_requires-pyte.patch5 pytest-runner
7 * Remove setup_requires pytest-runner as the
8 setup_requires pytest-runner actually is not
27 - setup_requires=['pytest-runner'],
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/igt-gpu-tools/
H A Digt-gpu-tools_git.bb42 install -d ${D}/usr/share/${BPN}/runner
43 install -D ${B}/runner/igt_runner ${D}/usr/share/${BPN}/runner
44 install -D ${B}/runner/igt_resume ${D}/usr/share/${BPN}/runner
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/poco/poco/
H A Drun-ptest2 while read runner; do
5 echo Testing $runner
6 ./$runner-testrunner -all
/OK3568_Linux_fs/buildroot/package/cairo/
H A D0001-fix-nofork-build.patch3 The code in test/cairo-test-runner.c properly takes into account
14 Index: b/test/cairo-test-runner.c
16 --- a/test/cairo-test-runner.c
17 +++ b/test/cairo-test-runner.c
/OK3568_Linux_fs/buildroot/package/python-daphne/
H A D0001-remove-pytest-runner-requirement.patch4 Subject: [PATCH] remove pytest-runner requirement
6 Setup does not actually require pytest-runner. As such, remove it.
21 - setup_requires=["pytest-runner"],
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Drunqemu.py53 self.assertTrue(qemu.runner.logged, "Failed: %s, %s" % (cmd, f.read()))
74 self.assertTrue(qemu.runner.logged, "Failed: %s, %s" % (cmd, f.read()))
96 self.assertTrue(qemu.runner.logged, "Failed: %s, %s" % (cmd, f.read()))
129 self.assertTrue(qemu.runner.logged, "Failed: %s, %s" % (cmd, f.read()))
140 self.assertTrue(qemu.runner.logged, "Failed: %s, %s" % (cmd, f.read()))
171 qemu.runner.allowexit()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/
H A Dcontext.py15 from oeqa.core.runner import OETestRunner
82 self.runner = self.runnerClass(self, descriptions=False, verbosity=2)
90 self.runner.buffer = True
91 result = self.runner.run(self.prepareSuite(self.suites, processes))
97 self.runner = self.runnerClass(self, verbosity=2)
98 return self.runner.list_tests(self.suites, display_type)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0006-Use-python3-and-pip3-instead-of-python-and-pip.patch58 - python -m test.integrationtests.skills.runner .
59 + python3 -m test.integrationtests.skills.runner .
61 - python -m test.integrationtests.skills.runner $@
62 + python3 -m test.integrationtests.skills.runner $@
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gnome-desktop-testing/
H A Dgnome-desktop-testing_2021.1.bb1 SUMMARY = "Test runner for GNOME-style installed tests"
10 …file://src/gnome-desktop-testing-runner.c;beginline=1;endline=20;md5=7ef3ad9da2ffcf7707dc11151fe00…
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/
H A Dbuild.gradle11 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
54 androidTestImplementation 'com.android.support.test:runner:1.0.2'
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-twisted_22.2.0.bb29 ${PN}-runner \
53 ${PN}-runner \
76 RDEPENDS:${PN}-runner = "${PN}-core ${PN}-protocols"
219 FILES:${PN}-runner = " \
220 ${libdir}/site-packages/twisted/runner/portmap.so \
221 ${libdir}/${PYTHON_DIR}/site-packages/twisted/runner\
308 FILES:${PN}-runner:append = " \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-gnome/libjcat/libjcat/
H A Drun-ptest3 gnome-desktop-testing-runner libjcat
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/dbus/dbus/
H A Drun-ptest2 gnome-desktop-testing-runner dbus
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-gnome/gcab/gcab/
H A Drun-ptest3 gnome-desktop-testing-runner libgcab

1234