Searched refs:create_subtest (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/tools/testrunner/testproc/ |
H A D | seed.py | 52 def create_subtest(idx): function 61 return self._send_test(create_subtest(num))
|
H A D | variant_test.py | 65 def create_subtest(self, proc, subtest_id, **kwargs): member in FakeTest
|
H A D | base.py | 198 return test.create_subtest(self, '%s-%s' % (self._name, subtest_id),
|
/third_party/node/deps/v8/tools/testrunner/objects/ |
H A D | testcase.py | 105 def create_subtest(self, processor, subtest_id, variant=None, flags=None, member in TestCase
|
Completed in 3 milliseconds