Lines Matching refs:out_path
46 def test_enable_ubsan(self, out_path, ubsan_flags, expected_exit_value): argument
49 args = ['-i', '--outdir', out_path, '-T', test_path] + \
73 def test_enable_lsan(self, out_path, lsan_flags, expected_exit_value): argument
76 args = ['-i', '--outdir', out_path, '-T', test_path] + \
106 def test_enable_asan(self, capfd, out_path, asan_flags, expected_exit_value, expect_asan): argument
109 args = ['-i', '-W', '--outdir', out_path, '-T', test_path] + \
130 def test_extra_test_args(self, capfd, out_path): argument
133 args = ['-i', '--outdir', out_path, '-T', test_path] + \
161 def test_extra_args(self, caplog, out_path): argument
164 args = ['--outdir', out_path, '-T', path] + \
177 with open(os.path.join(out_path, 'twister.log')) as f:
212 def test_allow_installed_plugin(self, caplog, out_path, allow_flags, do_install, argument
269 args = ['-i', '--outdir', out_path, '-T', test_path] + \
296 def test_pytest_args(self, out_path): argument
299 args = ['-i', '--outdir', out_path, '-T', test_path] + \
325 def test_enable_valgrind(self, capfd, out_path, valgrind_flags, expected_exit_value): argument
328 args = ['-i', '--outdir', out_path, '-T', test_path] + \