| 11474 | return ( properties & (ShouldFail | MayFail ) ) != 0; |
| 11475 | } |
| 11476 | bool TestCaseInfo::expectedToFail() const { |
| 11477 | return ( properties & (ShouldFail ) ) != 0; |
| 11478 | } |
| 11479 | |
| 11480 | std::string TestCaseInfo::tagsAsString() const { |
| 11481 | std::string ret; |