Home
last modified time | relevance | path

Searched refs:test_source (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Lib/test/test_peg_generator/
Dtest_c_parser.py95 def run_test(self, grammar_source, test_source): argument
97 test_source = textwrap.indent(textwrap.dedent(test_source), 8 * " ")
100 TEST_TEMPLATE.format(extension_path=self.tmp_path, test_source=test_source),
124 test_source = """
142 self.run_test(grammar_source, test_source)
149 test_source = """
154 self.run_test(grammar_source, test_source)
161 test_source = """
166 self.run_test(grammar_source, test_source)
177 test_source = """
[all …]
/third_party/jerryscript/tests/unit-core/
Dtest-newtarget.c155 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ("new Demo (1)"); in main() local
159 test_source, in main()
160 sizeof (test_source) - 1, in main()
172 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ("Demo (2)"); in main() local
176 test_source, in main()
177 sizeof (test_source) - 1, in main()
189 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ( in main() local
198 test_source, in main()
199 sizeof (test_source) - 1, in main()
Dtest-regression-3588.c66 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ( in main() local
73 test_source, in main()
74 sizeof (test_source) - 1, in main()
86 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ( in main() local
93 test_source, in main()
94 sizeof (test_source) - 1, in main()
Dtest-api-errortype.c65 char test_source[] = "\xF0\x9D\x84\x9E"; in main() local
69 (const jerry_char_t *) test_source, in main()
70 sizeof (test_source) - 1, in main()
Dtest-promise.c21 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ( variable
133 test_source, in main()
134 sizeof (test_source) - 1, in main()
Dtest-api-promise.c158 …const jerry_char_t test_source[] = "(new Promise(function(rs, rj) { rs(30); })).then(function(v) {… in test_promise_from_js() local
162 test_source, in test_promise_from_js()
163 sizeof (test_source) - 1, in test_promise_from_js()
Dtest-api.c21 const jerry_char_t test_source[] = TEST_STRING_LITERAL ( variable
365 test_source, in main()
366 sizeof (test_source) - 1, in main()
/third_party/glib/gobject/tests/
Dclosure.c12 test_source (GSource *one, GCallback quit_callback) in test_source() function
46 test_source (source, G_CALLBACK (simple_quit_callback)); in test_closure_idle()
56 test_source (source, G_CALLBACK (simple_quit_callback)); in test_closure_timeout()
93 test_source (source, G_CALLBACK (iochannel_quit_callback)); in test_closure_iochannel()
132 test_source (source, G_CALLBACK (iochannel_quit_callback)); in test_closure_child()
159 test_source (source, G_CALLBACK (fd_quit_callback)); in test_closure_fd()
190 test_source (source, G_CALLBACK (closure_quit_callback)); in test_closure_signal()
/third_party/python/Lib/test/
Dtest_multiprocessing_main_handling.py32 test_source = """\ variable
112 source=test_source, omit_suffix=False):
122 source=test_source, depth=1):
291 main_in_children_source = test_source
Dtest_cmd_line_script.py27 test_source = """\ variable
80 def _make_test_script(script_dir, script_basename, source=test_source):
86 source=test_source, depth=1):
Dtest_imp.py387 def test_source(self): member in ReloadTests
/third_party/jerryscript/tests/unit-ext/
Dtest-ext-arg.c25 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ( variable
939 test_source, in main()
940 sizeof (test_source) - 1, in main()