HomeSort by relevance Sort by last modified time
    Searched defs:TestCaseInfo (Results 1 - 3 of 3) sorted by null

  /external/catch2/include/internal/
catch_test_case_info.h 27 struct TestCaseInfo {
38 TestCaseInfo( std::string const& _name,
44 friend void setTags( TestCaseInfo& testCaseInfo, std::vector<std::string> tags );
62 class TestCase : public TestCaseInfo {
65 TestCase( ITestInvoker* testCase, TestCaseInfo&& info );
71 TestCaseInfo const& getTestCaseInfo() const;
catch_test_case_info.cpp 23 TestCaseInfo::SpecialProperties parseSpecialTag( std::string const& tag ) {
26 return TestCaseInfo::IsHidden;
28 return TestCaseInfo::Throws;
30 return TestCaseInfo::ShouldFail;
32 return TestCaseInfo::MayFail;
34 return TestCaseInfo::NonPortable;
36 return static_cast<TestCaseInfo::SpecialProperties>( TestCaseInfo::Benchmark | TestCaseInfo::IsHidden );
38 return TestCaseInfo::None
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmFloatControlsTests.cpp     [all...]

Completed in 295 milliseconds