Home
last modified time | relevance | path

Searched refs:test_source (Results 1 – 11 of 11) 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.cpp179 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ("new Demo (1)"); variable
183 test_source,
184 sizeof (test_source) - 1,
196 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ("Demo (2)"); variable
200 test_source,
201 sizeof (test_source) - 1,
213 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ( variable
222 test_source,
223 sizeof (test_source) - 1,
Dtest-regression-3588.cpp91 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ( variable
98 test_source,
99 sizeof (test_source) - 1,
111 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ( variable
118 test_source,
119 sizeof (test_source) - 1,
Dtest-api-errortype.cpp94 char test_source[] = "\xF0\x9D\x84\x9E"; variable
98 (const jerry_char_t *) test_source,
99 sizeof (test_source) - 1,
Dtest-promise.cpp22 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ( variable
156 test_source,
157 sizeof (test_source) - 1,
Dtest-api-promise.cpp159 …const jerry_char_t test_source[] = "(new Promise(function(rs, rj) { rs(30); })).then(function(v) {… in test_promise_from_js() local
163 test_source, in test_promise_from_js()
164 sizeof (test_source) - 1, in test_promise_from_js()
Dtest-api.cpp23 const jerry_char_t test_source[] = TEST_STRING_LITERAL ( variable
390 test_source,
391 sizeof (test_source) - 1,
/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()