Home
last modified time | relevance | path

Searched refs:platform_name (Results 1 – 25 of 920) sorted by relevance

12345678910>>...37

/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/webdriver/tests/sessions/new_session/
H A Dmerge.py6 from conftest import platform_name
9 @pytest.mark.skipif(platform_name() is None, reason="Unsupported platform")
12 def test_platform_name(new_session, add_browser_capabilites, platform_name, body): argument
13 capabilities = body("platformName", platform_name)
19 assert resp["capabilities"]["platformName"] == platform_name
39 @pytest.mark.skipif(platform_name() is None, reason="Unsupported platform")
40 def test_merge_platformName(new_session, add_browser_capabilites, platform_name): argument
45 "platformName": platform_name.upper(),
49 "platformName": platform_name,
54 assert resp["capabilities"]["platformName"] == platform_name
H A Dresponse.py26 def test_resp_data(new_session, add_browser_capabilites, platform_name): argument
31 if platform_name:
32 assert resp["capabilities"]["platformName"] == platform_name
44 def test_timeouts(new_session, add_browser_capabilites, platform_name): argument
52 def test_pageLoadStrategy(new_session, add_browser_capabilites, platform_name): argument
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/webdriver/tests/new_session/
H A Dmerge.py6 from tests.support import platform_name
9 @pytest.mark.skipif(platform_name is None, reason="Unsupported platform {}".format(platform_name))
13 capabilities = body("platformName", platform_name)
22 assert value["capabilities"]["platformName"] == platform_name
43 @pytest.mark.skipif(platform_name is None, reason="Unsupported platform {}".format(platform_name))
48 "platformName": platform_name.upper(),
51 "platformName": platform_name,
57 assert value["capabilities"]["platformName"] == platform_name
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/webdriver/tests/new_session/
H A Dmerge.py6 from tests.support import platform_name
9 @pytest.mark.skipif(platform_name is None, reason="Unsupported platform {}".format(platform_name))
13 capabilities = body("platformName", platform_name)
22 assert value["capabilities"]["platformName"] == platform_name
43 @pytest.mark.skipif(platform_name is None, reason="Unsupported platform {}".format(platform_name))
48 "platformName": platform_name.upper(),
51 "platformName": platform_name,
57 assert value["capabilities"]["platformName"] == platform_name
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/webdriver/tests/new_session/
H A Dmerge.py6 from tests.support import platform_name
9 @pytest.mark.skipif(platform_name is None, reason="Unsupported platform {}".format(platform_name))
13 capabilities = body("platformName", platform_name)
22 assert value["capabilities"]["platformName"] == platform_name
43 @pytest.mark.skipif(platform_name is None, reason="Unsupported platform {}".format(platform_name))
48 "platformName": platform_name.upper(),
51 "platformName": platform_name,
57 assert value["capabilities"]["platformName"] == platform_name
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/webdriver/tests/new_session/
H A Dmerge.py6 from tests.support import platform_name
9 @pytest.mark.skipif(platform_name is None, reason="Unsupported platform {}".format(platform_name))
13 capabilities = body("platformName", platform_name)
22 assert value["capabilities"]["platformName"] == platform_name
43 @pytest.mark.skipif(platform_name is None, reason="Unsupported platform {}".format(platform_name))
48 "platformName": platform_name.upper(),
51 "platformName": platform_name,
57 assert value["capabilities"]["platformName"] == platform_name
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/tools/lldb-server/
H A DTestAppleSimulatorOSType.py19 def check_simulator_ostype(self, sdk, platform_name, arch=platform.machine()): argument
34 if not platform_name in runtime.lower():
51 exe_name = 'test_simulator_platform_{}'.format(platform_name)
57 if platform_name == 'watchos':
62 triple = '-'.join([arch, 'apple', platform_name + vers, 'simulator'])
63 version_min = '-m{}-simulator-version-min={}'.format(platform_name, vers)
117 self.assertEquals(process_info['ostype'], platform_name + 'simulator')
132 self.assertEquals(image['min_version_os_name'], platform_name + 'simulator')
139 platform_name='ios')
145 platform_name='tvos')
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/tools/lldb-server/
H A DTestAppleSimulatorOSType.py19 def check_simulator_ostype(self, sdk, platform_name, arch=platform.machine()): argument
34 if not platform_name in runtime.lower():
51 exe_name = 'test_simulator_platform_{}'.format(platform_name)
57 if platform_name == 'watchos':
62 triple = '-'.join([arch, 'apple', platform_name + vers, 'simulator'])
63 version_min = '-m{}-simulator-version-min={}'.format(platform_name, vers)
117 self.assertEquals(process_info['ostype'], platform_name + 'simulator')
132 self.assertEquals(image['min_version_os_name'], platform_name + 'simulator')
139 platform_name='ios')
145 platform_name='tvos')
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/tools/lldb-server/
H A DTestAppleSimulatorOSType.py18 def check_simulator_ostype(self, sdk, platform_name, arch=platform.machine()): argument
33 if not platform_name in runtime.lower():
50 exe_name = 'test_simulator_platform_{}'.format(platform_name)
56 if platform_name == 'watchos':
61 triple = '-'.join([arch, 'apple', platform_name + vers, 'simulator'])
62 version_min = '-m{}-simulator-version-min={}'.format(platform_name, vers)
116 self.assertEquals(process_info['ostype'], platform_name + 'simulator')
131 self.assertEquals(image['min_version_os_name'], platform_name + 'simulator')
138 platform_name='ios')
144 platform_name='tvos')
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/tools/lldb-server/
H A DTestAppleSimulatorOSType.py19 def check_simulator_ostype(self, sdk, platform_name, arch=platform.machine()): argument
34 if not platform_name in runtime.lower():
51 exe_name = 'test_simulator_platform_{}'.format(platform_name)
57 if platform_name == 'watchos':
62 triple = '-'.join([arch, 'apple', platform_name + vers, 'simulator'])
63 version_min = '-m{}-simulator-version-min={}'.format(platform_name, vers)
117 self.assertEquals(process_info['ostype'], platform_name + 'simulator')
132 self.assertEquals(image['min_version_os_name'], platform_name + 'simulator')
139 platform_name='ios')
145 platform_name='tvos')
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/tools/lldb-server/
H A DTestAppleSimulatorOSType.py19 def check_simulator_ostype(self, sdk, platform_name, arch=platform.machine()):
34 if not platform_name in runtime.lower():
51 exe_name = 'test_simulator_platform_{}'.format(platform_name)
57 if platform_name == 'watchos':
62 triple = '-'.join([arch, 'apple', platform_name + vers, 'simulator'])
63 version_min = '-m{}-simulator-version-min={}'.format(platform_name, vers)
117 self.assertEquals(process_info['ostype'], platform_name + 'simulator')
132 self.assertEquals(image['min_version_os_name'], platform_name + 'simulator')
139 platform_name='ios')
145 platform_name='tvos')
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/
H A Dpiglit-framework-cl.c57 char* platform_name; in print_test_info() local
64 platform_name); in print_test_info()
77 free(platform_name); in print_test_info()
99 platform_name, in check_platform_extensions()
101 free(platform_name); in check_platform_extensions()
239 char* platform_name; in piglit_cl_framework_run() local
246 free(platform_name); in piglit_cl_framework_run()
249 free(platform_name); in piglit_cl_framework_run()
307 free(platform_name); in piglit_cl_framework_run()
507 free(platform_name); in piglit_cl_get_platform_arg()
[all …]
/dports/textproc/p5-Text-FixEOL/Text-FixEOL-1.08/lib/Text/
H A DFixEOL.pm303 my ($platform_name, $property) = @_;
305 $platform_name = lc ($platform_name);
308 return $platform_name if (($property eq 'fixlast') and ($platform_name =~ m/^(yes|no)$/));
309 return $platform_name if (($property eq 'eof') and ($platform_name =~ m/^(asis|remove|add)$/));
311 if ($platform_name eq 'platform') {
312 $platform_name = lc ($^O);
315 my $platform_defaults = $_Platform_Defaults{$platform_name};
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinNoGUI/
H A DMainNoGUI.cpp111 std::string platform_name = static_cast<const char*>(options.get("platform")); in GetPlatform() local
114 if (platform_name == "x11" || platform_name.empty()) in GetPlatform()
119 if (platform_name == "fbdev" || platform_name.empty()) in GetPlatform()
124 if (platform_name == "win32" || platform_name.empty()) in GetPlatform()
128 if (platform_name == "headless" || platform_name.empty()) in GetPlatform()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/math/reporting/performance/
H A Dtest_poly_method.cpp117 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_1()
126 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_1()
146 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_2()
155 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_2()
172 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_3()
210 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_1()
219 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_1()
238 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_2()
247 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_2()
266 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_3()
[all …]
H A Dtest_tgamma.cpp56 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, b… in main()
58 …report_execution_time(time, std::string("Compiler Comparison on ") + std::string(platform_name()),… in main()
68 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, b… in main()
70 …ution_time(time, std::string("Compiler Comparison on ") + std::string(platform_name()), function_s… in main()
78 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
83 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
88 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
93 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
H A Dtest_lgamma.cpp56 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, b… in main()
58 …report_execution_time(time, std::string("Compiler Comparison on ") + std::string(platform_name()),… in main()
68 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, b… in main()
70 …ution_time(time, std::string("Compiler Comparison on ") + std::string(platform_name()), function_s… in main()
78 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
83 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
88 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
93 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
/dports/devel/hyperscan/boost_1_75_0/libs/math/reporting/performance/
H A Dtest_poly_method.cpp117 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_1()
126 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_1()
146 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_2()
155 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_2()
172 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_3()
210 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_1()
219 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_1()
238 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_2()
247 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_2()
266 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_3()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/math/reporting/performance/
H A Dtest_poly_method.cpp117 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_1()
126 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_1()
146 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_2()
155 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_2()
172 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_3()
210 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_1()
219 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_1()
238 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_2()
247 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_2()
266 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_3()
[all …]
H A Dtest_lgamma.cpp56 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, b… in main()
58 …report_execution_time(time, std::string("Compiler Comparison on ") + std::string(platform_name()),… in main()
68 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, b… in main()
70 …ution_time(time, std::string("Compiler Comparison on ") + std::string(platform_name()), function_s… in main()
78 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
83 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
88 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
93 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
H A Dtest_tgamma.cpp56 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, b… in main()
58 …report_execution_time(time, std::string("Compiler Comparison on ") + std::string(platform_name()),… in main()
68 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, b… in main()
70 …ution_time(time, std::string("Compiler Comparison on ") + std::string(platform_name()), function_s… in main()
78 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
83 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
88 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
93 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/reporting/performance/
H A Dtest_poly_method.cpp117 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_1()
126 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_1()
146 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_2()
155 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_2()
172 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_3()
210 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_1()
219 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_1()
238 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_2()
247 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_2()
266 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_3()
[all …]
H A Dtest_tgamma.cpp56 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, b… in main()
58 …report_execution_time(time, std::string("Compiler Comparison on ") + std::string(platform_name()),… in main()
68 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, b… in main()
70 …ution_time(time, std::string("Compiler Comparison on ") + std::string(platform_name()), function_s… in main()
78 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
83 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
88 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
93 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
H A Dtest_lgamma.cpp56 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, b… in main()
58 …report_execution_time(time, std::string("Compiler Comparison on ") + std::string(platform_name()),… in main()
68 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, b… in main()
70 …ution_time(time, std::string("Compiler Comparison on ") + std::string(platform_name()), function_s… in main()
78 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
83 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
88 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
93 …arison with ") + std::string(compiler_name()) + std::string(" on ") + platform_name(), function, "… in main()
/dports/devel/boost-libs/boost_1_72_0/libs/math/reporting/performance/
H A Dtest_poly_method.cpp117 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_1()
126 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_1()
146 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_2()
155 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_2()
172 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_poly_3()
210 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_1()
219 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_1()
238 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_2()
247 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_2()
266 …l Method Comparison with ") + compiler_name() + std::string(" on ") + platform_name(), "Order " + … in test_rat_3()
[all …]

12345678910>>...37