| 9936 | return ( properties & (ShouldFail | MayFail ) ) != 0; |
| 9937 | } |
| 9938 | bool TestCaseInfo::expectedToFail() const { |
| 9939 | return ( properties & (ShouldFail ) ) != 0; |
| 9940 | } |
| 9941 | |
| 9942 | std::string TestCaseInfo::tagsAsString() const { |
| 9943 | std::string ret; |