| 14036 | return ( properties & (ShouldFail | MayFail ) ) != 0; |
| 14037 | } |
| 14038 | bool TestCaseInfo::expectedToFail() const { |
| 14039 | return ( properties & (ShouldFail ) ) != 0; |
| 14040 | } |
| 14041 | |
| 14042 | std::string TestCaseInfo::tagsAsString() const { |
| 14043 | std::string ret; |