| 14124 | return ( properties & (ShouldFail | MayFail ) ) != 0; |
| 14125 | } |
| 14126 | bool TestCaseInfo::expectedToFail() const { |
| 14127 | return ( properties & (ShouldFail ) ) != 0; |
| 14128 | } |
| 14129 | |
| 14130 | std::string TestCaseInfo::tagsAsString() const { |
| 14131 | std::string ret; |