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