Home
last modified time | relevance | path

Searched refs:test_result (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lang/cpp/nsimport/
H A DTestCppNsImport.py60 test_result.IsValid() and test_result.GetValueAsSigned() == 1,
65 test_result.IsValid() and test_result.GetValueAsSigned() == 1,
70 test_result.IsValid() and test_result.GetValueAsSigned() == 3,
75 test_result.IsValid() and test_result.GetValueAsSigned() == 2,
80 test_result.IsValid() and test_result.GetValueAsSigned() == 4,
85 test_result.IsValid() and test_result.GetValueAsSigned() == 9,
90 test_result.IsValid() and test_result.GetValueAsSigned() == 0,
95 test_result.IsValid() and test_result.GetValueAsSigned() == 35,
104 test_result.IsValid() and test_result.GetValueAsSigned() == 99,
114 test_result.IsValid() and test_result.GetValueAsSigned() == 3,
[all …]
/llvm-project-15.0.7/lldb/test/API/lang/cpp/global_operators/
H A DTestCppGlobalOperators.py53 test_result = frame.EvaluateExpression("operator==(s1, s2)")
55 test_result.IsValid() and test_result.GetValue() == "false",
58 test_result = frame.EvaluateExpression("operator==(s1, s3)")
60 test_result.IsValid() and test_result.GetValue() == "true",
63 test_result = frame.EvaluateExpression("operator==(s2, s3)")
65 test_result.IsValid() and test_result.GetValue() == "false",
/llvm-project-15.0.7/clang/utils/
H A DFuzzTest143 test_result = (exit_code == opts.expected_exit_code or
151 if not opts.log_all and test_result:
155 if not test_result:
159 return test_result
339 test_result = run_one_test(ta, test, input_files, args)
340 if not test_result and opts.stop_on_fail:
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dppcf128-endian.ll97 ; CHECK-NEXT: bl test_result
108 %call = tail call ppc_fp128 @test_result() #3
113 declare ppc_fp128 @test_result()
123 ; CHECK-NEXT: bl test_result
132 %call = tail call ppc_fp128 @test_result()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h1037 static void RecordProperty(TestResult* test_result, in RecordProperty() argument
1040 test_result->RecordProperty(xml_element, property); in RecordProperty()
1043 static void ClearTestPartResults(TestResult* test_result) { in ClearTestPartResults() argument
1044 test_result->ClearTestPartResults(); in ClearTestPartResults()
1048 const TestResult& test_result) { in test_part_results() argument
1049 return test_result.test_part_results(); in test_part_results()
H A Dgtest.cc5045 TestResult* test_result; // TestResult appropriate for property recording. in RecordProperty() local
5049 test_result = &(current_test_info_->result_); in RecordProperty()
5052 test_result = &(current_test_suite_->ad_hoc_test_result_); in RecordProperty()
5055 test_result = &ad_hoc_test_result_; in RecordProperty()
5057 test_result->RecordProperty(xml_element, test_property); in RecordProperty()
5324 TestResult& test_result = in RunAllTests() local
5326 for (int j = 0; j < test_result.total_part_count(); ++j) { in RunAllTests()
5328 test_result.GetTestPartResult(j); in RunAllTests()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dconfiguration.py118 test_result = None variable
H A Ddotest.py48 from . import test_result
1002 resultclass=test_result.LLDBTestResult).run(
1008 test_result.LLDBTestResult.__ignore_singleton__ = True
1014 resultclass=test_result.LLDBTestResult).run(
H A Dtest_result.py67 configuration.test_result = self
H A Dlldbtest.py1129 pairs = configuration.test_result.errors
1132 pairs = configuration.test_result.cleanup_errors
1135 pairs = configuration.test_result.failures
1138 pairs = configuration.test_result.expectedFailures
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dstatepoint-invoke.ll39 define ptr addrspace(1) @test_result(ptr addrspace(1) %obj,