Home
last modified time | relevance | path

Searched refs:type_tests (Results 1 – 25 of 144) sorted by relevance

123456

/dports/lang/python310/Python-3.10.1/Lib/test/
H A D_test_embed_set_config.py43 type_tests = []
91 type_tests.append((key, "abc"))
92 type_tests.append((key, 2.0))
118 type_tests.append((key, b'bytes'))
119 type_tests.append((key, 123))
130 type_tests.append((key, 123))
131 type_tests.append((key, "abc"))
132 type_tests.append((key, [123]))
133 type_tests.append((key, [b"bytes"]))
141 (TypeError, type_tests),
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A D_test_embed_set_config.py44 type_tests = []
93 type_tests.append((key, "abc"))
94 type_tests.append((key, 2.0))
120 type_tests.append((key, b'bytes'))
121 type_tests.append((key, 123))
132 type_tests.append((key, 123))
133 type_tests.append((key, "abc"))
134 type_tests.append((key, [123]))
135 type_tests.append((key, [b"bytes"]))
143 (TypeError, type_tests),
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Ddistributed_types.sql6 CREATE SCHEMA type_tests AUTHORIZATION typeuser; schema
8 SET search_path TO type_tests;
90 ALTER TABLE t5 ADD COLUMN d type_tests.te4;
91 ALTER TABLE t5 ADD COLUMN e type_tests.tc6;
173 ALTER TYPE type_tests2.non_distributed_composite_type SET SCHEMA type_tests; schema
182 ALTER TYPE type_tests2.non_distributed_enum_type SET SCHEMA type_tests; schema
209 ALTER TYPE type_tests2.distributed_composite_type SET SCHEMA type_tests; schema
218 ALTER TYPE type_tests2.distributed_enum_type SET SCHEMA type_tests; schema
267 CREATE DOMAIN type_tests.domain AS type_tests.two_ints CHECK ((VALUE).if1 > 0);
286 DROP SCHEMA type_tests CASCADE;
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/test/
H A Dguard_SUITE.erl26 type_tests/1,guard_bif_binary_part/1]).
37 type_tests, guard_bif_binary_part].
440 type_tests(Config) when is_list(Config) -> function
445 type_tests(Tests, Types),
455 type_tests([{Test, AllowedTypes}| T], AllTypes) -> function
456 type_tests(Test, AllTypes, AllowedTypes),
457 type_tests(T, AllTypes);
458 type_tests([], _) -> function
461 type_tests(Test, [Type|T], Allowed) -> function
489 type_tests(Test, T, Allowed);
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/
H A Dguard_SUITE.erl26 type_tests/1,guard_bif_binary_part/1]).
37 type_tests, guard_bif_binary_part].
440 type_tests(Config) when is_list(Config) -> function
445 type_tests(Tests, Types),
455 type_tests([{Test, AllowedTypes}| T], AllTypes) -> function
456 type_tests(Test, AllTypes, AllowedTypes),
457 type_tests(T, AllTypes);
458 type_tests([], _) -> function
461 type_tests(Test, [Type|T], Allowed) -> function
489 type_tests(Test, T, Allowed);
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/test/
H A Dguard_SUITE.erl26 type_tests/1,guard_bif_binary_part/1]).
37 type_tests, guard_bif_binary_part].
440 type_tests(Config) when is_list(Config) -> function
445 type_tests(Tests, Types),
455 type_tests([{Test, AllowedTypes}| T], AllTypes) -> function
456 type_tests(Test, AllTypes, AllowedTypes),
457 type_tests(T, AllTypes);
458 type_tests([], _) -> function
461 type_tests(Test, [Type|T], Allowed) -> function
489 type_tests(Test, T, Allowed);
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/test/
H A Dguard_SUITE.erl26 type_tests/1,guard_bif_binary_part/1]).
37 type_tests, guard_bif_binary_part].
440 type_tests(Config) when is_list(Config) -> function
445 type_tests(Tests, Types),
455 type_tests([{Test, AllowedTypes}| T], AllTypes) -> function
456 type_tests(Test, AllTypes, AllowedTypes),
457 type_tests(T, AllTypes);
458 type_tests([], _) -> function
461 type_tests(Test, [Type|T], Allowed) -> function
489 type_tests(Test, T, Allowed);
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/
H A Dguard_SUITE.erl26 type_tests/1,guard_bif_binary_part/1]).
37 type_tests, guard_bif_binary_part].
440 type_tests(Config) when is_list(Config) -> function
445 type_tests(Tests, Types),
455 type_tests([{Test, AllowedTypes}| T], AllTypes) -> function
456 type_tests(Test, AllTypes, AllowedTypes),
457 type_tests(T, AllTypes);
458 type_tests([], _) -> function
461 type_tests(Test, [Type|T], Allowed) -> function
489 type_tests(Test, T, Allowed);
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/test/
H A Dguard_SUITE.erl26 type_tests/1,guard_bif_binary_part/1]).
37 type_tests, guard_bif_binary_part].
440 type_tests(Config) when is_list(Config) -> function
445 type_tests(Tests, Types),
455 type_tests([{Test, AllowedTypes}| T], AllTypes) -> function
456 type_tests(Test, AllTypes, AllowedTypes),
457 type_tests(T, AllTypes);
458 type_tests([], _) -> function
461 type_tests(Test, [Type|T], Allowed) -> function
489 type_tests(Test, T, Allowed);
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/test/
H A Dguard_SUITE.erl26 type_tests/1,guard_bif_binary_part/1]).
37 type_tests, guard_bif_binary_part].
440 type_tests(Config) when is_list(Config) -> function
445 type_tests(Tests, Types),
455 type_tests([{Test, AllowedTypes}| T], AllTypes) -> function
456 type_tests(Test, AllTypes, AllowedTypes),
457 type_tests(T, AllTypes);
458 type_tests([], _) -> function
461 type_tests(Test, [Type|T], Allowed) -> function
489 type_tests(Test, T, Allowed);
[all …]
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Ddistributed_types.out12 CREATE SCHEMA type_tests AUTHORIZATION typeuser;
14 SET search_path TO type_tests;
155 ALTER TABLE t5 ADD COLUMN d type_tests.te4;
156 ALTER TABLE t5 ADD COLUMN e type_tests.tc6;
305 ALTER TYPE type_tests2.non_distributed_composite_type SET SCHEMA type_tests;
310 ALTER TYPE type_tests2.non_distributed_enum_type SET SCHEMA type_tests;
334 ALTER TYPE type_tests2.distributed_composite_type SET SCHEMA type_tests;
339 ALTER TYPE type_tests2.distributed_enum_type SET SCHEMA type_tests;
420 CREATE DOMAIN type_tests.domain AS type_tests.two_ints CHECK ((VALUE).if1 > 0);
458 DROP SCHEMA type_tests CASCADE;
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/manifest/
H A Dmanifest.py42 for type_tests in self._data.values():
43 for test in type_tests.get(path, set()):
49 for type_tests in self._data.values():
50 for path, tests in type_tests.iteritems():
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/manifest/
H A Dmanifest.py141 for type_tests in self._data.values():
142 i = type_tests.get(tpath, set())
152 for type_tests in self._data.values():
153 for path, tests in iteritems(type_tests):
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/manifest/
H A Dmanifest.py141 for type_tests in self._data.values():
142 i = type_tests.get(tpath, set())
152 for type_tests in self._data.values():
153 for path, tests in type_tests.items():
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/manifest/
H A Dmanifest.py141 for type_tests in self._data.values():
142 i = type_tests.get(tpath, set())
152 for type_tests in self._data.values():
153 for path, tests in type_tests.items():
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/manifest/
H A Dmanifest.py141 for type_tests in self._data.values():
142 i = type_tests.get(tpath, set())
152 for type_tests in self._data.values():
153 for path, tests in type_tests.items():
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/third_party/wpt/wpt/tools/manifest/
H A Dmanifest.py263 for type_tests in self._data.values():
264 i = type_tests.get(path, set())
273 for type_tests in self._data.values():
274 for path, tests in type_tests.iteritems():
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/debugger/test/
H A Dguard_SUITE.erl28 type_tests/1,const_guard/1,
66 type_tests, const_guard, const_cond, basic_not,
329 type_tests(Config) when list(Config) -> function
334 type_tests(Tests, Types),
346 type_tests([{Test, AllowedTypes}| T], AllTypes) -> function
347 type_tests(Test, AllTypes, AllowedTypes),
348 type_tests(T, AllTypes);
349 type_tests([], _) -> function
352 type_tests(Test, [Type|T], Allowed) -> function
379 type_tests(Test, T, Allowed);
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/debugger/test/
H A Dguard_SUITE.erl28 type_tests/1,const_guard/1,
66 type_tests, const_guard, const_cond, basic_not,
329 type_tests(Config) when list(Config) -> function
334 type_tests(Tests, Types),
346 type_tests([{Test, AllowedTypes}| T], AllTypes) -> function
347 type_tests(Test, AllTypes, AllowedTypes),
348 type_tests(T, AllTypes);
349 type_tests([], _) -> function
352 type_tests(Test, [Type|T], Allowed) -> function
379 type_tests(Test, T, Allowed);
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/debugger/test/
H A Dguard_SUITE.erl28 type_tests/1,const_guard/1,
66 type_tests, const_guard, const_cond, basic_not,
329 type_tests(Config) when list(Config) -> function
334 type_tests(Tests, Types),
346 type_tests([{Test, AllowedTypes}| T], AllTypes) -> function
347 type_tests(Test, AllTypes, AllowedTypes),
348 type_tests(T, AllTypes);
349 type_tests([], _) -> function
352 type_tests(Test, [Type|T], Allowed) -> function
379 type_tests(Test, T, Allowed);
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/debugger/test/
H A Dguard_SUITE.erl28 type_tests/1,const_guard/1,
66 type_tests, const_guard, const_cond, basic_not,
329 type_tests(Config) when list(Config) -> function
334 type_tests(Tests, Types),
346 type_tests([{Test, AllowedTypes}| T], AllTypes) -> function
347 type_tests(Test, AllTypes, AllowedTypes),
348 type_tests(T, AllTypes);
349 type_tests([], _) -> function
352 type_tests(Test, [Type|T], Allowed) -> function
379 type_tests(Test, T, Allowed);
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/debugger/test/
H A Dguard_SUITE.erl28 type_tests/1,const_guard/1,
66 type_tests, const_guard, const_cond, basic_not,
329 type_tests(Config) when list(Config) -> function
334 type_tests(Tests, Types),
346 type_tests([{Test, AllowedTypes}| T], AllTypes) -> function
347 type_tests(Test, AllTypes, AllowedTypes),
348 type_tests(T, AllTypes);
349 type_tests([], _) -> function
352 type_tests(Test, [Type|T], Allowed) -> function
379 type_tests(Test, T, Allowed);
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/debugger/test/
H A Dguard_SUITE.erl28 type_tests/1,const_guard/1,
66 type_tests, const_guard, const_cond, basic_not,
329 type_tests(Config) when list(Config) -> function
334 type_tests(Tests, Types),
346 type_tests([{Test, AllowedTypes}| T], AllTypes) -> function
347 type_tests(Test, AllTypes, AllowedTypes),
348 type_tests(T, AllTypes);
349 type_tests([], _) -> function
352 type_tests(Test, [Type|T], Allowed) -> function
379 type_tests(Test, T, Allowed);
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/debugger/test/
H A Dguard_SUITE.erl28 type_tests/1,const_guard/1,
66 type_tests, const_guard, const_cond, basic_not,
329 type_tests(Config) when list(Config) -> function
334 type_tests(Tests, Types),
346 type_tests([{Test, AllowedTypes}| T], AllTypes) -> function
347 type_tests(Test, AllTypes, AllowedTypes),
348 type_tests(T, AllTypes);
349 type_tests([], _) -> function
352 type_tests(Test, [Type|T], Allowed) -> function
379 type_tests(Test, T, Allowed);
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/
H A Dnll.rs246 type_tests, in compute_regions()
268 type_tests, in compute_regions()

123456