| 11748 | return ( properties & (ShouldFail | MayFail ) ) != 0; |
| 11749 | } |
| 11750 | bool TestCaseInfo::expectedToFail() const { |
| 11751 | return ( properties & (ShouldFail ) ) != 0; |
| 11752 | } |
| 11753 | |
| 11754 | std::string TestCaseInfo::tagsAsString() const { |
| 11755 | std::string ret; |