Home
last modified time | relevance | path

Searched refs:test_runner (Results 1 – 25 of 1319) sorted by relevance

12345678910>>...53

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/web_test/renderer/
H A Dweb_frame_test_proxy.cc229 test_runner->RemoveMainFrame(this); in ~WebFrameTestProxy()
239 test_runner->AddMainFrame(this); in Initialize()
389 test_runner()->PrintMessage( in DidChangeSelection()
398 test_runner()->PrintMessage( in DidChangeContents()
424 test_runner()->PrintMessage( in DidDispatchPingLoader()
464 test_runner()->PrintMessage( in WillSendRequest()
487 test_runner()->PrintMessage( in BeginNavigation()
501 test_runner()->PrintMessage( in BeginNavigation()
505 test_runner()->PrintMessage("\n"); in BeginNavigation()
510 test_runner()->PrintMessage( in BeginNavigation()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/build/bots/scripts/
H A Dtest_runner_test.py16 import test_runner
162 test_runner.SimulatorTestRunner(
177 test_runner.SimulatorTestRunner(
189 tr = test_runner.SimulatorTestRunner(
215 self.mock(test_runner.TestRunner, '_run', _run)
218 tr = test_runner.SimulatorTestRunner(
244 tr = test_runner.SimulatorTestRunner(
269 tr = test_runner.SimulatorTestRunner(
286 tr = test_runner.SimulatorTestRunner(
360 tr = test_runner.SimulatorTestRunner(
[all …]
H A Dxcodebuild_runner_test.py17 import test_runner
115 with self.assertRaises(test_runner.AppNotFoundError):
121 with self.assertRaises(test_runner.PlugInsNotFoundError):
132 with self.assertRaises(test_runner.XCTestPlugInNotFoundError):
204 self.mock(test_runner, 'get_current_xcode_info', lambda: {
208 self.mock(test_runner.subprocess, 'check_output', lambda _: 'fake-output')
209 self.mock(test_runner.subprocess, 'check_call', lambda _: 'fake-out')
210 self.mock(test_runner.TestRunner, 'set_sigterm_handler',
213 self.mock(test_runner, 'print_process_output', lambda _: [])
214 self.mock(test_runner.TestRunner, 'start_proc', lambda self, cmd: 0)
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/pugixml/tests/
H A Dmain.cpp21 test_runner* test_runner::_tests = 0;
22 size_t test_runner::_memory_fail_threshold = 0;
23 bool test_runner::_memory_fail_triggered = false;
24 jmp_buf test_runner::_failure_buffer;
25 const char* test_runner::_failure_message;
26 const char* test_runner::_temp_path;
34 …if (test_runner::_memory_fail_threshold > 0 && test_runner::_memory_fail_threshold < g_memory_tota… in custom_allocate()
37 test_runner::_memory_fail_triggered = true; in custom_allocate()
106 test_runner::_memory_fail_threshold = 0; in run_test()
131 if (test_runner::_memory_fail_triggered) in run_test()
[all …]
H A Dtest.hpp8 struct test_runner struct
10 test_runner(const char* name) in test_runner() argument
17 virtual ~test_runner() {} in ~test_runner() argument
22 test_runner* _next; argument
24 static test_runner* _tests; argument
77 static struct test_runner_##name: test_runner \
79 test_runner_##name(): test_runner(#name) {} \
112 …n, text) if (condition) ; else test_runner::_failure_message = CHECK_JOIN2(text, __FILE__, __LINE_…
113 #define CHECK_FORCE_FAIL(text) test_runner::_failure_message = CHECK_JOIN2(text, __FILE__, __LINE__…
146test_runner::_memory_fail_triggered); code; CHECK(test_runner::_memory_fail_triggered); test_runne…
[all …]
/dports/devel/cquery/cquery-20180718/third_party/pugixml/tests/
H A Dmain.cpp21 test_runner* test_runner::_tests = 0;
22 size_t test_runner::_memory_fail_threshold = 0;
23 bool test_runner::_memory_fail_triggered = false;
24 jmp_buf test_runner::_failure_buffer;
25 const char* test_runner::_failure_message;
26 const char* test_runner::_temp_path;
34 …if (test_runner::_memory_fail_threshold > 0 && test_runner::_memory_fail_threshold < g_memory_tota… in custom_allocate()
37 test_runner::_memory_fail_triggered = true; in custom_allocate()
106 test_runner::_memory_fail_threshold = 0; in run_test()
131 if (test_runner::_memory_fail_triggered) in run_test()
[all …]
H A Dtest.hpp12 struct test_runner struct
14 test_runner(const char* name) in test_runner() argument
21 virtual ~test_runner() {} in ~test_runner() argument
26 test_runner* _next; argument
28 static test_runner* _tests; argument
81 static struct test_runner_##name: test_runner \
83 test_runner_##name(): test_runner(#name) {} \
116 …n, text) if (condition) ; else test_runner::_failure_message = CHECK_JOIN2(text, __FILE__, __LINE_…
117 #define CHECK_FORCE_FAIL(text) test_runner::_failure_message = CHECK_JOIN2(text, __FILE__, __LINE__…
150test_runner::_memory_fail_triggered); code; CHECK(test_runner::_memory_fail_triggered); test_runne…
[all …]
H A Dtest_compact.cpp18 test_runner::_memory_fail_threshold = 1;
33 test_runner::_memory_fail_threshold = 1;
48 test_runner::_memory_fail_threshold = 1;
63 test_runner::_memory_fail_threshold = 1;
77 test_runner::_memory_fail_threshold = 1;
91 test_runner::_memory_fail_threshold = 1;
106 test_runner::_memory_fail_threshold = 1;
/dports/emulators/mame/mame-mame0226/3rdparty/pugixml/tests/
H A Dmain.cpp21 test_runner* test_runner::_tests = 0;
22 size_t test_runner::_memory_fail_threshold = 0;
23 bool test_runner::_memory_fail_triggered = false;
24 jmp_buf test_runner::_failure_buffer;
25 const char* test_runner::_failure_message;
26 const char* test_runner::_temp_path;
34 …if (test_runner::_memory_fail_threshold > 0 && test_runner::_memory_fail_threshold < g_memory_tota… in custom_allocate()
37 test_runner::_memory_fail_triggered = true; in custom_allocate()
106 test_runner::_memory_fail_threshold = 0; in run_test()
131 if (test_runner::_memory_fail_triggered) in run_test()
[all …]
H A Dtest.hpp8 struct test_runner struct
10 test_runner(const char* name) in test_runner() function
17 virtual ~test_runner() {} in ~test_runner() argument
22 test_runner* _next; argument
24 static test_runner* _tests; argument
77 static struct test_runner_##name: test_runner \
79 test_runner_##name(): test_runner(#name) {} \
112 …n, text) if (condition) ; else test_runner::_failure_message = CHECK_JOIN2(text, __FILE__, __LINE_…
113 #define CHECK_FORCE_FAIL(text) test_runner::_failure_message = CHECK_JOIN2(text, __FILE__, __LINE__…
146test_runner::_memory_fail_triggered); code; CHECK(test_runner::_memory_fail_triggered); test_runne…
[all …]
/dports/math/pspp/pspp-1.4.1/tests/ui/
H A Dsyntax-gen-test.c26 test_runner (const char *format, ...) in test_runner() function
46 test_runner ("A simple string: %ssEND", "Hello world"); in main()
47 test_runner ("A syntax string: %sqEND", "Hello world"); in main()
48 test_runner ("A syntax string containing \": %sqEND", "here\"is the quote"); in main()
49 test_runner ("A syntax string containing non-printables: %sqEND", "A CtrlL char"); in main()
50 test_runner ("An integer: %dEND", 98765); in main()
51 test_runner ("A floating point number: %gEND", 3.142); in main()
52 test_runner ("A floating point number with default precision: %fEND", 1.234); in main()
53 test_runner ("A floating point number with given precision: %.20fEND", 1.234); in main()
54 test_runner ("A literal %%"); in main()
[all …]
/dports/lang/v8/v8-9.6.180.12/build/chromeos/
H A Dtest_runner_test.py19 import test_runner
69 test_runner.CROS_RUN_TEST_PATH,
73 test_runner.DEFAULT_CROS_CACHE,
110 test_runner.main()
135 test_runner.main()
160 test_runner.main()
188 test_runner.main()
211 test_runner.main()
246 test_runner.main()
320 test_runner.main()
[all …]
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/gtest/test/
H A Drun_tests_test.py173 self.test_runner.GetTestsToRun(
183 self.test_runner.GetTestsToRun(
193 self.test_runner.GetTestsToRun(
204 self.test_runner.GetTestsToRun(
215 self.test_runner.GetTestsToRun(
496 self.test_runner.RunTests(
507 self.test_runner.RunTests(
519 self.test_runner.RunTests(
530 self.test_runner.RunTests(
542 self.test_runner.RunTests(
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/gtest/test/
H A Drun_tests_util_test.py205 self.test_runner.GetTestsToRun(
215 self.test_runner.GetTestsToRun(
225 self.test_runner.GetTestsToRun(
235 self.test_runner.GetTestsToRun(
246 self.test_runner.GetTestsToRun(
546 self.test_runner.RunTests(
557 self.test_runner.RunTests(
568 self.test_runner.RunTests(
579 self.test_runner.RunTests(
590 self.test_runner.RunTests(
[all …]
/dports/lang/v8/v8-9.6.180.12/build/lacros/
H A Dtest_runner_test.py17 import test_runner
43 test_runner.Main()
63 @mock.patch.object(test_runner,
73 test_runner.Main()
114 @mock.patch.object(test_runner,
126 test_runner.Main()
146 test_runner.Main()
170 test_runner.Main()
184 test_runner.Main()
199 @mock.patch.object(test_runner,
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/lacros/
H A Dtest_runner_test.py17 import test_runner
28 @mock.patch.object(test_runner, '_DownloadAshChromeIfNecessary')
35 test_runner.Main()
45 @mock.patch.object(test_runner, '_DownloadAshChromeIfNecessary')
53 test_runner.Main()
73 @mock.patch.object(test_runner,
83 test_runner.Main()
125 @mock.patch.object(test_runner,
137 test_runner.Main()
157 test_runner.Main()
[all …]
/dports/sysutils/google-compute-engine-oslogin/guest-oslogin-5a710bb/test/
H A DMakefile11 all : test_runner non_network_tests
14 rm -f test_runner *.o
19 test_runner : oslogin_utils_test.o $(TOPDIR)/src/oslogin_utils.o gtest-all.o target
22 non_network_tests : test_runner
23 ./test_runner --gtest_filter=*-FindGroupTest.*:GetUsersForGroupTest.*
25 network_tests : test_runner ping reset
26 ./test_runner --gtest_filter=FindGroupTest.*:GetUsersForGroupTest.*
29 alltests : test_runner
30 ./test_runner ${GTESTARGS}
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/lacros/
H A Dtest_runner_test.py17 import test_runner
35 @mock.patch.object(test_runner, '_DownloadAshChromeIfNecessary')
43 test_runner.Main()
63 @mock.patch.object(test_runner,
66 @mock.patch.object(test_runner, '_DownloadAshChromeIfNecessary')
73 test_runner.Main()
115 @mock.patch.object(test_runner,
127 test_runner.Main()
147 test_runner.Main()
171 test_runner.Main()
[all …]
/dports/www/py-django-haystack/django-haystack-2.8.1/test_haystack/
H A D__init__.py6 test_runner = None variable
17 global test_runner
22 test_runner = DiscoverRunner()
23 test_runner.setup_test_environment()
24 old_config = test_runner.setup_databases()
28 test_runner.teardown_databases(old_config)
29 test_runner.teardown_test_environment()
/dports/benchmarks/py-zopkio/Zopkio-0.2.5/test/
H A Dtest_test_runner.py24 from zopkio.test_runner import TestRunner
40 test_runner = TestRunner(test_file, ["test0", "test1", "test2"], {})
41 test_runner.run()
50 test_runner = TestRunner(test_file, ["test0", "test1", "test2"], {})
51 test_runner.run()
60 test_runner = TestRunner(test_file, None,
62 test_runner.run()
72 test_runner = TestRunner(test_file, None,
74 test_runner.run()
84 test_runner = TestRunner(test_file, None,
[all …]
/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A Dskeleton_test.c35 SRunner *test_runner = srunner_create(creativesuitenamegoeshere); in main() local
38 srunner_run_all(test_runner, CK_NORMAL); in main()
39 number_failed = srunner_ntests_failed(test_runner); in main()
41 srunner_free(test_runner); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/unordered/test/helpers/
H A Dexception_test.hpp167 class test_runner class
171 test_runner(test_runner const&);
172 test_runner& operator=(test_runner const&);
174 test_runner(Test const& t) : test_(t) {} in test_runner() function in test::test_runner
223 test_runner<Test> runner(f); in exception_safety()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/unordered/test/helpers/
H A Dexception_test.hpp167 class test_runner class
171 test_runner(test_runner const&);
172 test_runner& operator=(test_runner const&);
174 test_runner(Test const& t) : test_(t) {} in test_runner() function in test::test_runner
223 test_runner<Test> runner(f); in exception_safety()
/dports/databases/percona57-server/boost_1_59_0/libs/unordered/test/helpers/
H A Dexception_test.hpp167 class test_runner class
171 test_runner(test_runner const&);
172 test_runner& operator=(test_runner const&);
174 test_runner(Test const& t) : test_(t) {} in test_runner() function in test::test_runner
223 test_runner<Test> runner(f); in exception_safety()
/dports/databases/xtrabackup/boost_1_59_0/libs/unordered/test/helpers/
H A Dexception_test.hpp167 class test_runner class
171 test_runner(test_runner const&);
172 test_runner& operator=(test_runner const&);
174 test_runner(Test const& t) : test_(t) {} in test_runner() function in test::test_runner
223 test_runner<Test> runner(f); in exception_safety()

12345678910>>...53