HomeSort by: relevance | last modified time | path
    Searched defs:TestCase (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/lib/perftest/
perftest.py 29 class TestCase(object):
39 """Constructor of TestCase.
41 Construct an instance of TestCase with a name and a measure
72 class TestCaseWithBasicMeasurements(TestCase):
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/lib/perftest/
perftest.py 29 class TestCase(object):
39 """Constructor of TestCase.
41 Construct an instance of TestCase with a name and a measure
72 class TestCaseWithBasicMeasurements(TestCase):
  /src/external/mit/expat/dist/tests/
acc_tests.c 107 https://oss-fuzz.com/testcase-detail/4860575394955264
394 struct TestCase {
399 struct TestCase cases[] = {
basic_tests.c 349 struct TestCase {
354 struct TestCase cases[] = {
1249 struct TestCase {
1254 const struct TestCase cases[] = {
1336 struct TestCase {
1341 struct TestCase cases[] = {
6462 // Each testcase is a list of buffer fill sizes, terminated by a value < 0.
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
register_benchmark_test.cc 21 struct TestCase {
25 TestCase(const char* xname) : TestCase(xname, nullptr) {}
26 TestCase(const char* xname, const char* xlabel)
45 std::vector<TestCase> ExpectedResults;
47 int AddCases(std::initializer_list<TestCase> const& v) {
skip_with_error_test.cc 28 struct TestCase {
48 std::vector<TestCase> ExpectedResults;
50 int AddCases(const char* base_name, std::initializer_list<TestCase> const& v) {
output_test.h 31 struct TestCase {
32 TestCase(std::string re, int rule = MR_Default);
53 int AddCases(TestCaseID ID, std::initializer_list<TestCase> il);
output_test_helper.cc 22 using TestCaseList = std::vector<TestCase>;
86 void CheckCase(std::stringstream& remaining_output, TestCase const& TC,
120 std::vector<TestCase> not_checks;
175 struct PatternAndFn : public TestCase { // reusing TestCase for its regexes
177 : TestCase(rx), fn(fn_) {}
339 TestCase::TestCase(std::string re, int rule)
352 int AddCases(TestCaseID ID, std::initializer_list<TestCase> il) {
385 std::vector<TestCase>& output_cases
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
register_benchmark_test.cc 21 struct TestCase {
25 TestCase(const char* xname) : TestCase(xname, nullptr) {}
26 TestCase(const char* xname, const char* xlabel)
43 std::vector<TestCase> ExpectedResults;
45 int AddCases(std::initializer_list<TestCase> const& v) {
skip_with_error_test.cc 28 struct TestCase {
48 std::vector<TestCase> ExpectedResults;
50 int AddCases(const char* base_name, std::initializer_list<TestCase> const& v) {
output_test.h 31 struct TestCase {
32 TestCase(std::string re, int rule = MR_Default);
53 int AddCases(TestCaseID ID, std::initializer_list<TestCase> il);
output_test_helper.cc 18 using TestCaseList = std::vector<TestCase>;
77 void CheckCase(std::stringstream& remaining_output, TestCase const& TC,
111 std::vector<TestCase> not_checks;
167 struct PatternAndFn : public TestCase { // reusing TestCase for its regexes
169 : TestCase(rx), fn(fn_) {}
330 TestCase::TestCase(std::string re, int rule)
343 int AddCases(TestCaseID ID, std::initializer_list<TestCase> il) {
376 std::vector<TestCase>& output_cases
    [all...]
  /src/external/bsd/zstd/dist/tests/cli-tests/
run.py 195 """Options configuring how to run a :TestCase:."""
215 class TestCase:
220 2. Launch the test case with :TestCase.launch():.
224 3. Analyze the results with :TestCase.analyze():. This will
228 :TestCase.run(): is also provided which combines the launch & analyze
235 Initialize the :TestCase: for the test located in :test_filename:
263 Must be called after :TestCase.launch():. Joins the test subprocess and
275 """Shorthand for combining both :TestCase.launch(): and :TestCase.analyze():."""
469 def test_case(self, test_basename: str) -> TestCase
    [all...]

Completed in 30 milliseconds