Home
last modified time | relevance | path

Searched refs:test_platform (Results 1 – 25 of 120) sorted by relevance

12345

/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/loader/
H A Dtest.py44 for test_name in test_platform["test-names"]:
54 if test_platform.get("shippable"):
99 build_platform, test_platform
103 test_platforms[test_platform] = {
117 test_platforms[test_platform].update(cfg)
122 if "shippable" in test_platform:
123 test_platforms[test_platform][
127 if "debug" in test_platform:
136 test_platforms[test_platform][
160 rv[test_platform] = cfg.copy()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/loader/
H A Dtest.py46 for test_name in test_platform["test-names"]:
50 test["build-label"] = test_platform["build-label"]
51 if test_platform.get("build-signing-label", None):
56 if test_platform.get("shippable"):
101 build_platform, test_platform
105 test_platforms[test_platform] = {
119 test_platforms[test_platform].update(cfg)
123 test_platforms[test_platform][
141 ", ".join(test_sets), test_platform
147 rv[test_platform] = cfg.copy()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/loader/
H A Dtest.py44 for test_name in test_platform['test-names']:
48 test['build-label'] = test_platform['build-label']
49 if test_platform.get('build-signing-label', None):
54 if test_platform.get('shippable'):
92 build_platform, test_platform))
94 test_platforms[test_platform] = {
101 test_platforms[test_platform]['shippable'] = \
106 test_platforms[test_platform].update(cfg)
127 ', '.join(test_sets), test_platform))
131 rv[test_platform] = cfg.copy()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/loader/
H A Dtest.py46 for test_name in test_platform["test-names"]:
50 test["build-label"] = test_platform["build-label"]
51 if test_platform.get("build-signing-label", None):
56 if test_platform.get("shippable"):
101 build_platform, test_platform
105 test_platforms[test_platform] = {
119 test_platforms[test_platform].update(cfg)
123 test_platforms[test_platform][
141 ", ".join(test_sets), test_platform
147 rv[test_platform] = cfg.copy()
[all …]
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/transforms/test/
H A Dworker.py168 test_platform = task["test-platform"]
172 elif test_platform.startswith("macosx1014-64"):
174 elif test_platform.startswith("macosx1015-64"):
179 elif test_platform.startswith("macosx1100-64"):
181 elif test_platform.startswith("win"):
198 test_platform.split("/")[0]
202 elif test_platform.startswith("android-hw-g5"):
207 elif test_platform.startswith("android-hw-p2"):
212 elif test_platform.startswith("android-hw-s7"):
217 elif test_platform.startswith("android-em-7.0-x86"):
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/loader/
H A Dtest.py48 for test_name in test_platform['test-names']:
52 test['build-label'] = test_platform['build-label']
58 if test_platform.get('nightly'):
95 build_platform, test_platform))
97 test_platforms[test_platform] = {
104 test_platforms[test_platform]['nightly'] = \
107 test_platforms[test_platform].update(cfg)
123 for test_platform, cfg in test_platforms.iteritems():
128 ', '.join(test_sets), test_platform))
132 rv[test_platform] = cfg.copy()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/taskcluster/taskgraph/task/
H A Dtest.py44 for test_platform_name, test_platform in test_platforms.iteritems():
45 for test_name in test_platform['test-names']:
47 test['build-platform'] = test_platform['build-platform']
49 test['build-label'] = test_platform['build-label']
82 for test_platform, cfg in test_platforms_cfg.iteritems():
87 build_platform, test_platform))
89 test_platforms[test_platform] = {
103 for test_platform, cfg in test_platforms.iteritems():
108 test_set, test_platform))
110 rv[test_platform] = cfg.copy()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/
H A DJenkinsfile36 def test_platform(label, isstatic) {
77 linux_static: { test_platform("Ubuntu", "TRUE") },
78 linux_dynamic: { test_platform("Ubuntu", "FALSE") },
80 mac_dynamic: { test_platform("mac", "FALSE") },
81 mac_static: { test_platform("mac", "TRUE") },
83 windows_static: { test_platform("windows", "TRUE") },
84 windows_dynamic: { test_platform("windows", "FALSE") }
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dphysics.inl35 /// Use the test_platform flag if you want to test whether the objects are close enough for some pl…
49 …t bump_a, const fvec3_base_t pos_a, bumper_t bump_b, const fvec3_base_t pos_b, int test_platform );
50 …t * cv_a, const fvec3_base_t pos_a, bumper_t bump_b, const fvec3_base_t pos_b, int test_platform );
52 …t bump_a, const fvec3_base_t pos_a, bumper_t bump_b, const fvec3_base_t pos_b, int test_platform );
77 return test_interaction_close_2( &cv_a, pos_a, &cv_b, pos_b, test_platform );
81 …_t bump_a, const fvec3_base_t pos_a, bumper_t bump_b, const fvec3_base_t pos_b, int test_platform ) argument
92 return test_interaction_2( &cv_a, pos_a, &cv_b, pos_b, test_platform );
106 return test_interaction_close_2( cv_a, pos_a, &cv_b, pos_b, test_platform );
120 return test_interaction_2( cv_a, pos_a, &cv_b, pos_b, test_platform );
152 return test_platform ? ( depth > -PLATTOLERANCE ) : ( depth > 0.0f );
[all …]
H A Dphysics.c433 close_test_1 = HAS_SOME_BITS( test_platform, PHYS_PLATFORM_OBJ1 ); in oct_bb_intersect_index()
434 close_test_2 = HAS_SOME_BITS( test_platform, PHYS_PLATFORM_OBJ2 ); in oct_bb_intersect_index()
464 tolerance_1 = HAS_SOME_BITS( test_platform, PHYS_PLATFORM_OBJ1 ) ? PLATTOLERANCE : 0.0f; in oct_bb_intersect_index()
465 tolerance_2 = HAS_SOME_BITS( test_platform, PHYS_PLATFORM_OBJ2 ) ? PLATTOLERANCE : 0.0f; in oct_bb_intersect_index()
591 platform_1 = HAS_SOME_BITS( test_platform, PHYS_PLATFORM_OBJ1 ); in oct_bb_intersect_close_index()
592 platform_2 = HAS_SOME_BITS( test_platform, PHYS_PLATFORM_OBJ2 ); in oct_bb_intersect_close_index()
655 tolerance_1 = HAS_SOME_BITS( test_platform, PHYS_PLATFORM_OBJ1 ) ? PLATTOLERANCE : 0.0f; in oct_bb_intersect_close_index()
656 tolerance_2 = HAS_SOME_BITS( test_platform, PHYS_PLATFORM_OBJ2 ) ? PLATTOLERANCE : 0.0f; in oct_bb_intersect_close_index()
863 if ( 0 != test_platform ) in phys_intersect_oct_bb()
898 if ( test_interaction_2( src1_orig, pos2, src2_orig, pos2, test_platform ) ) in phys_intersect_oct_bb_close()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_sysconfig.py285 test_platform = p.communicate()[0].strip()
286 test_platform = test_platform.decode('utf-8')
290 self.assertEqual(my_platform, test_platform)
305 test_platform = p.communicate()[0].strip()
306 test_platform = test_platform.decode('utf-8')
310 self.assertEqual(my_platform, test_platform)
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_sysconfig.py305 test_platform = p.communicate()[0].strip()
306 test_platform = test_platform.decode('utf-8')
310 self.assertEqual(my_platform, test_platform)
325 test_platform = p.communicate()[0].strip()
326 test_platform = test_platform.decode('utf-8')
330 self.assertEqual(my_platform, test_platform)
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_sysconfig.py305 test_platform = p.communicate()[0].strip()
306 test_platform = test_platform.decode('utf-8')
310 self.assertEqual(my_platform, test_platform)
325 test_platform = p.communicate()[0].strip()
326 test_platform = test_platform.decode('utf-8')
330 self.assertEqual(my_platform, test_platform)
/dports/graphics/vkd3d/vkd3d-1.2/include/private/
H A Dvkd3d_test.h260 char *test_platform = getenv("VKD3D_TEST_PLATFORM"); in main() local
268 if (test_platform) in main()
270 test_platform = strdup(test_platform); in main()
271 vkd3d_test_platform = test_platform; in main()
290 if (test_platform) in main()
291 free(test_platform); in main()
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/transforms/
H A Dtests.py1958 test_platform = task["test-platform"]
1962 elif test_platform.startswith("macosx1014-64"):
1964 elif test_platform.startswith("macosx1015-64"):
1969 elif test_platform.startswith("macosx1100-64"):
1971 elif test_platform.startswith("win"):
1988 test_platform.split("/")[0]
1992 elif test_platform.startswith("android-hw-g5"):
1997 elif test_platform.startswith("android-hw-p2"):
2002 elif test_platform.startswith("android-hw-s7"):
2007 elif test_platform.startswith("android-em-7.0-x86"):
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/transforms/
H A Dtests.py1958 test_platform = task["test-platform"]
1962 elif test_platform.startswith("macosx1014-64"):
1964 elif test_platform.startswith("macosx1015-64"):
1969 elif test_platform.startswith("macosx1100-64"):
1971 elif test_platform.startswith("win"):
1988 test_platform.split("/")[0]
1992 elif test_platform.startswith("android-hw-g5"):
1997 elif test_platform.startswith("android-hw-p2"):
2002 elif test_platform.startswith("android-hw-s7"):
2007 elif test_platform.startswith("android-em-7.0-x86"):
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_sysconfig.py293 test_platform = p.communicate()[0].strip()
294 test_platform = test_platform.decode('utf-8')
298 self.assertEqual(my_platform, test_platform)
312 test_platform = p.communicate()[0].strip()
313 test_platform = test_platform.decode('utf-8')
317 self.assertEqual(my_platform, test_platform)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_sysconfig.py293 test_platform = p.communicate()[0].strip()
294 test_platform = test_platform.decode('utf-8')
298 self.assertEqual(my_platform, test_platform)
312 test_platform = p.communicate()[0].strip()
313 test_platform = test_platform.decode('utf-8')
317 self.assertEqual(my_platform, test_platform)
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_sysconfig.py293 test_platform = p.communicate()[0].strip()
294 test_platform = test_platform.decode('utf-8')
298 self.assertEqual(my_platform, test_platform)
312 test_platform = p.communicate()[0].strip()
313 test_platform = test_platform.decode('utf-8')
317 self.assertEqual(my_platform, test_platform)
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_sysconfig.py293 test_platform = p.communicate()[0].strip()
294 test_platform = test_platform.decode('utf-8')
298 self.assertEqual(my_platform, test_platform)
312 test_platform = p.communicate()[0].strip()
313 test_platform = test_platform.decode('utf-8')
317 self.assertEqual(my_platform, test_platform)
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_sysconfig.py293 test_platform = p.communicate()[0].strip()
294 test_platform = test_platform.decode('utf-8')
298 self.assertEqual(my_platform, test_platform)
312 test_platform = p.communicate()[0].strip()
313 test_platform = test_platform.decode('utf-8')
317 self.assertEqual(my_platform, test_platform)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_sysconfig.py293 test_platform = p.communicate()[0].strip()
294 test_platform = test_platform.decode('utf-8')
298 self.assertEqual(my_platform, test_platform)
312 test_platform = p.communicate()[0].strip()
313 test_platform = test_platform.decode('utf-8')
317 self.assertEqual(my_platform, test_platform)
/dports/math/mpir/mpir-3.0.0/build.vc11/mpir-tests/
H A Dcheck_config.bat6 set test_platform=%1 variable
21 if /i "%test_platform%" EQU "%plat%" if /i "%test_config%" EQU "%conf%" if /i "%library%" EQU "%lib…
24 echo ERROR Last MPIR build was %lib_type%\%plat%\%conf%, not %library%\%test_platform%\%test_config%
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_sysconfig.py328 test_platform = p.communicate()[0].strip()
329 test_platform = test_platform.decode('utf-8')
333 self.assertEqual(my_platform, test_platform)
347 test_platform = p.communicate()[0].strip()
348 test_platform = test_platform.decode('utf-8')
352 self.assertEqual(my_platform, test_platform)
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_sysconfig.py341 test_platform = p.communicate()[0].strip()
342 test_platform = test_platform.decode('utf-8')
346 self.assertEqual(my_platform, test_platform)
360 test_platform = p.communicate()[0].strip()
361 test_platform = test_platform.decode('utf-8')
365 self.assertEqual(my_platform, test_platform)

12345