| 14137 | return ( properties & (ShouldFail | MayFail ) ) != 0; |
| 14138 | } |
| 14139 | bool TestCaseInfo::expectedToFail() const { |
| 14140 | return ( properties & (ShouldFail ) ) != 0; |
| 14141 | } |
| 14142 | |
| 14143 | std::string TestCaseInfo::tagsAsString() const { |
| 14144 | std::string ret; |