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 D | TestCppNsImport.py | 60 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 D | TestCppGlobalOperators.py | 53 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 D | FuzzTest | 143 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 D | ppcf128-endian.ll | 97 ; 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 D | gtest-internal-inl.h | 1037 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 D | gtest.cc | 5045 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 D | configuration.py | 118 test_result = None variable
|
| H A D | dotest.py | 48 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 D | test_result.py | 67 configuration.test_result = self
|
| H A D | lldbtest.py | 1129 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 D | statepoint-invoke.ll | 39 define ptr addrspace(1) @test_result(ptr addrspace(1) %obj,
|