| 14128 | return ( properties & (ShouldFail | MayFail ) ) != 0; |
| 14129 | } |
| 14130 | bool TestCaseInfo::expectedToFail() const { |
| 14131 | return ( properties & (ShouldFail ) ) != 0; |
| 14132 | } |
| 14133 | |
| 14134 | std::string TestCaseInfo::tagsAsString() const { |
| 14135 | std::string ret; |